From 0c487cda1ef70a89d8acefcfc0be658932a1e412 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 15 Oct 2019 21:05:36 +0200 Subject: 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) --- data/sql/metadata.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/sql/metadata.sql') 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'); -- cgit v1.2.3