diff options
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); |
