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

Exporting raster GeoPackage should leverage a mix of PNG and JPEG tiles #7

Closed emxsys closed 7 years ago

emxsys commented 7 years ago

A mix of PNG and JPEG image tiles within a GeoPackage provides both transparency and good compression across a zoom level's map coverage. Partial map tiles, e.g., those containing a border of the map, should be generated as PNG images with transparency for the border region. Whereas full coverage map tiles should be generated as opaque JPEG images with compression.

emxsys commented 7 years ago

This issue was fixed via a combination of modifications in the WorldWind GeoPackage Module (worldwind-gt-geopkg) and the WorldWind GeoPackage Extension (worldwind-gs-geopkg).