Skip to content

Releases: ngageoint/geopackage-java

1.3.0

27 Jun 19:12
Compare
Choose a tag to compare

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

12 Jun 19:03
Compare
Choose a tag to compare

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

02 Feb 20:09
Compare
Choose a tag to compare

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

22 Jun 20:00
Compare
Choose a tag to compare

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

10 May 20:02
Compare
Choose a tag to compare

1.1.9 (05-10-2016)

  • GeoPackage 1.1.0 spec updates
  • geopackage-core version updated to 1.1.8
  • GeoPackage Connection column exists and query single result method implementations
  • Use updated projection calls by passing Spatial Reference Systems

1.1.8

18 Apr 17:37
Compare
Choose a tag to compare

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

19 Feb 18:07
Compare
Choose a tag to compare

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

02 Feb 17:31
Compare
Choose a tag to compare

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

20 Jan 16:12
Compare
Choose a tag to compare

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

15 Jan 20:56
Compare
Choose a tag to compare

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