From a9b6f39494e6dab0ea02af9d82e7b3d570f5422f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 24 Sep 2020 22:41:59 +0200 Subject: Database: "minimal" update to EPSG v10.003 Content mostly unchanged since v9.9 This update is "minimal" in that it mostly reflects the removal of the 'area' table, replaced now by 'extent', 'scope' and 'usage' Other new aspects of EPSG v10 are left aside. --- data/sql/coordinate_system.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/sql/coordinate_system.sql') diff --git a/data/sql/coordinate_system.sql b/data/sql/coordinate_system.sql index dfcee1cb..aa57cc3a 100644 --- a/data/sql/coordinate_system.sql +++ b/data/sql/coordinate_system.sql @@ -134,3 +134,5 @@ INSERT INTO "coordinate_system" VALUES('EPSG','6509','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','6510','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','6511','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','6512','Cartesian',3); +INSERT INTO "coordinate_system" VALUES('EPSG','32760','ordinal',2); +INSERT INTO "coordinate_system" VALUES('EPSG','32761','ordinal',2); -- cgit v1.2.3