diff --git a/spec/1_base.adoc b/spec/1_base.adoc index 7b73ae82..96db7ba3 100644 --- a/spec/1_base.adoc +++ b/spec/1_base.adoc @@ -33,7 +33,7 @@ A GeoPackage SHALL be a http://www.sqlite.org/[SQLite] <<5>> database file using The first 16 bytes of a GeoPackage SHALL contain “SQLite format 3” {req1_foot1} in ASCII <>. {req1_foot2} [requirement] -A GeoPackage SHALL contain 0x47503130 ("GP10" in ASCII) in the application id field of the SQLite database header to indicate a GeoPackage version 1.0 file. {req2_foot1} +A GeoPackage SHALL contain 0x4750313032 ("GP102" in ASCII) in the application id field of the SQLite database header to indicate a GeoPackage version 1.0 file. {req2_foot1} The maximum size of a GeoPackage file is about 140TB. In practice a lower size limit MAY be imposed by the filesystem to which the file is written. diff --git a/spec/annexes/background.adoc b/spec/annexes/background.adoc index 45c44e3c..cc6396c1 100644 --- a/spec/annexes/background.adoc +++ b/spec/annexes/background.adoc @@ -234,6 +234,7 @@ All questions regarding this document should be directed to the editor or the co |2015-12-04| R12| Jeff Yutzler| All Annexes| Scrub annex references https://github.com/opengeospatial/geopackage/issues/176 |2015-12-26| R12| Brad Hards| 2.3.2.1| Fix typos |2015-12-26| R12| Jeff Yutzler| Annex F.9| Make "identifier" unique in Table 42, Table 45 https://github.com/opengeospatial/geopackage/issues/183 +|2015-12-27| R12| Jeff Yutzler| 1.1.1.1.1| Bump version number https://github.com/opengeospatial/geopackage/issues/188 |2015-12-28| R12| Jeff Yutzler| Annex A.1.1.2| Fix column names in ATS tests |=======================================================================