diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-05-16 19:51:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-16 19:51:48 +0200 |
| commit | cc1aca389c61eed789b90d57de3f7a52424e1ef2 (patch) | |
| tree | aba5dc6bca2c9ce4b36ada1efa1db9ca4207de65 /data/sql/scope.sql | |
| parent | 5da981bcb9461fe25a2f742890c92b24161c3c37 (diff) | |
| parent | 752696eb8ac0ecb9ff96432ec5849625ed452f74 (diff) | |
| download | PROJ-cc1aca389c61eed789b90d57de3f7a52424e1ef2.tar.gz PROJ-cc1aca389c61eed789b90d57de3f7a52424e1ef2.zip | |
Merge pull request #2722 from rouault/epsg_10_022
Database: update to EPSG v10.022
Diffstat (limited to 'data/sql/scope.sql')
| -rw-r--r-- | data/sql/scope.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/sql/scope.sql b/data/sql/scope.sql index a7b6ebc4..e76a9b01 100644 --- a/data/sql/scope.sql +++ b/data/sql/scope.sql @@ -45,8 +45,8 @@ INSERT INTO "scope" VALUES('EPSG','1065','Academic research, not officially adop INSERT INTO "scope" VALUES('EPSG','1066','Recommended by OSi and OSNI for all horizontal CTs in the Republic and Northern Ireland.',0); INSERT INTO "scope" VALUES('EPSG','1067','Post-1996 data based on the classical geodetic network.',0); INSERT INTO "scope" VALUES('EPSG','1068','Pre-1996 data related to the classical geodetic network.',0); -INSERT INTO "scope" VALUES('EPSG','1069','Adopted as official definition of OSGB 1936 from 2002 to August 2016. Accuracy by definition exact. Accuracy compared to triangulation coordinates 0.1m at 67% confidence level.',0); -INSERT INTO "scope" VALUES('EPSG','1070','Adopted as official definition of OSGB 1936 from August 2016. Accuracy by definition exact. Accuracy compared to triangulation coordinates 0.1m at 67% confidence level.',0); +INSERT INTO "scope" VALUES('EPSG','1069','Adopted as official definition of OSGB36 from 2002 to August 2016. Accuracy by definition exact. Accuracy compared to triangulation coordinates 0.1m at 67% confidence level.',0); +INSERT INTO "scope" VALUES('EPSG','1070','Adopted as official definition of OSGB36 from August 2016. Accuracy by definition exact. Accuracy compared to triangulation coordinates 0.1m at 67% confidence level.',0); INSERT INTO "scope" VALUES('EPSG','1071','Arctic small scale mapping - Alaska-centred.',0); INSERT INTO "scope" VALUES('EPSG','1072','Arctic small scale mapping - Canada-centred.',0); INSERT INTO "scope" VALUES('EPSG','1073','Arctic small scale mapping - Greenland-centred.',0); |
