mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-30 03:39:34 +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
|
||||
}
|
||||
@@ -12,6 +12,7 @@
|
||||
"brand",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"taxi_vehicle",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user