@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
22 lines (21 loc) • 422 B
JSON
{
"type": "structureRadio",
"keys": [
"bridge",
"tunnel",
"embankment",
"cutting",
"ford"
],
"label": "Structure",
"placeholder": "Unknown",
"strings": {
"options": {
"bridge": "Bridge",
"tunnel": "Tunnel",
"embankment": "Embankment",
"cutting": "Cutting",
"ford": "Ford"
}
}
}