Basic support for tiles from GeoPackage files. #122
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements basic support (direct loading, no caching) of tiles from GeoPackage files.
Merging this would introduce a dependency to NGA's GeoPackage Java (https://github.com/ngageoint/geopackage-java).
This could be useful as GeoPackage provides an easy to use file format to transfer raster tile pyramids (similar to MBTiles, but an OGC standard) in addition to vector map data.
For info on GeoPackage please see: https://www.geopackage.org/
An example is available at cyberpython/jxmapviewer2@931329d260d634c44c5cef54d3ae86af5ce46216 (note that the JxMapViewer2 version referenced in the
pom.xml
is fictional as this merge request is about the functionality used by the example).