Releases: ngageoint/geopackage-java
1.3.0
Version 1.3.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.3.0|jar
1.3.0 (06-27-2017)
- geopackage-core version updated to 1.3.0
- tiff version updated to 1.0.3
- Copy constructors for user table (features, tiles, attributes) row objects
- Improved date column support for user tables (features, tiles, attributes)
1.2.2
Version 1.2.2: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.2.2|jar
1.2.2 (06-12-2017)
- geopackage-core version updated to 1.2.2
- tiff version updated to 1.0.2
- Elevation Extension scale and offset columns changed to be non nullable
- URL Tile Generator handle URL redirects
1.2.1
Version 1.2.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.2.1|jar
1.2.1 (02-02-2017)
- Elevation Extension support (PNG & TIFF)
- geopackage-core version updated to 1.2.1
- User Attributes table support
- geopackage-tiff-java dependency for TIFF support
- Elevation query algorithms including Nearest Neighbor, Bilinear, and Bicubic
- Elevation unbounded results elevation queries
- Table and column name SQL quotations to allow uncommon but valid names
- Zoom level determination using width and height
- GeoPackage application id and user version
- OrmLite JDBC version updated to 5.0
- SQLite JDBC version updated to 3.16.1
1.2.0
Version 1.2.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.2.0|jar
1.2.0 (06-22-2016)
- Tile Reader (creates a GeoPackage from tile image files) updated to support image reprojections
- Tile Writer (writes tile image files from a GeoPackage) updated to support image reprojections
- Tile Writer user specified tile width and height arguments
- Tile Retriever providing common XYZ tile retrieval functionality
- Tile Creator providing common tile generation functionality
- Removal of TileDraw, replaced by Tile Retriever and Tile Creator
- Tile DAO changed to work with any projection units
- Tile Generator support for multiple projections, such as WGS84 in addition to Web Mercator
- URL Tile Generator changed to use provided projection in place of parsing URL
1.1.9
1.1.8
Version 1.1.8: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.1.8|jar
1.1.8 (04-18-2016)
- geopackage-core version updated to 1.1.7
1.1.7
Version 1.1.7: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.1.7|jar
1.1.7 (02-19-2016)
- geopackage-core version updated to 1.1.6
- Feature Tile Table Linker implementation with methods for retrieving data access objects
1.1.6
Version 1.1.6: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.1.6|jar
1.1.6 (02-02-2016)
- geopackage-core version updated to 1.1.5
- Feature Tile Generator linking between feature and tile tables
1.1.5
Version 1.1.5: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.1.5|jar
1.1.5 (01-20-2016)
- Standalone tile generator fix to save tile progress from current zoom level when canceled
- Standalone tile generator zoom level specific progress logging
- URL Tile Generator multiple tile download attempts upon failure
1.1.4
Version 1.1.4: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|1.1.4|jar
1.1.4 (01-15-2016)
- geopackage-core version updated to 1.1.4 for proj4j dependency location change