ngageoint / opensphere

OpenSphere
Apache License 2.0
185 stars 90 forks source link

fix(kml): show/hide annotations/overlays with layer #1405

Closed schmidtk closed 2 years ago

schmidtk commented 2 years ago

When a KML layer is hidden, annotations and overlays associated with the layer are currently not being hidden. This updates KMLNode to manage visibility for these map items based on the node checkbox, animation state, and layer visibility.