Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions data/fields/taxi_vehicle.json
Original file line number Diff line number Diff line change
@@ -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
}
1 change: 1 addition & 0 deletions data/presets/amenity/taxi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"brand",
"opening_hours",
"opening_hours/covid19",
"taxi_vehicle",
"wheelchair"
],
"geometry": [
Expand Down
34 changes: 34 additions & 0 deletions data/presets/amenity/taxi/auto_rickshaw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"icon": "fas-person-arrow-up-from-line",
"fields": [
"name",
"operator",
"capacity",
"address"
],
"moreFields": [
"access_simple",
"opening_hours",
"operator",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
Comment thread
govvin marked this conversation as resolved.
"bajaj",
"toda",
"tricycle station",
"tuk-tuk",
"tuksi"
],
"tags": {
"amenity": "taxi",
"taxi_vehicle": "auto_rickshaw"
},
"name": "Auto Rickshaw Stand",
"aliases": [
"Tricycle Terminal"
]
}
37 changes: 37 additions & 0 deletions data/presets/amenity/taxi/cycle_rickshaw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"icon": "roentgen-bus_stop_sign",
"fields": [
"name",
"operator",
"capacity",
"address"
],
"moreFields": [
"access_simple",
"opening_hours",
"operator",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"becak",
"bikecab",
"padyak",
"pedicab",
"sikad",
"trisikad",
"trishaw",
"velotaxi"
],
"tags": {
"amenity": "taxi",
"taxi_vehicle": "cycle_rickshaw"
},
"name": "Cycle Rickshaw Stand",
"aliases": [
"Pedicab Terminal"
]
}
28 changes: 28 additions & 0 deletions data/presets/amenity/taxi/motorcycle_taxi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"icon": "temaki-pedestrian_and_cyclist",
"fields": [
"name",
"operator",
"capacity",
"address"
],
"moreFields": [
"access_simple",
"opening_hours",
"operator",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"habal-habal",
"moto taxi"
],
"tags": {
"amenity": "taxi",
"taxi_vehicle": "motorcycle"
},
"name": "Motorcycle Taxi Stand"
}