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:
archpdx 2022-06-23 00:11:32 -07:00 committed by GitHub
parent 49f529ea1f
commit b947fd62cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 253 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"key": "barrier",
"type": "defaultCheck",
"label": "Barrier",
"geometry": [
"vertex"
],
"strings": {
"options": {
"undefined": "No",
"planter": "Yes"
}
}
}

View file

@ -0,0 +1,6 @@
{
"key": "maxwidth",
"type": "roadheight",
"label": "Max Width",
"snake_case": false
}