diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-05-18 13:18:20 -0500 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-05-18 13:18:20 -0500 |
| commit | 69b1aafe11c0559f0a88d86db7e57ff99a4a6641 (patch) | |
| tree | badb16c0dda0b47d0931ddc58feae3c5a1ba2a63 /data/sql | |
| parent | c0b6b6c97c39a27bcbb966032689b763b482dcfc (diff) | |
| download | PROJ-69b1aafe11c0559f0a88d86db7e57ff99a4a6641.tar.gz PROJ-69b1aafe11c0559f0a88d86db7e57ff99a4a6641.zip | |
customizations.sql: remove the removal of the deprecation entry of RAF09 by RAF18
Diffstat (limited to 'data/sql')
| -rw-r--r-- | data/sql/customizations.sql | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql index 0ce4a692..b9fcac31 100644 --- a/data/sql/customizations.sql +++ b/data/sql/customizations.sql @@ -7,18 +7,6 @@ INSERT INTO "other_transformation" VALUES('PROJ','CRS84_TO_EPSG_4326','OGC:CRS84 -- alias of EPSG:3857 INSERT INTO "projected_crs" VALUES('EPSG','900913','Google Maps Global Mercator',NULL,NULL,'EPSG','4499','EPSG','4326','EPSG','3856','EPSG','3544',NULL,1); --- Remove supression entry of EPSG:8371 ("RGF93 to NGF IGN69 height (2)", using RAF09.mnt) by --- EPSG:8885 ("RGF93 to NGF IGN69 height (3)", using RAF18.tac), since --- we have only RAF09.mnt in proj-datumgrid-europe --- Our code to remove superseded operations should probably take into account grid availability -DELETE FROM "supersession" WHERE superseded_table_name = 'grid_transformation' AND - superseded_auth_name = 'EPSG' AND - superseded_code = '8371' AND - replacement_table_name = 'grid_transformation' AND - replacement_auth_name = 'EPSG' AND - replacement_code = '8885' AND - source = 'EPSG'; - -- ('EPSG','7001','ETRS89 to NAP height (1)') lacks an interpolationCRS with Amersfoort / EPSG:4289 -- See https://salsa.debian.org/debian-gis-team/proj-rdnap/blob/debian/2008-8/Use%20of%20RDTRANS2008%20and%20NAPTRANS2008.pdf -- "The naptrans2008 VDatum-grid is referenced to the Bessel-1841 ellipsoid" |
