aboutsummaryrefslogtreecommitdiff
path: root/data/sql
diff options
context:
space:
mode:
authorAndrei Marshalov <andrei.marshalov@emlid.com>2020-06-03 12:06:59 +0300
committerAndrei Marshalov <andrei.marshalov@emlid.com>2020-06-03 12:21:57 +0300
commit7e07589d2197663184b06824260f5908ba4f4870 (patch)
tree1289a8bca7e4e967f324e278b17fca53450506eb /data/sql
parenteb9f5483f165b8b21ecf5f3a60ad19e9c48c4e2d (diff)
downloadPROJ-7e07589d2197663184b06824260f5908ba4f4870.tar.gz
PROJ-7e07589d2197663184b06824260f5908ba4f4870.zip
customizations.sql: add entry for OSGM15 geoid_model
Diffstat (limited to 'data/sql')
-rw-r--r--data/sql/customizations.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql
index efb0a4bc..34e5ade0 100644
--- a/data/sql/customizations.sql
+++ b/data/sql/customizations.sql
@@ -123,6 +123,8 @@ INSERT INTO "geoid_model" SELECT 'GEOID12B', auth_name, code FROM grid_transform
INSERT INTO "geoid_model" SELECT 'GEOID18', auth_name, code FROM grid_transformation WHERE auth_name = 'EPSG' AND grid_name LIKE 'g2018%' AND deprecated = 0;
+INSERT INTO "geoid_model" SELECT 'OSGM15', auth_name, code FROM grid_transformation WHERE auth_name = 'EPSG' AND grid_name LIKE '%OSGM15%' AND deprecated = 0;
+
---- PROJ historic +datum aliases -----
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6326','WGS84','PROJ');