mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-08 22:17:50 +02:00
Presets for common taxi vehicles found in developing regions (#946)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"key": "taxi_vehicle",
|
||||
"type": "semiCombo",
|
||||
"label": "Vehicle Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"motorcar": {
|
||||
"title": "Motorcar (implied default)",
|
||||
"description": "Regular car"
|
||||
},
|
||||
"motorcycle": {
|
||||
"title": "Motorcycle (e.g. mototáxi, etc.)",
|
||||
"description": "With passengers 'riding pillon'"
|
||||
},
|
||||
"auto_rickshaw": {
|
||||
"title": "Auto Rickshaw (e.g. bajaj, tricycle, tuk-tuk, etc.)",
|
||||
"description": "Motorized rickshaws"
|
||||
},
|
||||
"cycle_rickshaw": {
|
||||
"title": "Cycle Rickshaw (e.g. padyak, velotaxi, etc.)",
|
||||
"description": "Pedal-powered rickshaws"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Reference in New Issue
Block a user