diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-02-09 18:02:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 18:02:42 +0100 |
| commit | ad2cb7a1206391b5742eb5346f2a7f9baf864cff (patch) | |
| tree | ddc2f01eeb03700953794bd3cd58f5225745b408 /data/sql/scope.sql | |
| parent | 6882017ff6f874fc5a163cdd97c9966d4973a5ac (diff) | |
| parent | 0b8f6e3586b3f180dd218caf3af39b37505043f1 (diff) | |
| download | PROJ-ad2cb7a1206391b5742eb5346f2a7f9baf864cff.tar.gz PROJ-ad2cb7a1206391b5742eb5346f2a7f9baf864cff.zip | |
Merge pull request #2517 from nyalldawson/epsg_update
Database: update to EPSG v10.012
Diffstat (limited to 'data/sql/scope.sql')
| -rw-r--r-- | data/sql/scope.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/scope.sql b/data/sql/scope.sql index bf98f123..d5263c5e 100644 --- a/data/sql/scope.sql +++ b/data/sql/scope.sql @@ -249,3 +249,5 @@ INSERT INTO "scope" VALUES('EPSG','1269','Intermediate CRS in transformation to INSERT INTO "scope" VALUES('EPSG','1271','Engineering survey and mapping for the Trans-Europe Lyon-Turin (TELT) railway project.',0); INSERT INTO "scope" VALUES('EPSG','1273','Transformation of coordinates at 0.03m level of accuracy.',0); INSERT INTO "scope" VALUES('EPSG','1274','Spatial referencing including water resource management.',0); +INSERT INTO "scope" VALUES('EPSG','1275','Alignment of datasets referenced to WGS 84 which have been derived from GDA2020 via the null transformation EPSG::8450 with GDA94 datasets.',0); +INSERT INTO "scope" VALUES('EPSG','1276','Alignment of datasets referenced to WGS 84 which have been derived from GDA94 via the null transformation EPSG::1150 with GDA2020 datasets.',0); |
