Is there a way to set the arcType of a polyline volume?
arcType
is not part of the polyline volume constructor options as it is for the simple polyline.
Is there a way to set the arcType of a polyline volume?
arcType
is not part of the polyline volume constructor options as it is for the simple polyline.
Hi @anneg!
Rhumb lines are not currently supported for PolylineVolumes
. We are tracking that feature request in Add Rhumb Line Support to Additional Geometries · Issue #7493 · CesiumGS/cesium · GitHub. I’ll add a link to this thread in that issue to document your additional request.
Thanks!
Gabby
Thanks @Gabby_Getz for the answer.
I see that my question was not specific enough. I actually would like to use the ArcType.NONE
, but the polyline volumes are always adapted to the earth (so I guess they use always use GEODESIC
?).
Is there a way to keep them straight and ignoring the earth curvature?