mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Add more barrier presets (#506)
* Add more barrier presets Also added field for `maxwidth` * Rope Barrier -> Rope Fence * Add terms to Hampshire Gate preset * Add `wheelchair` to moreFields in Motorcycle Barrier preset Co-authored-by: Martin Raifer <martin@raifer.tech> * Remove fields from Wicket Gate preset * Change Planter preset * Remove `barrier=planter` preset * Add `planter_barrier` field which adds `barrier=planter` * Add `man_made=planter` preset with `planter_barrier` field * npm run lint:fix * Rename planter_barrier.json to barrier_planter.json * Update field name * Remove fields * be more restrictive on planter geometry types * add non-searchable "Planter (Barrier)" preset This allows to show the "access" field if a man_made=planter vertex has also the barrier=planter tag. Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
parent
49f529ea1f
commit
b947fd62cc
16 changed files with 253 additions and 0 deletions
14
data/fields/barrier_planter.json
Normal file
14
data/fields/barrier_planter.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"key": "barrier",
|
||||
"type": "defaultCheck",
|
||||
"label": "Barrier",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"planter": "Yes"
|
||||
}
|
||||
}
|
||||
}
|
||||
6
data/fields/maxwidth.json
Normal file
6
data/fields/maxwidth.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "maxwidth",
|
||||
"type": "roadheight",
|
||||
"label": "Max Width",
|
||||
"snake_case": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue