aboutsummaryrefslogtreecommitdiff
path: root/data/sql/geodetic_crs.sql
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-02-07 11:14:18 +0100
committerGitHub <noreply@github.com>2021-02-07 11:14:18 +0100
commitc0fb0041c2933b4cc953fb763aaaccd4f85a9c0d (patch)
tree6d8626e1fc8353ac7af6e3edae7080ce82cb3d73 /data/sql/geodetic_crs.sql
parentaf7cbf0ad119d20813c242420d345c484995cd98 (diff)
parent7b33d9180eec541f17470d628fe2bb3ed536803d (diff)
downloadPROJ-c0fb0041c2933b4cc953fb763aaaccd4f85a9c0d.tar.gz
PROJ-c0fb0041c2933b4cc953fb763aaaccd4f85a9c0d.zip
Merge pull request #2503 from havingsexonthebeach/epsg10_011
Database: update to EPSG v10.011
Diffstat (limited to 'data/sql/geodetic_crs.sql')
-rw-r--r--data/sql/geodetic_crs.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/sql/geodetic_crs.sql b/data/sql/geodetic_crs.sql
index e62b4990..25325a9f 100644
--- a/data/sql/geodetic_crs.sql
+++ b/data/sql/geodetic_crs.sql
@@ -2108,3 +2108,9 @@ INSERT INTO "geodetic_crs" VALUES('EPSG','9474','PZ-90.02',NULL,'geographic 2D',
INSERT INTO "usage" VALUES('EPSG','14195','geodetic_crs','EPSG','9474','EPSG','1262','EPSG','1183');
INSERT INTO "geodetic_crs" VALUES('EPSG','9475','PZ-90.11',NULL,'geographic 2D','EPSG','6422','EPSG','1158',NULL,0);
INSERT INTO "usage" VALUES('EPSG','14194','geodetic_crs','EPSG','9475','EPSG','1262','EPSG','1183');
+INSERT INTO "geodetic_crs" VALUES('EPSG','9545','LTF2004(G)',NULL,'geocentric','EPSG','6500','EPSG','1295',NULL,0);
+INSERT INTO "usage" VALUES('EPSG','14547','geodetic_crs','EPSG','9545','EPSG','4613','EPSG','1271');
+INSERT INTO "geodetic_crs" VALUES('EPSG','9546','LTF2004(G)',NULL,'geographic 3D','EPSG','6423','EPSG','1295',NULL,0);
+INSERT INTO "usage" VALUES('EPSG','14539','geodetic_crs','EPSG','9546','EPSG','4613','EPSG','1271');
+INSERT INTO "geodetic_crs" VALUES('EPSG','9547','LTF2004(G)',NULL,'geographic 2D','EPSG','6422','EPSG','1295',NULL,0);
+INSERT INTO "usage" VALUES('EPSG','14546','geodetic_crs','EPSG','9547','EPSG','4613','EPSG','1183');