NASAWorldWind / WorldWindServerKit

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

GeoServer does not work with raster OGC GeoPackages #1

Closed emxsys closed 7 years ago

emxsys commented 7 years ago

GeoServer 2.10.0 does not work with raster GeoPackages conforming to the OGC GeoPackage Encoding Standard - Requirement 45 for the tile matrix. OGC GeoPackage tile matrices have their tile origin at the upper left. GeoPackages with an origin at the upper left are not rendered correctly in GeoServer.

It appears the GeoTools' GeoPackage implementation--used by the GeoServer Community GeoPackage Extension--expects a tile origin at the lower left (possibly using an OSGeo TMS specification).

emxsys commented 7 years ago

This issue was fixed by cloning the GeoTools 16.0 GeoPackage Module (gt_geopkg) to the WorldWind GeoPackage Module (worldwind_gt_geopkg) and modifying the following classes: