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

WMS subsampling/interpolation not working with JAI-EXT #28

Open emxsys opened 7 years ago

emxsys commented 7 years ago

When JAI-EXT was enabled (http://docs.geoserver.org/stable/en/user/configuration/image_processing/index.html#jai-ext), layers only appeared at their native resolutions. Zooming in/out in OpenLayers resulted in a black background without imagery.

Problem configuration image

Workaround

When I moved all of the JAIEXT operations to the native JAI then subsampling/interpolation began working again.

Working configuration image