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/coordinate_system.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/coordinate_system.sql')
| -rw-r--r-- | data/sql/coordinate_system.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/coordinate_system.sql b/data/sql/coordinate_system.sql index dfcee1cb..aa57cc3a 100644 --- a/data/sql/coordinate_system.sql +++ b/data/sql/coordinate_system.sql @@ -134,3 +134,5 @@ INSERT INTO "coordinate_system" VALUES('EPSG','6509','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','6510','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','6511','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','6512','Cartesian',3); +INSERT INTO "coordinate_system" VALUES('EPSG','32760','ordinal',2); +INSERT INTO "coordinate_system" VALUES('EPSG','32761','ordinal',2); |
