@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
28 lines (27 loc) • 863 B
JSON
{
"key": "taxi_vehicle",
"type": "semiCombo",
"label": "Vehicle Type",
"strings": {
"options": {
"motorcar": {
"title": "Motorcar",
"description": "Regular car (implied default)"
},
"motorcycle": {
"title": "Motorcycle",
"description": "With passengers 'riding pillion' (e.g. mototáxi, etc.)"
},
"auto_rickshaw": {
"title": "Auto Rickshaw",
"description": "Motorized rickshaws (e.g. bajaj, tricycle, tuk-tuk, etc.)"
},
"cycle_rickshaw": {
"title": "Cycle Rickshaw",
"description": "Pedal-powered rickshaws (e.g. padyak, velotaxi, etc.)"
}
}
},
"autoSuggestions": false,
"customValues": false
}