@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
21 lines (20 loc) • 404 B
JSON
{
"key": "crossing:markings",
"type": "combo",
"label": "{crossing/markings}",
"options": [
"zebra",
"dots",
"surface",
"yes",
"no"
],
"autoSuggestions": false,
"iconsCrossReference": "{crossing/markings}",
"stringsCrossReference": "{crossing/markings}",
"locationSet": {
"include": [
"PL"
]
}
}