diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-23 19:04:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-23 19:04:31 +0100 |
| commit | 1ca02b5659bced7036f345803a1c981c5ced9690 (patch) | |
| tree | 6a49b1132015c17cb5caae47ac9235240bfd0b12 /data/sql/deprecation.sql | |
| parent | ef20438a3af9a507806eefdeae69ce0914847c70 (diff) | |
| parent | 00dd98457af1f32e7bb2b9677f6319f72fcfacf9 (diff) | |
| download | PROJ-1ca02b5659bced7036f345803a1c981c5ced9690.tar.gz PROJ-1ca02b5659bced7036f345803a1c981c5ced9690.zip | |
Merge pull request #1869 from rouault/update_to_epsg_9_8_6
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'); |
