aboutsummaryrefslogtreecommitdiff
path: root/data/sql/geodetic_datum.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-06-19 14:53:50 +0200
committerGitHub <noreply@github.com>2020-06-19 14:53:50 +0200
commitaf8334a5c8f6ec7d98e7f7ce0564ed4684896426 (patch)
treea34de2afc0c7c5b355c87e987ff431293f2f8dba /data/sql/geodetic_datum.sql
parent68725298801def1c74015184bdc8c4d27f970244 (diff)
parentee743a74c21892b53946941c69b94f1263ac42e8 (diff)
downloadPROJ-af8334a5c8f6ec7d98e7f7ce0564ed4684896426.tar.gz
PROJ-af8334a5c8f6ec7d98e7f7ce0564ed4684896426.zip
Merge pull request #2267 from rouault/update_to_epsg_9_8_12
Database: update to EPSG v9.8.12
Diffstat (limited to 'data/sql/geodetic_datum.sql')
-rw-r--r--data/sql/geodetic_datum.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/sql/geodetic_datum.sql b/data/sql/geodetic_datum.sql
index 9190fdab..7077c40b 100644
--- a/data/sql/geodetic_datum.sql
+++ b/data/sql/geodetic_datum.sql
@@ -153,7 +153,9 @@ INSERT INTO "geodetic_datum" VALUES('EPSG','1258','Ministerio de Marina Norte',N
INSERT INTO "geodetic_datum" VALUES('EPSG','1259','Ministerio de Marina Sur',NULL,NULL,'EPSG','7022','EPSG','8901','EPSG','2357',NULL,0);
INSERT INTO "geodetic_datum" VALUES('EPSG','1263','Oman National Geodetic Datum 2017',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1183','2017-11-01',0);
INSERT INTO "geodetic_datum" VALUES('EPSG','1266','TPEN11 Intermediate Reference Frame',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','4583',NULL,0);
-INSERT INTO "geodetic_datum" VALUES('EPSG','1268','Kingdom of Saudi Arabia Geodetic Reference Frame 2017',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1206','2017-12-01',0);
+INSERT INTO "geodetic_datum" VALUES('EPSG','1268','Kingdom of Saudi Arabia Geodetic Reference Frame 2017',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1206','2019-07-01',0);
+INSERT INTO "geodetic_datum" VALUES('EPSG','1271','MML07 Intermediate Reference Frame',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','4588',NULL,0);
+INSERT INTO "geodetic_datum" VALUES('EPSG','1272','IGb14',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1262','2010-01-01',0);
INSERT INTO "geodetic_datum" VALUES('EPSG','6001','Not specified (based on Airy 1830 ellipsoid)',NULL,NULL,'EPSG','7001','EPSG','8901','EPSG','1263',NULL,0);
INSERT INTO "geodetic_datum" VALUES('EPSG','6002','Not specified (based on Airy Modified 1849 ellipsoid)',NULL,NULL,'EPSG','7002','EPSG','8901','EPSG','1263',NULL,0);
INSERT INTO "geodetic_datum" VALUES('EPSG','6003','Not specified (based on Australian National Spheroid)',NULL,NULL,'EPSG','7003','EPSG','8901','EPSG','1263',NULL,0);