mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +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
|
|
@ -12,6 +12,7 @@
|
|||
"brand",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"taxi_vehicle",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
34
data/presets/amenity/taxi/auto_rickshaw.json
Normal file
34
data/presets/amenity/taxi/auto_rickshaw.json
Normal 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"
|
||||
]
|
||||
}
|
||||
37
data/presets/amenity/taxi/cycle_rickshaw.json
Normal file
37
data/presets/amenity/taxi/cycle_rickshaw.json
Normal 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"
|
||||
]
|
||||
}
|
||||
28
data/presets/amenity/taxi/motorcycle_taxi.json
Normal file
28
data/presets/amenity/taxi/motorcycle_taxi.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue