mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Presets for common taxi vehicles found in developing regions (#946)
This commit is contained in:
parent
61f5dffa6b
commit
707101f971
5 changed files with 127 additions and 0 deletions
27
data/fields/taxi_vehicle.json
Normal file
27
data/fields/taxi_vehicle.json
Normal file
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue