diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-11-05 11:39:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 11:39:11 +0100 |
| commit | 76dfefe8fc9191bf2df8a232e379b85ca09c7d7d (patch) | |
| tree | 2234e39587176a861fec79aad97527e5e7628f0a /data/sql/compound_crs.sql | |
| parent | 792884b035b9ed6f4e4b674e059231957f8a72f2 (diff) | |
| parent | b2acc54e5f6997426b1a21ff2b35067969bcc6aa (diff) | |
| download | PROJ-76dfefe8fc9191bf2df8a232e379b85ca09c7d7d.tar.gz PROJ-76dfefe8fc9191bf2df8a232e379b85ca09c7d7d.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'); |
