diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-05-16 19:51:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-16 19:51:48 +0200 |
| commit | cc1aca389c61eed789b90d57de3f7a52424e1ef2 (patch) | |
| tree | aba5dc6bca2c9ce4b36ada1efa1db9ca4207de65 /data/sql/concatenated_operation_step.sql | |
| parent | 5da981bcb9461fe25a2f742890c92b24161c3c37 (diff) | |
| parent | 752696eb8ac0ecb9ff96432ec5849625ed452f74 (diff) | |
| download | PROJ-cc1aca389c61eed789b90d57de3f7a52424e1ef2.tar.gz PROJ-cc1aca389c61eed789b90d57de3f7a52424e1ef2.zip | |
Merge pull request #2722 from rouault/epsg_10_022
Database: update to EPSG v10.022
Diffstat (limited to 'data/sql/concatenated_operation_step.sql')
| -rw-r--r-- | data/sql/concatenated_operation_step.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/concatenated_operation_step.sql b/data/sql/concatenated_operation_step.sql index b3f6c945..6abe0691 100644 --- a/data/sql/concatenated_operation_step.sql +++ b/data/sql/concatenated_operation_step.sql @@ -437,3 +437,5 @@ 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'); +INSERT INTO "concatenated_operation_step" VALUES('EPSG','9731',1,'EPSG','9729'); +INSERT INTO "concatenated_operation_step" VALUES('EPSG','9731',2,'EPSG','9726'); |
