Skip to content

Releases: ngageoint/geopackage-ios

1.1.7

12 Feb 22:22
Compare
Choose a tag to compare

1.1.7 (02-12-2016)

  • Standard Format Overlay has tile to retrieve implementation

1.1.6

10 Feb 23:05
Compare
Choose a tag to compare

1.1.6 (02-10-2016)

  • Additional Feature Tile Table Linker methods for retrieving table names and data access objects
  • Bounded Overlay check if a specified tile exists
  • Feature Overlay ignore drawing tiles that already exist in a linked tile table
  • Feature Overlay Query improved determination if a tile exists before querying features

1.1.5

09 Feb 14:34
Compare
Choose a tag to compare

1.1.5 (02-09-2016)

  • Feature Tile Link Extension implementation - http://ngageoint.github.io/GeoPackage/docs/extensions/feature-tile-link.html
  • Feature Tile Generator linking between feature and tile tables
  • Feature Overlay Query updates to support linked feature and tile tables
  • GeoPackage drop table method
  • Added delete all methods to base data access object
  • Delete extensions when deleting a user table
  • Removed CFBundleExecutable key from bundle
  • wkb-ios version updated to 1.0.4

1.1.4

20 Jan 19:01
Compare
Choose a tag to compare

1.1.4 (01-20-2016)

  • Geometry projection transformations

1.1.3

14 Dec 15:12
Compare
Choose a tag to compare

1.1.3 (12-14-2015)

  • Table Index Extension invalid foreign key fix - Issue #13
  • GeoPackage methods: execute SQL, query, foreign key check, integrity check, quick integrity check
  • URL Tile Generator TMS support
  • Tile Generator fix for updating a GeoPackage and replacing an existing tile

1.1.2

23 Nov 21:06
Compare
Choose a tag to compare

1.1.2 (11-23-2015)

  • Bridging Header for Swift
  • Fixing file prefix typo on GeoPackage Cache

1.1.1

20 Nov 15:06
Compare
Choose a tag to compare

1.1.1 (11-20-2015)

  • Feature Overlay Query message builder, check if features are indexed first
  • Data Columns Dao get data column by table and column names method - Issue #4
  • Additional GeoPackage createFeatureTableWithMetadata methods - Issue #8
  • min and max column query methods - Issue #5
  • Determine bounding box from Tile Grid methods - Issue #7
  • TileDao methods, query for tile grid or bounding box at zoom level - Issue #6
  • Database header and integrity validation options and methods. Validate externally linked GeoPackage headers by default. - Issue #9
  • User Table column ordering fix when created user table columns are not presorted by column index - Issue #10

1.1.0

04 Nov 21:15
Compare
Choose a tag to compare

1.1.0 (11-04-2015)

  • NGA Table Index Extension implementation - http://ngageoint.github.io/GeoPackage/docs/extensions/geometry-index.html
  • Feature Index Manager to combine existing metadata indexing with the NGA Table Index Extension
  • Feature Tile improvements, including max features per tile settings and custom max feature tile drawing
  • Feature and Tile DAO get bounding box and zoom level methods
  • Feature Overlay Query for querying the features behind the drawn feature tiles
  • Added new GeoPackageCoreCache functionality
  • Get Tile Grid from single point and zoom level method
  • Database connection pool and transactions

1.0.0

27 Oct 19:11
Compare
Choose a tag to compare

Version 1.0.0

Initial Release