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/vertical_crs.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/vertical_crs.sql')
| -rw-r--r-- | data/sql/vertical_crs.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/vertical_crs.sql b/data/sql/vertical_crs.sql index 2169846d..53b30572 100644 --- a/data/sql/vertical_crs.sql +++ b/data/sql/vertical_crs.sql @@ -206,8 +206,10 @@ INSERT INTO "vertical_crs" VALUES('EPSG','8266','GVR2000 height',NULL,NULL,'EPSG INSERT INTO "vertical_crs" VALUES('EPSG','8267','GVR2016 height',NULL,NULL,'EPSG','6499','EPSG','1200','EPSG','4454',0); INSERT INTO "vertical_crs" VALUES('EPSG','8357','Baltic 1957 height',NULL,NULL,'EPSG','6499','EPSG','1202','EPSG','1306',0); INSERT INTO "vertical_crs" VALUES('EPSG','8358','Baltic 1957 depth',NULL,NULL,'EPSG','6498','EPSG','1202','EPSG','1306',0); +INSERT INTO "vertical_crs" VALUES('EPSG','8378','EPSG example wellbore local vertical CRS',NULL,NULL,'EPSG','1049','EPSG','1205','EPSG','4393',0); INSERT INTO "vertical_crs" VALUES('EPSG','8434','Macao height',NULL,NULL,'EPSG','6499','EPSG','1210','EPSG','1147',0); INSERT INTO "vertical_crs" VALUES('EPSG','8675','N43 height',NULL,NULL,'EPSG','6499','EPSG','1213','EPSG','4522',0); INSERT INTO "vertical_crs" VALUES('EPSG','8690','SVS2010 height',NULL,NULL,'EPSG','6499','EPSG','1215','EPSG','3307',0); INSERT INTO "vertical_crs" VALUES('EPSG','8691','SRB_VRS12 height',NULL,NULL,'EPSG','6499','EPSG','1216','EPSG','3534',0); INSERT INTO "vertical_crs" VALUES('EPSG','8841','MVGC height',NULL,NULL,'EPSG','6499','EPSG','1219','EPSG','3303',0); +INSERT INTO "vertical_crs" VALUES('EPSG','8897','EPSG example wellbore local vertical CRS (ft)',NULL,NULL,'EPSG','1050','EPSG','1205','EPSG','4393',0); |
