diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-02-07 11:14:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 11:14:18 +0100 |
| commit | c0fb0041c2933b4cc953fb763aaaccd4f85a9c0d (patch) | |
| tree | 6d8626e1fc8353ac7af6e3edae7080ce82cb3d73 /data/sql/scope.sql | |
| parent | af7cbf0ad119d20813c242420d345c484995cd98 (diff) | |
| parent | 7b33d9180eec541f17470d628fe2bb3ed536803d (diff) | |
| download | PROJ-c0fb0041c2933b4cc953fb763aaaccd4f85a9c0d.tar.gz PROJ-c0fb0041c2933b4cc953fb763aaaccd4f85a9c0d.zip | |
Merge pull request #2503 from havingsexonthebeach/epsg10_011
Database: update to EPSG v10.011
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 58fc0779..bf98f123 100644 --- a/data/sql/scope.sql +++ b/data/sql/scope.sql @@ -246,4 +246,6 @@ INSERT INTO "scope" VALUES('EPSG','1266','Engineering survey, topographic mappin INSERT INTO "scope" VALUES('EPSG','1267','Location-based services, Intelligent Transport Services, navigation, positioning.',0); INSERT INTO "scope" VALUES('EPSG','1268','Geodesy, location based services, intelligent transport services.',0); INSERT INTO "scope" VALUES('EPSG','1269','Intermediate CRS in transformation to and from projected CRS.',0); +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); |
