Static
Readonly
versionStatic
connectConnects to the database and returns a GeoPackageConnection
Static
connectCreates a GeoPackageConnection with an existing database adapter
Static
createIn Node, create a GeoPackage file at the given file path, or in a browser, create an in-memory GeoPackage.
promise that resolves with the open GeoPackage object or rejects with an Error
Optional
gppath: stringpath of the created GeoPackage file; ignored in the browser
Optional
name: stringname for the GeoPackage
Static
openIn Node, open a GeoPackage file at the given path, or in a browser, load an in-memory GeoPackage from the given byte array.
promise that resolves with the open GeoPackage object or rejects with an Error
path to the GeoPackage file or Uint8Array
of GeoPackage bytes
name of GeoPackage, but defaults to file path in Node
Generated using TypeDoc
GeoPackage Manager used to create and open GeoPackages