NASAWorldWind / WorldWindServerKit

The NASA WorldWind Server Kit (WWSK) is an open source Java project that assembles GeoServer for easy distribution and implementation.
92 stars 54 forks source link

Implement "zoom to layer" function in WWSK viewer #120

Closed Beak-man closed 6 years ago

Beak-man commented 6 years ago

Add a button to the layer manager that centers the camera to the selected layer and zooms in (or out) to provide a complete view of the layer in the viewport. Related to #107

Beak-man commented 6 years ago

Centering and zooming to the layer is working, utilizing the diagonal of the layer sector as measure to define the zoom level.