diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-02-09 21:24:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 21:24:14 +0100 |
| commit | 6ce2c1174a2ee9bb529cc9260b33b6243950e0ad (patch) | |
| tree | f8d3c21324927506be5bcc25f7d97c6071e435a1 /data/sql/axis.sql | |
| parent | ad2cb7a1206391b5742eb5346f2a7f9baf864cff (diff) | |
| parent | c72dabdc3f1fd5e09c750b8965768b1b5b686798 (diff) | |
| download | PROJ-6ce2c1174a2ee9bb529cc9260b33b6243950e0ad.tar.gz PROJ-6ce2c1174a2ee9bb529cc9260b33b6243950e0ad.zip | |
Merge pull request #2518 from rouault/epsg_10_013
Database: update to EPSG v10.013
Diffstat (limited to 'data/sql/axis.sql')
| -rw-r--r-- | data/sql/axis.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/sql/axis.sql b/data/sql/axis.sql index 6223b873..aac84cd5 100644 --- a/data/sql/axis.sql +++ b/data/sql/axis.sql @@ -1,7 +1,7 @@ --- This file has been generated by scripts/build_db.py. DO NOT EDIT ! -INSERT INTO "axis" VALUES('EPSG','1039','Easting','M','east','EPSG','1024',1,'EPSG','9001'); -INSERT INTO "axis" VALUES('EPSG','1040','Northing','P','north','EPSG','1024',2,'EPSG','9001'); +INSERT INTO "axis" VALUES('EPSG','32773','Easting','M','east','EPSG','1024',1,'EPSG','9001'); +INSERT INTO "axis" VALUES('EPSG','32774','Northing','P','north','EPSG','1024',2,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','1062','Easting','X','North along 130°W','EPSG','1025',1,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','1063','Northing','Y','North along 140°E','EPSG','1025',2,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','1065','Easting','E','South along 90°E','EPSG','1026',1,'EPSG','9001'); |
