Bruce Schubert
Bruce Schubert
After the upgrade to GeoServer 2.13, the export GeoPackage process generates a valid XML, but somewhere in the process, the XML end-tags end up with ":" chars injected into the...
Release WorldWind Server Kit v0.6.0  ### Prepare - [x] Create release branch (v0.6.0) from latest develop branch - [x] Change version number from 0.6.0-SNAPSHOT to 0.6.0:...
Layers created from single GeoPackage data stores are sometimes off by a pixel or two as compared to layers created from GeoTiff source imagery or layers created from an ImageMosaic...
Use the modernized [worldwind-react-app](https://github.com/emxsys/worldwind-react-app) as the basis of a new __WWSK Explorer__ featuring: - A streamlined and simplified UI (e.g., eliminate date/time and location widgets used in WorldWind Explorer) -...
Given a folder with a collection of images, catalog the imagery into like types (e.g., same color model, resolution and projection) and create and/or update image mosaic data stores for...
Add support for cross-origin resource sharing (CORS). By default, CORS will be disabled but easily enabled by uncommenting a section of the `webapps/geoserver/WEB-INF/web.xml` file TODO: - [ ] Download jetty-servlets-9.2.13.v20150730.jar...
IllegalArgumentExceptions regarding a null "bbox" were being generated by WMS GetMap requests on a layer group that used styles that defined min and max scale denominators. The exceptions were being...
The default Resource Expiration Timeout for the WPS service is 300 seconds (5 minutes). This time period is too short: there may be a high cost for loosing a resource...
Investigate the impact on performance by using an In Memory Cache (see _Tile Caching_ | _Caching Defaults_ | _In Memory BlobStore Options_).
Reestablish the constraint on the size of a GeoPackage produced by a WMS GetMap request. The constraint was relaxed in the WWSK v0.3.1 hot fix for issue #75 (GeoPackage export...