diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-01 21:11:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 21:11:32 +0200 |
| commit | 5c56836dd12ec1e6f535fff67d1e6895cd95fb2b (patch) | |
| tree | 2ef6d8c8f90d91400c132585536b132d12351a6b /data/sql/customizations.sql | |
| parent | 381d4f6ff3d18efbcd4fdb626200dddab5f2c115 (diff) | |
| parent | e6a0966a473f37c984e4f66197340900f946dd24 (diff) | |
| download | PROJ-5c56836dd12ec1e6f535fff67d1e6895cd95fb2b.tar.gz PROJ-5c56836dd12ec1e6f535fff67d1e6895cd95fb2b.zip | |
Merge pull request #2625 from rouault/epsg_10_017
Database: update to EPSG 10.017
Diffstat (limited to 'data/sql/customizations.sql')
| -rw-r--r-- | data/sql/customizations.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql index b14add32..19032e3a 100644 --- a/data/sql/customizations.sql +++ b/data/sql/customizations.sql @@ -271,7 +271,6 @@ INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6223','carthage','PROJ' INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6312','hermannskogel','PROJ'); INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6299','ire65','PROJ'); INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6272','nzgd49','PROJ'); -INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6277','OSGB36','PROJ'); -- Given that we have installed above a WGS84 alias to the datum, add also one -- to the EPSG:4326 CRS, as this is a common use case (https://github.com/OSGeo/PROJ/issues/2216) |
