WorldWindEarth / explorer

WorldWindExplorer: A 3D virtual globe geo-browser app framework based on WorldWindJS, Bootstrap and KnockoutJS. Includes 3D globe and 2D map projections, imagery, terrain, markers, plus solar and celestial data.
https://worldwind.earth/explorer
MIT License
75 stars 24 forks source link

Use WMTS tile matrix level set for WMS layers #108

Closed emxsys closed 6 years ago

emxsys commented 6 years ago

WMS layers should use a level set based on a level-zero tile set consisting of two 180x180 tiles. This may allow server-side caching to excel as these tile requests may have already been made by other clients, or the cache may have been prepopulated to accomodate a WMTS tile scheme (ala GeoServer).

emxsys commented 6 years ago

Configured layers to use EnhancedWmsLayer which uses a WMTS level-set instead of a WorldWind Java level set.

See commits dab0475b1 and d3ed704ba