NASAWorldWind / WorldWindServerKit

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

Fix the vendor parameters for tiled image requests #150

Closed emxsys closed 6 years ago

emxsys commented 6 years ago

Fix the vendor params in EnhancedWmsLayer; they should be &tiled=true&tilesorigin=-180,-90. Without the "tilesorigin" param the test for an "isTiled" request will return false.

Consider making the vendor params optional via an Explorer setting.

emxsys commented 6 years ago

Fixed in the 0.5.1 hotfix.