Releases: ngageoint/geopackage-ios
Releases · ngageoint/geopackage-ios
1.1.7
1.1.6
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
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
1.1.3
1.1.2
1.1.1
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
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