-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
These are some items I noticed while testing the Cesium converter refactor:
- LineStrings (KML LineString Reference)
- I don't think we are properly defaulting
altitudeMode
toclampToGround
- I don't think we are properly reading
tessellate
, which should correspond toos.interpolate.Method.NONE
if0
- 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)
- I don't think we are properly defaulting
Metadata
Metadata
Assignees
Labels
No labels