diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-15 21:05:36 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-10-15 21:05:36 +0200 |
| commit | 0c487cda1ef70a89d8acefcfc0be658932a1e412 (patch) | |
| tree | d4c49b9e66725c3396f931efbfb044f25debff95 /data/sql/metadata.sql | |
| parent | d4245b06db73c95c70b4b82dd00e9815dcae04d8 (diff) | |
| download | PROJ-0c487cda1ef70a89d8acefcfc0be658932a1e412.tar.gz PROJ-0c487cda1ef70a89d8acefcfc0be658932a1e412.zip | |
Database: update to EPSG v9.8.3
Note: a hack has been added into customizations.sql to cancel deprecatation
of USA geoid2012 grids by geoid2018 grids, as the later are not yet available
in proj-datumgrid-northamerica (https://github.com/OSGeo/proj-datumgrid/issues/55)
Diffstat (limited to 'data/sql/metadata.sql')
| -rw-r--r-- | data/sql/metadata.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/sql/metadata.sql b/data/sql/metadata.sql index 15a103de..ce7100f1 100644 --- a/data/sql/metadata.sql +++ b/data/sql/metadata.sql @@ -1,2 +1,2 @@ -INSERT INTO "metadata" VALUES('EPSG.VERSION', 'v9.8.2'); -INSERT INTO "metadata" VALUES('EPSG.DATE', '2019-09-23'); +INSERT INTO "metadata" VALUES('EPSG.VERSION', 'v9.8.3'); +INSERT INTO "metadata" VALUES('EPSG.DATE', '2019-10-11'); |
