aboutsummaryrefslogtreecommitdiff
path: root/data/sql/customizations.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-25 17:00:04 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-25 17:00:04 +0100
commit054d02760db6fc2c33889d577cd671baa8807909 (patch)
tree8825c3d281f6acae86c8c94cb902e8576c9638e3 /data/sql/customizations.sql
parentc0312858f7621bde4568d98e6ea43fd45bd57a83 (diff)
downloadPROJ-054d02760db6fc2c33889d577cd671baa8807909.tar.gz
PROJ-054d02760db6fc2c33889d577cd671baa8807909.zip
Database: add operation_version column to coordinate operation tables
Diffstat (limited to 'data/sql/customizations.sql')
-rw-r--r--data/sql/customizations.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql
index d08b33b7..ee023700 100644
--- a/data/sql/customizations.sql
+++ b/data/sql/customizations.sql
@@ -2,7 +2,7 @@
INSERT INTO "geodetic_crs" VALUES('OGC','CRS84','WGS 84 (CRS84)',NULL,NULL,'geographic 2D','EPSG','6424','EPSG','6326','EPSG','1262',NULL,0);
-INSERT INTO "other_transformation" VALUES('PROJ','CRS84_TO_EPSG_4326','OGC:CRS84 to WGS 84',NULL,NULL,'EPSG','9843','Axis Order Reversal (2D)','OGC','CRS84','EPSG','4326','EPSG','1262',0.0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);
+INSERT INTO "other_transformation" VALUES('PROJ','CRS84_TO_EPSG_4326','OGC:CRS84 to WGS 84',NULL,NULL,'EPSG','9843','Axis Order Reversal (2D)','OGC','CRS84','EPSG','4326','EPSG','1262',0.0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);
-- alias of EPSG:3857
INSERT INTO "projected_crs" VALUES('EPSG','900913','Google Maps Global Mercator',NULL,NULL,'EPSG','4499','EPSG','4326','EPSG','3856','EPSG','3544',NULL,1);