From 50cfb37a04c452bbdec2f6ce3c09ee20624ccb7f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 22 Feb 2019 19:17:54 +0100 Subject: proj.db: update to EPSG 9.6.0 Minor update w.r.t 9.5.5 that adds a few new coordinate operations. --- data/sql/coordinate_system.sql | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/sql/coordinate_system.sql') diff --git a/data/sql/coordinate_system.sql b/data/sql/coordinate_system.sql index 1e893f65..dfcee1cb 100644 --- a/data/sql/coordinate_system.sql +++ b/data/sql/coordinate_system.sql @@ -22,6 +22,10 @@ INSERT INTO "coordinate_system" VALUES('EPSG','1042','Cartesian',3); INSERT INTO "coordinate_system" VALUES('EPSG','1043','vertical',1); INSERT INTO "coordinate_system" VALUES('EPSG','1044','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','1045','Cartesian',3); +INSERT INTO "coordinate_system" VALUES('EPSG','1047','Cartesian',2); +INSERT INTO "coordinate_system" VALUES('EPSG','1048','Cartesian',2); +INSERT INTO "coordinate_system" VALUES('EPSG','1049','vertical',1); +INSERT INTO "coordinate_system" VALUES('EPSG','1050','vertical',1); INSERT INTO "coordinate_system" VALUES('EPSG','4400','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','4401','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','4402','Cartesian',2); -- cgit v1.2.3