diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-16 18:26:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-16 18:26:09 +0200 |
| commit | 82b496fb32df0b6705159cd5c626aab20c8e9d39 (patch) | |
| tree | b6652073c9d66960e5c16d61055c53ffc3f8656f /data/sql/concatenated_operation_step.sql | |
| parent | 93508fbec18e192646f2890e1ceb86de4cc9fd35 (diff) | |
| parent | 686713479eb0b39feb5369b82647f96edf809b6c (diff) | |
| download | PROJ-82b496fb32df0b6705159cd5c626aab20c8e9d39.tar.gz PROJ-82b496fb32df0b6705159cd5c626aab20c8e9d39.zip | |
Merge pull request #2370 from rouault/epsg10
Update to EPSG 10.003 and make code base robust to dealing with WKT CRS with DatumEnsemble
Diffstat (limited to 'data/sql/concatenated_operation_step.sql')
| -rw-r--r-- | data/sql/concatenated_operation_step.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql/concatenated_operation_step.sql b/data/sql/concatenated_operation_step.sql index b83416da..a095ddce 100644 --- a/data/sql/concatenated_operation_step.sql +++ b/data/sql/concatenated_operation_step.sql @@ -56,7 +56,7 @@ INSERT INTO "concatenated_operation_step" VALUES('EPSG','8175',2,'EPSG','1169'); INSERT INTO "concatenated_operation_step" VALUES('EPSG','8176',1,'EPSG','1265'); INSERT INTO "concatenated_operation_step" VALUES('EPSG','8176',2,'EPSG','1227'); INSERT INTO "concatenated_operation_step" VALUES('EPSG','8178',1,'EPSG','1759'); -INSERT INTO "concatenated_operation_step" VALUES('EPSG','8178',2,'EPSG','1123'); +INSERT INTO "concatenated_operation_step" VALUES('EPSG','8178',2,'EPSG','8452'); INSERT INTO "concatenated_operation_step" VALUES('EPSG','8183',1,'EPSG','1273'); INSERT INTO "concatenated_operation_step" VALUES('EPSG','8183',2,'EPSG','1149'); INSERT INTO "concatenated_operation_step" VALUES('EPSG','8186',1,'EPSG','1763'); |
