diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-23 23:26:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-23 23:26:17 +0100 |
| commit | 9a4b8a6c21624192e111c7f1388ce4cbbd1d6fa7 (patch) | |
| tree | 2bc164d821cf6d54958d228a65b823354b9669db /data/sql/deprecation.sql | |
| parent | 0bd886d8b26016d26fac3e1c1bb8ed6982f30c4e (diff) | |
| parent | ba37cd70b299d8ea918f6bb219805713c9e6507a (diff) | |
| download | PROJ-9a4b8a6c21624192e111c7f1388ce4cbbd1d6fa7.tar.gz PROJ-9a4b8a6c21624192e111c7f1388ce4cbbd1d6fa7.zip | |
Merge pull request #1874 from rouault/backport_epsg_9_8_6
[6.3 backport] Database: update to EPSG v9.8.6
Diffstat (limited to 'data/sql/deprecation.sql')
| -rw-r--r-- | data/sql/deprecation.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/deprecation.sql b/data/sql/deprecation.sql index 4ea3e558..e364141d 100644 --- a/data/sql/deprecation.sql +++ b/data/sql/deprecation.sql @@ -454,3 +454,5 @@ INSERT INTO "deprecation" VALUES('projected_crs','EPSG','7082','EPSG','8456','EP INSERT INTO "deprecation" VALUES('projected_crs','EPSG','7082','EPSG','8455','EPSG'); INSERT INTO "deprecation" VALUES('projected_crs','EPSG','3911','EPSG','8686','EPSG'); INSERT INTO "deprecation" VALUES('geodetic_crs','EPSG','8449','EPSG','8860','EPSG'); +INSERT INTO "deprecation" VALUES('geodetic_crs','EPSG','4280','EPSG','4211','EPSG'); +INSERT INTO "deprecation" VALUES('geodetic_crs','EPSG','4808','EPSG','4813','EPSG'); |
