From 85f496b26702bf6566296072795e821d70156c09 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 15 Sep 2021 00:32:58 +0200 Subject: Database: update to EPSG v10.035 This seriously impacts French CRS users with the introduction of new datums, geodetic CRS and projected CRS based on "RGF 93 v2" and "RGF 93 v2b", and the previous single "RGF 93" being renamed as "RGF 93 v1". To be noted too, the addition of a null transformation between NAD83(2011) and WGS 84, which impacts a number of tests in the test suite. --- 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 373c92b7..7be5382e 100644 --- a/data/sql/metadata.sql +++ b/data/sql/metadata.sql @@ -9,8 +9,8 @@ INSERT INTO "metadata" VALUES('DATABASE.LAYOUT.VERSION.MAJOR', 1); INSERT INTO "metadata" VALUES('DATABASE.LAYOUT.VERSION.MINOR', 1); -INSERT INTO "metadata" VALUES('EPSG.VERSION', 'v10.033'); -INSERT INTO "metadata" VALUES('EPSG.DATE', '2021-08-26'); +INSERT INTO "metadata" VALUES('EPSG.VERSION', 'v10.035'); +INSERT INTO "metadata" VALUES('EPSG.DATE', '2021-09-10'); -- The value of ${PROJ_VERSION} is substituted at build time by the actual -- value. -- cgit v1.2.3