Skip to content

5.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@caldwellc caldwellc released this 02 Feb 20:01
· 24 commits to master since this release

Major rework of GeoPackage JS library to sync up API with GeoPackage Java v6.4.0.

  • GeoPackage JS's API has been updated to more closely match GeoPackage Java v6.4.0
    • Not yet implemented: 2D Gridded Tile Coverage Extension and OGC API Feature Generator
  • GeoPackageExtensions is now ExtensionManager
  • GeoPackageAPI is now GeoPackageManager
  • Added FeatureTileTableLink extension
  • Added support for extended geometry types
  • Added Properties extension
  • Added ZoomOther extension
  • Added support for drawing extended geometry types
  • Updated to use NGA simple features javascript libraries
  • Updated to use NGA projections javascript library
  • Added UserCustomRow
  • Reworked UserRow, UserTable, and UserColumn and updated all super types
  • Added in FeatureConnection, TileConnection, AttributesConnection and UserCustomConnections.
  • Added GeoPackageCache
  • Utilize ResultSet and Iterators with Database functions to prevent memory issues.