diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-06-19 23:14:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 23:14:53 +0200 |
| commit | c959db170fe05b6c0bdff84876d59a8d425bb4b1 (patch) | |
| tree | aa08dc02da53cbc55d0b4a1fe97e0a5406c1ee0b /data/sql/compound_crs.sql | |
| parent | a79b5558da1a391a9d7418316c9f507583d41b2a (diff) | |
| parent | 9a2f2ed95074df7e22d89521a93ccccc4abfd789 (diff) | |
| download | PROJ-c959db170fe05b6c0bdff84876d59a8d425bb4b1.tar.gz PROJ-c959db170fe05b6c0bdff84876d59a8d425bb4b1.zip | |
Merge pull request #2751 from rouault/epsg_10_027
Database: update to EPSG v10.027
Diffstat (limited to 'data/sql/compound_crs.sql')
| -rw-r--r-- | data/sql/compound_crs.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql/compound_crs.sql b/data/sql/compound_crs.sql index 07934075..2b858a6a 100644 --- a/data/sql/compound_crs.sql +++ b/data/sql/compound_crs.sql @@ -206,7 +206,7 @@ INSERT INTO "compound_crs" VALUES('EPSG','6175','ETRS89 / UTM zone 35N + NN54 he INSERT INTO "usage" VALUES('EPSG','4495','compound_crs','EPSG','6175','EPSG','4069','EPSG','1153'); INSERT INTO "compound_crs" VALUES('EPSG','6176','ETRS89 / UTM zone 36N + NN54 height',NULL,'EPSG','25836','EPSG','5776',0); INSERT INTO "usage" VALUES('EPSG','4496','compound_crs','EPSG','6176','EPSG','3676','EPSG','1153'); -INSERT INTO "compound_crs" VALUES('EPSG','6190','Belge 1972 / Belgian Lambert 72 + Ostend height',NULL,'EPSG','31370','EPSG','5710',0); +INSERT INTO "compound_crs" VALUES('EPSG','6190','BD72 / Belgian Lambert 72 + Ostend height',NULL,'EPSG','31370','EPSG','5710',0); INSERT INTO "usage" VALUES('EPSG','4507','compound_crs','EPSG','6190','EPSG','1347','EPSG','1142'); INSERT INTO "compound_crs" VALUES('EPSG','6349','NAD83(2011) + NAVD88 height',NULL,'EPSG','6318','EPSG','5703',0); INSERT INTO "usage" VALUES('EPSG','4583','compound_crs','EPSG','6349','EPSG','3664','EPSG','1142'); |
