diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-02-09 18:02:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 18:02:42 +0100 |
| commit | ad2cb7a1206391b5742eb5346f2a7f9baf864cff (patch) | |
| tree | ddc2f01eeb03700953794bd3cd58f5225745b408 /data/sql/concatenated_operation_step.sql | |
| parent | 6882017ff6f874fc5a163cdd97c9966d4973a5ac (diff) | |
| parent | 0b8f6e3586b3f180dd218caf3af39b37505043f1 (diff) | |
| download | PROJ-ad2cb7a1206391b5742eb5346f2a7f9baf864cff.tar.gz PROJ-ad2cb7a1206391b5742eb5346f2a7f9baf864cff.zip | |
Merge pull request #2517 from nyalldawson/epsg_update
Database: update to EPSG v10.012
Diffstat (limited to 'data/sql/concatenated_operation_step.sql')
| -rw-r--r-- | data/sql/concatenated_operation_step.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/sql/concatenated_operation_step.sql b/data/sql/concatenated_operation_step.sql index d19ed725..4f60032a 100644 --- a/data/sql/concatenated_operation_step.sql +++ b/data/sql/concatenated_operation_step.sql @@ -431,3 +431,9 @@ INSERT INTO "concatenated_operation_step" VALUES('EPSG','9337',1,'EPSG','1763'); INSERT INTO "concatenated_operation_step" VALUES('EPSG','9337',2,'EPSG','9327'); INSERT INTO "concatenated_operation_step" VALUES('EPSG','9499',1,'EPSG','9276'); INSERT INTO "concatenated_operation_step" VALUES('EPSG','9499',2,'EPSG','9275'); +INSERT INTO "concatenated_operation_step" VALUES('EPSG','9683',1,'EPSG','8049'); +INSERT INTO "concatenated_operation_step" VALUES('EPSG','9683',2,'EPSG','8447'); +INSERT INTO "concatenated_operation_step" VALUES('EPSG','9685',1,'EPSG','9459'); +INSERT INTO "concatenated_operation_step" VALUES('EPSG','9685',2,'EPSG','8447'); +INSERT INTO "concatenated_operation_step" VALUES('EPSG','9687',1,'EPSG','8447'); +INSERT INTO "concatenated_operation_step" VALUES('EPSG','9687',2,'EPSG','8448'); |
