diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2019-02-22 19:17:54 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-02-22 19:17:54 +0100 |
| commit | 50cfb37a04c452bbdec2f6ce3c09ee20624ccb7f (patch) | |
| tree | a3a6c9a90c338e5cd7747e50f84833a9c0647893 /data/sql/axis.sql | |
| parent | 1a7f5907c58af8c464be79187f176e38f7cf98e2 (diff) | |
| download | PROJ-50cfb37a04c452bbdec2f6ce3c09ee20624ccb7f.tar.gz PROJ-50cfb37a04c452bbdec2f6ce3c09ee20624ccb7f.zip | |
proj.db: update to EPSG 9.6.0
Minor update w.r.t 9.5.5 that adds a few new coordinate operations.
Diffstat (limited to 'data/sql/axis.sql')
| -rw-r--r-- | data/sql/axis.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/sql/axis.sql b/data/sql/axis.sql index 76ce8dc0..993668cd 100644 --- a/data/sql/axis.sql +++ b/data/sql/axis.sql @@ -47,6 +47,12 @@ INSERT INTO "axis" VALUES('EPSG','1526','Easting','E','North along 90°W','EPSG' INSERT INTO "axis" VALUES('EPSG','1044','Starboard','x','Starboard','EPSG','1045',1,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','1045','Forward','y','Ahead','EPSG','1045',2,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','1046','Platform Down','z','Downward','EPSG','1045',3,'EPSG','9001'); +INSERT INTO "axis" VALUES('EPSG','1042','Local northing','n','north','EPSG','1047',1,'EPSG','9001'); +INSERT INTO "axis" VALUES('EPSG','1043','Local easting','e','east','EPSG','1047',2,'EPSG','9001'); +INSERT INTO "axis" VALUES('EPSG','1049','Local northing','n','north','EPSG','1048',1,'EPSG','9002'); +INSERT INTO "axis" VALUES('EPSG','1050','Local easting','e','east','EPSG','1048',2,'EPSG','9002'); +INSERT INTO "axis" VALUES('EPSG','1051','Local depth','d','down','EPSG','1049',1,'EPSG','9001'); +INSERT INTO "axis" VALUES('EPSG','1053','Local depth','d','down','EPSG','1050',1,'EPSG','9002'); INSERT INTO "axis" VALUES('EPSG','1','Easting','E','east','EPSG','4400',1,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','2','Northing','N','north','EPSG','4400',2,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','3','Easting','E','east','EPSG','4401',1,'EPSG','9062'); |
