Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove deprecated option followSurface in 1.57 #7504

Closed
shehzan10 opened this issue Jan 23, 2019 · 3 comments
Closed

Remove deprecated option followSurface in 1.57 #7504

shehzan10 opened this issue Jan 23, 2019 · 3 comments

Comments

@shehzan10
Copy link
Member

From CHANGES.md:

  • PolylineGeometry.followSurface has been superceded by PolylineGeometry.lineType. The previous definition will no longer work in 1.57. Replace followSurface: false with lineType: Cesium.LineType.STRAIGHT and followSurface: true with lineType: Cesium.LineType.GEODESIC. #7492
  • SimplePolylineGeometry.followSurface has been superceded by SimplePolylineGeometry.lineType. The previous definition will no longer work in 1.57. Replace followSurface: false with lineType: Cesium.LineType.STRAIGHT and followSurface: true with lineType: Cesium.LineType.GEODESIC. #7492
@shehzan10
Copy link
Member Author

Ensure that CZML can continue to use followSurface and it maps to arcType. #7582 (comment)

@tfili
Copy link
Contributor

tfili commented Apr 29, 2019

@shehzan10 Can you remove the deprecated options for the next release?

@tfili
Copy link
Contributor

tfili commented May 1, 2019

Fixed in #7799

@tfili tfili closed this as completed May 1, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants