diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-02-09 21:24:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 21:24:14 +0100 |
| commit | 6ce2c1174a2ee9bb529cc9260b33b6243950e0ad (patch) | |
| tree | f8d3c21324927506be5bcc25f7d97c6071e435a1 /data/sql/geodetic_crs.sql | |
| parent | ad2cb7a1206391b5742eb5346f2a7f9baf864cff (diff) | |
| parent | c72dabdc3f1fd5e09c750b8965768b1b5b686798 (diff) | |
| download | PROJ-6ce2c1174a2ee9bb529cc9260b33b6243950e0ad.tar.gz PROJ-6ce2c1174a2ee9bb529cc9260b33b6243950e0ad.zip | |
Merge pull request #2518 from rouault/epsg_10_013
Database: update to EPSG v10.013
Diffstat (limited to 'data/sql/geodetic_crs.sql')
| -rw-r--r-- | data/sql/geodetic_crs.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/sql/geodetic_crs.sql b/data/sql/geodetic_crs.sql index 25325a9f..b02673d5 100644 --- a/data/sql/geodetic_crs.sql +++ b/data/sql/geodetic_crs.sql @@ -2114,3 +2114,9 @@ INSERT INTO "geodetic_crs" VALUES('EPSG','9546','LTF2004(G)',NULL,'geographic 3D 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'); +INSERT INTO "geodetic_crs" VALUES('EPSG','9694','REDGEOMIN',NULL,'geocentric','EPSG','6500','EPSG','1304',NULL,0); +INSERT INTO "usage" VALUES('EPSG','14939','geodetic_crs','EPSG','9694','EPSG','1066','EPSG','1181'); +INSERT INTO "geodetic_crs" VALUES('EPSG','9695','REDGEOMIN',NULL,'geographic 3D','EPSG','6423','EPSG','1304',NULL,0); +INSERT INTO "usage" VALUES('EPSG','14947','geodetic_crs','EPSG','9695','EPSG','1066','EPSG','1181'); +INSERT INTO "geodetic_crs" VALUES('EPSG','9696','REDGEOMIN',NULL,'geographic 2D','EPSG','6422','EPSG','1304',NULL,0); +INSERT INTO "usage" VALUES('EPSG','14949','geodetic_crs','EPSG','9696','EPSG','1066','EPSG','1183'); |
