diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-01 10:30:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 10:30:47 +0200 |
| commit | fc4663a2cb51bdad9ac8173be6623fb7cfb41bdd (patch) | |
| tree | becea54ed3c45bfb5412b62c113faee1c76a7da4 /data/sql/compound_crs.sql | |
| parent | 468ceb8c82a54b1a79b4d49c4e4f84fd7a3edb25 (diff) | |
| parent | b6d3f29ce566edb5ba0b42b79ba79ff754239e92 (diff) | |
| download | PROJ-fc4663a2cb51bdad9ac8173be6623fb7cfb41bdd.tar.gz PROJ-fc4663a2cb51bdad9ac8173be6623fb7cfb41bdd.zip | |
Merge pull request #2829 from rouault/epsg_10_033
Database: update to EPSG v10.033
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 2b858a6a..38d34e66 100644 --- a/data/sql/compound_crs.sql +++ b/data/sql/compound_crs.sql @@ -712,3 +712,7 @@ INSERT INTO "compound_crs" VALUES('EPSG','9725','ETRS89 + Cagliari 1956 height', INSERT INTO "usage" VALUES('EPSG','15257','compound_crs','EPSG','9725','EPSG','2339','EPSG','1270'); INSERT INTO "compound_crs" VALUES('EPSG','9742','EOS21 Grid + ODN height',NULL,'EPSG','9741','EPSG','5701',0); INSERT INTO "usage" VALUES('EPSG','15318','compound_crs','EPSG','9742','EPSG','4620','EPSG','1141'); +INSERT INTO "compound_crs" VALUES('EPSG','9762','ECML14_NB Grid + ODN height',NULL,'EPSG','9761','EPSG','5701',0); +INSERT INTO "usage" VALUES('EPSG','16499','compound_crs','EPSG','9762','EPSG','4621','EPSG','1141'); +INSERT INTO "compound_crs" VALUES('EPSG','9767','EWR2 Grid + ODN height',NULL,'EPSG','9766','EPSG','5701',0); +INSERT INTO "usage" VALUES('EPSG','16510','compound_crs','EPSG','9767','EPSG','4622','EPSG','1141'); |
