diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-01-27 12:55:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-27 12:55:38 +0100 |
| commit | 4ecb0abb8c3d3f5efcdd79643bc3302aa9bc6d1e (patch) | |
| tree | a53a442b47c56b0305214eb9c539123e9de45bf4 /data/sql/compound_crs.sql | |
| parent | c80c4ededbad6a11e9731ae5e118f7cfd9138f67 (diff) | |
| parent | 5085e294875c17ab5b0a6275f35b4a41eda3b158 (diff) | |
| download | PROJ-4ecb0abb8c3d3f5efcdd79643bc3302aa9bc6d1e.tar.gz PROJ-4ecb0abb8c3d3f5efcdd79643bc3302aa9bc6d1e.zip | |
Merge pull request #3028 from rouault/epsg_10_051
Database: update to EPSG 10.051
Diffstat (limited to 'data/sql/compound_crs.sql')
| -rw-r--r-- | data/sql/compound_crs.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/sql/compound_crs.sql b/data/sql/compound_crs.sql index 9c6faf85..f6b82ce3 100644 --- a/data/sql/compound_crs.sql +++ b/data/sql/compound_crs.sql @@ -726,6 +726,10 @@ INSERT INTO "compound_crs" VALUES('EPSG','9883','ETRS89 + CD Norway depth',NULL, INSERT INTO "usage" VALUES('EPSG','16974','compound_crs','EPSG','9883','EPSG','4656','EPSG','1198'); INSERT INTO "compound_crs" VALUES('EPSG','9897','LUREF / Luxembourg TM + NG95 height',NULL,'EPSG','2169','EPSG','5774',0); INSERT INTO "usage" VALUES('EPSG','17304','compound_crs','EPSG','9897','EPSG','1146','EPSG','1029'); +INSERT INTO "compound_crs" VALUES('EPSG','9920','OSGB36 / British National Grid + BI height',NULL,'EPSG','27700','EPSG','9451',0); +INSERT INTO "usage" VALUES('EPSG','17332','compound_crs','EPSG','9920','EPSG','4390','EPSG','1026'); +INSERT INTO "compound_crs" VALUES('EPSG','9922','ETRS89 / ITM + BI height',NULL,'EPSG','2157','EPSG','9451',0); +INSERT INTO "usage" VALUES('EPSG','17338','compound_crs','EPSG','9922','EPSG','1305','EPSG','1026'); INSERT INTO "compound_crs" VALUES('EPSG','9924','ETRS89 + DHHN2016 height',NULL,'EPSG','4258','EPSG','7837',0); INSERT INTO "usage" VALUES('EPSG','17168','compound_crs','EPSG','9924','EPSG','3339','EPSG','1026'); INSERT INTO "compound_crs" VALUES('EPSG','9928','DB_REF2003 zone 2',NULL,'EPSG','5682','EPSG','9923',0); |
