diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-01-05 11:09:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-05 11:09:54 +0100 |
| commit | 78eee957b0eff8b74df8a1f0e60a95355e7fa1c6 (patch) | |
| tree | cc08a5ba1113d5fe89828dd4fcc5fe016e67f7c1 /data/sql/coordinate_system.sql | |
| parent | b2dbc2f9acfc4fc709a7f2cf63c5b21bb582d6e8 (diff) | |
| parent | c3cac01a9779a523ddf553df9c4ca2dc76ba2f95 (diff) | |
| download | PROJ-78eee957b0eff8b74df8a1f0e60a95355e7fa1c6.tar.gz PROJ-78eee957b0eff8b74df8a1f0e60a95355e7fa1c6.zip | |
Merge pull request #3005 from rouault/epsg_10_044
Dabase: update to EPSG 10.044 (fixes #3004)
Diffstat (limited to 'data/sql/coordinate_system.sql')
| -rw-r--r-- | data/sql/coordinate_system.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/coordinate_system.sql b/data/sql/coordinate_system.sql index aa57cc3a..f4265346 100644 --- a/data/sql/coordinate_system.sql +++ b/data/sql/coordinate_system.sql @@ -22,6 +22,7 @@ INSERT INTO "coordinate_system" VALUES('EPSG','1042','Cartesian',3); INSERT INTO "coordinate_system" VALUES('EPSG','1043','vertical',1); INSERT INTO "coordinate_system" VALUES('EPSG','1044','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','1045','Cartesian',3); +INSERT INTO "coordinate_system" VALUES('EPSG','1046','Cartesian',3); INSERT INTO "coordinate_system" VALUES('EPSG','1047','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','1048','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','1049','vertical',1); |
