mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
use recommended unit for feet/inches
see https://wiki.openstreetmap.org/wiki/Map_features/Units
This commit is contained in:
parent
be3954f8cc
commit
a99a499974
3 changed files with 54 additions and 5 deletions
|
|
@ -3,5 +3,5 @@
|
|||
"type": "combo",
|
||||
"label": "Circumference",
|
||||
"snake_case": false,
|
||||
"placeholder": "1 m, 20 cm, 30 in…"
|
||||
"placeholder": "1 m, 20 cm, 30\"…"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"key": "diameter_crown",
|
||||
"type": "combo",
|
||||
"label": "Crown diameter",
|
||||
"label": "Crown Diameter",
|
||||
"snake_case": false,
|
||||
"placeholder": "4 m, 9 ft, …"
|
||||
"placeholder": "4 m, 9', …"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue