diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-09-24 22:41:59 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-06 23:48:52 +0200 |
| commit | a9b6f39494e6dab0ea02af9d82e7b3d570f5422f (patch) | |
| tree | 8fc2fba9511877d81a2270238e40f7fa19e03ba0 /data/sql/unit_of_measure.sql | |
| parent | 7cec30b85ece4bca206f27642ee9aeb2807f5aba (diff) | |
| download | PROJ-a9b6f39494e6dab0ea02af9d82e7b3d570f5422f.tar.gz PROJ-a9b6f39494e6dab0ea02af9d82e7b3d570f5422f.zip | |
Database: "minimal" update to EPSG v10.003
Content mostly unchanged since v9.9
This update is "minimal" in that it mostly reflects the removal of the 'area'
table, replaced now by 'extent', 'scope' and 'usage'
Other new aspects of EPSG v10 are left aside.
Diffstat (limited to 'data/sql/unit_of_measure.sql')
| -rw-r--r-- | data/sql/unit_of_measure.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql/unit_of_measure.sql b/data/sql/unit_of_measure.sql index d361c159..eae1fb80 100644 --- a/data/sql/unit_of_measure.sql +++ b/data/sql/unit_of_measure.sql @@ -1,6 +1,6 @@ --- This file has been generated by scripts/build_db.py. DO NOT EDIT ! -INSERT INTO "unit_of_measure" VALUES('EPSG','1024','bin','scale',1.0,NULL,0); +INSERT INTO "unit_of_measure" VALUES('EPSG','1024','(bin)','scale',1.0,NULL,0); INSERT INTO "unit_of_measure" VALUES('EPSG','1025','millimetre','length',0.001,NULL,0); INSERT INTO "unit_of_measure" VALUES('EPSG','1026','metre per second','length',1.0,NULL,0); INSERT INTO "unit_of_measure" VALUES('EPSG','1027','millimetres per year','length',3.16887651727314875889e-11,NULL,0); |
