Const
The GeoPackage application ID stored in the SQLite database header at offset 68.
This 4-byte integer value corresponds to the ASCII string 'GPKG' (0x47504B47) and is used to identify a file as a GeoPackage. See GeoPackage Requirement 2.
'GPKG'
0x47504B47
The GeoPackage application ID stored in the SQLite database header at offset 68.
This 4-byte integer value corresponds to the ASCII string
'GPKG'(0x47504B47) and is used to identify a file as a GeoPackage. See GeoPackage Requirement 2.