diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-06-19 14:53:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-19 14:53:50 +0200 |
| commit | af8334a5c8f6ec7d98e7f7ce0564ed4684896426 (patch) | |
| tree | a34de2afc0c7c5b355c87e987ff431293f2f8dba /data/sql/compound_crs.sql | |
| parent | 68725298801def1c74015184bdc8c4d27f970244 (diff) | |
| parent | ee743a74c21892b53946941c69b94f1263ac42e8 (diff) | |
| download | PROJ-af8334a5c8f6ec7d98e7f7ce0564ed4684896426.tar.gz PROJ-af8334a5c8f6ec7d98e7f7ce0564ed4684896426.zip | |
Merge pull request #2267 from rouault/update_to_epsg_9_8_12
Database: update to EPSG v9.8.12
Diffstat (limited to 'data/sql/compound_crs.sql')
| -rw-r--r-- | data/sql/compound_crs.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/compound_crs.sql b/data/sql/compound_crs.sql index 966c88c6..219b789e 100644 --- a/data/sql/compound_crs.sql +++ b/data/sql/compound_crs.sql @@ -278,3 +278,4 @@ INSERT INTO "compound_crs" VALUES('EPSG','8814','NAD83 / Missouri Central + NAVD INSERT INTO "compound_crs" VALUES('EPSG','8815','NAD83 / Missouri West + NAVD88 height',NULL,NULL,'EPSG','26998','EPSG','5703','EPSG','2220',0); INSERT INTO "compound_crs" VALUES('EPSG','8912','CR-SIRGAS / CRTM05 + DACR52 height',NULL,NULL,'EPSG','8908','EPSG','8911','EPSG','3232',0); INSERT INTO "compound_crs" VALUES('EPSG','9368','TPEN11 Grid + ODN height',NULL,NULL,'EPSG','9367','EPSG','5701','EPSG','4583',0); +INSERT INTO "compound_crs" VALUES('EPSG','9374','MML07 Grid + ODN height',NULL,NULL,'EPSG','9373','EPSG','5701','EPSG','4588',0); |
