I was doing some heavy lifting in KML recently and found the following minor issues with KML generation:
- Null icons () will still render a basic icon in cesium (stylemap or no).
- PolyStyle’s with a outline with a width don’t pull the line width of the outline line.
- This one is apparently idiosyncratic of Google Earth and I don’t really like this behavior, but here it is nonetheless:
- A 0% opaque (fully transparent) polygon will still accept click events and return the balloon in Google Earth, but not cesium.
No real deal breakers.