Releases: ngageoint/geopackage-mapcache-android
Releases · ngageoint/geopackage-mapcache-android
1.19
1.18
1.18 (02-14-2018)
- geopackage-android-map version updated to 2.0.1
- Open GeoPackages in read mode when not performing write operations
- Expand contents bounding box when creating and editing features
- Unsupported sqlite function, module, and trigger handling
- Turn off Android auto backup
1.17
1.17 (11-21-2017)
- geopackage-android-map version updated to 2.0.0
- GeoPackage share fix for external GeoPackages
- Geometry simplifications for displayed map features based upon zoom level
- Only display and maintain features in the current map views
- Maintain active feature indices when editing map features
- Queryable map features (previously only available for feature tiles)
- Automatically select active feature table when editing features
- Update geometry envelopes when editing features
- Increase default max map features & max points per tile to 5000, max features per tile to 2000
- Updated preloaded GeoPackage url example files
- Updated various now deprecated Android library calls
- gradle plugin updated to 2.3.3
- android maven gradle plugin updated to 2.0
- maven google dependency
- compile SDK version 26
- build tools version updated to 26.0.1
- target SDK version updated to 26
- appcompat v7:26.0.2
- multidex version 1.0.2
1.16
1.16 (07-13-2017)
- geopackage-android-map version updated to 1.4.1
- Manifest MultiDex fix for pre Lollipop Android versions
- Improved handling of unknown Contents bounding boxes
- Open GeoPackage from URI creates missing names from last path section
- Prevent app crash from invalid or unsupported geometries
- Bounding of degree projected boxes before Web Mercator transformations
1.15
1.14
1.14 (06-13-2017)
- geopackage-android-map version updated to 1.3.2
- min SDK lowered from 17 to 14
- build tools version updated to 25.0.3
- gradle plugin updated to 2.3.2
- GeoPackage sample data and tile server updates
- Zoom fix for GeoPackage bounds larger than native map bounds
1.13
1.13 (02-02-2017)
- Updated Android, Gradle, & Maven build & SDK libraries
- geopackage-android dependency replaced with geopackage-android-map, version 1.3.1
- getMap call replaced with getMapAsync
- MapFeatureTiles creations changed to DefaultFeatureTiles (fixes Geometries drawn over the International Date Line)