diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-11-05 11:39:11 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-11-05 10:39:36 +0000 |
| commit | d76d1adffded8a734e36a0017601dee9d892b7f7 (patch) | |
| tree | ac998d803f1a1954e659bdf7b047c45ca2bc1305 /data/sql/compound_crs.sql | |
| parent | b71bee7b60b07d27d39b8a3366433ae123bcd633 (diff) | |
| download | PROJ-d76d1adffded8a734e36a0017601dee9d892b7f7.tar.gz PROJ-d76d1adffded8a734e36a0017601dee9d892b7f7.zip | |
Merge pull request #2921 from rouault/epsg_10_039
Database: update to EPSG v10.039
Diffstat (limited to 'data/sql/compound_crs.sql')
| -rw-r--r-- | data/sql/compound_crs.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/sql/compound_crs.sql b/data/sql/compound_crs.sql index 09b18820..972dfdba 100644 --- a/data/sql/compound_crs.sql +++ b/data/sql/compound_crs.sql @@ -718,3 +718,9 @@ INSERT INTO "compound_crs" VALUES('EPSG','9767','EWR2 Grid + ODN height',NULL,'E INSERT INTO "usage" VALUES('EPSG','16510','compound_crs','EPSG','9767','EPSG','4622','EPSG','1141'); INSERT INTO "compound_crs" VALUES('EPSG','9785','RGF93 v2b + NGF-IGN69 height',NULL,'EPSG','9782','EPSG','5720',0); INSERT INTO "usage" VALUES('EPSG','16594','compound_crs','EPSG','9785','EPSG','1326','EPSG','1026'); +INSERT INTO "compound_crs" VALUES('EPSG','9870','MRH21 Grid + ODN height',NULL,'EPSG','9869','EPSG','5701',0); +INSERT INTO "usage" VALUES('EPSG','16942','compound_crs','EPSG','9870','EPSG','4652','EPSG','1141'); +INSERT INTO "compound_crs" VALUES('EPSG','9881','MOLDOR11 Grid + ODN height',NULL,'EPSG','9880','EPSG','5701',0); +INSERT INTO "usage" VALUES('EPSG','16985','compound_crs','EPSG','9881','EPSG','4655','EPSG','1141'); +INSERT INTO "compound_crs" VALUES('EPSG','9883','ETRS89 + CD Norway depth',NULL,'EPSG','4258','EPSG','9672',0); +INSERT INTO "usage" VALUES('EPSG','16974','compound_crs','EPSG','9883','EPSG','4656','EPSG','1198'); |
