id-tagging-schema/data/fields/bollard.json
Andrew Harvey f85e321de8
Update Removable Bollard string to make it clear the values includes bollards which are removable only with a key
Without this it's unclear to mappers if this value is for removable by anyone who wants to go past or if it can also be for those removable bollards but which require a key or other token.

This is confirmed by the wiki description at https://wiki.openstreetmap.org/wiki/Key:bollard
2025-04-29 14:09:45 +10:00

14 lines
357 B
JSON

{
"key": "bollard",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"fixed": "Fixed Bollard",
"flexible": "Flexible Bollard",
"foldable": "Foldable Bollard",
"removable": "Removable Bollard (with or without a key)",
"rising": "Rising Bollard"
}
}
}