Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 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
13 changes: 13 additions & 0 deletions data/fields/taxi_vehicle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"key": "taxi_vehicle",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"motorcar": "Standard car",
"motorcycle": "Motorcycle, with passengers 'riding pillon' (i.e. mototáxi)",
"auto_rickshaw": "Motorized rickshaws (e.g. tuk-tuk, bajaj, etc.)",
"cycle_rickshaw": "Pedal-powered rickshaws (e.g. padyak, velotaxi, etc.)"
Comment thread
govvin marked this conversation as resolved.
Outdated
}
}
}
1 change: 1 addition & 0 deletions data/presets/amenity/taxi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"name",
"operator",
"capacity",
"taxi_vehicle",
Comment thread
govvin marked this conversation as resolved.
Outdated
"address"
],
"moreFields": [
Expand Down
31 changes: 31 additions & 0 deletions data/presets/amenity/taxi/auto_rickshaw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"icon": "fas-person-arrow-up-from-line",
"fields": [
"name",
"address"
],
"moreFields": [
"access_simple",
"opening_hours",
"operator",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
Comment thread
govvin marked this conversation as resolved.
"toda",
"tricycle station",
"tuk-tuk",
"tuksi"
],
"tags": {
"amenity": "taxi",
"taxi_vehicle": "auto_rickshaw"
},
"name": "Auto Rickshaw Stand",
"aliases": [
"Tricycle Terminal"
]
}
35 changes: 35 additions & 0 deletions data/presets/amenity/taxi/cycle_rickshaw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"icon": "roentgen-bus_stop_sign",
"fields": [
"name",
"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"
]
}
26 changes: 26 additions & 0 deletions data/presets/amenity/taxi/motorcycle_taxi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "temaki-pedestrian_and_cyclist",
"fields": [
"name",
"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"
}