diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-18 18:05:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 18:05:53 +0100 |
| commit | 4478eed4f5fe9d33fe7ef34126f98d3f7aa2daa5 (patch) | |
| tree | bb2a77abe762201cebb2e8810df2c59b4d8f606b /data/sql/customizations.sql | |
| parent | c560b7957664c32e2465e8425abaccc5a6b2607d (diff) | |
| parent | 0476db2b05b9232b7c579901cf8a873ef34ae62f (diff) | |
| download | PROJ-4478eed4f5fe9d33fe7ef34126f98d3f7aa2daa5.tar.gz PROJ-4478eed4f5fe9d33fe7ef34126f98d3f7aa2daa5.zip | |
Merge pull request #2434 from rouault/update_to_epsg_10.0.7
Database: update to EPSG v10.007
Diffstat (limited to 'data/sql/customizations.sql')
| -rw-r--r-- | data/sql/customizations.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql index beaaf8fd..c53a324d 100644 --- a/data/sql/customizations.sql +++ b/data/sql/customizations.sql @@ -274,12 +274,6 @@ INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6277','OSGB36','PROJ'); -- to the EPSG:4326 CRS, as this is a common use case (https://github.com/OSGeo/PROJ/issues/2216) INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4326','WGS84','PROJ'); ----- Aliases from old datum names to new datum ensemble names ----- - --- Those have been reported to IOGP and will hopefully be integrated in a later EPSG release -INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6326','World Geodetic System 1984','PROJ'); -INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6258','European Terrestrial Reference System 1989','PROJ'); - ---- PROJ unit short names ----- -- Linear units |
