Presets for common taxi vehicles found in developing regions (#946)

This commit is contained in:
Win Olario 2023-07-21 15:16:37 +08:00 committed by GitHub
parent 61f5dffa6b
commit 707101f971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 127 additions and 0 deletions

View file

@ -12,6 +12,7 @@
"brand",
"opening_hours",
"opening_hours/covid19",
"taxi_vehicle",
"wheelchair"
],
"geometry": [

View file

@ -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": [
"bajaj",
"toda",
"tricycle station",
"tuk-tuk",
"tuksi"
],
"tags": {
"amenity": "taxi",
"taxi_vehicle": "auto_rickshaw"
},
"name": "Auto Rickshaw Stand",
"aliases": [
"Tricycle Terminal"
]
}

View file

@ -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"
]
}

View file

@ -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"
}