You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think we are properly defaulting altitudeMode to clampToGround
I don't think we are properly reading tessellate, which should correspond to os.interpolate.Method.NONE if 0
For extruded LineStrings, the KML_Samples file has styles like "redLineBluePoly", which I think implies that there is both a line and a wall rendered by Google Earth. We only render the wall (this is more of a potential issue in the Cesium converter than in KML specifically)
The text was updated successfully, but these errors were encountered:
These are some items I noticed while testing the Cesium converter refactor:
altitudeMode
toclampToGround
tessellate
, which should correspond toos.interpolate.Method.NONE
if0
The text was updated successfully, but these errors were encountered: