Skip to content

Commit 707101f

Browse files
authored
Presets for common taxi vehicles found in developing regions (#946)
1 parent 61f5dff commit 707101f

File tree

5 files changed

+127
-0
lines changed

5 files changed

+127
-0
lines changed

data/fields/taxi_vehicle.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"key": "taxi_vehicle",
3+
"type": "semiCombo",
4+
"label": "Vehicle Type",
5+
"strings": {
6+
"options": {
7+
"motorcar": {
8+
"title": "Motorcar (implied default)",
9+
"description": "Regular car"
10+
},
11+
"motorcycle": {
12+
"title": "Motorcycle (e.g. mototáxi, etc.)",
13+
"description": "With passengers 'riding pillon'"
14+
},
15+
"auto_rickshaw": {
16+
"title": "Auto Rickshaw (e.g. bajaj, tricycle, tuk-tuk, etc.)",
17+
"description": "Motorized rickshaws"
18+
},
19+
"cycle_rickshaw": {
20+
"title": "Cycle Rickshaw (e.g. padyak, velotaxi, etc.)",
21+
"description": "Pedal-powered rickshaws"
22+
}
23+
}
24+
},
25+
"autoSuggestions": false,
26+
"customValues": false
27+
}

data/presets/amenity/taxi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"brand",
1313
"opening_hours",
1414
"opening_hours/covid19",
15+
"taxi_vehicle",
1516
"wheelchair"
1617
],
1718
"geometry": [
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"icon": "fas-person-arrow-up-from-line",
3+
"fields": [
4+
"name",
5+
"operator",
6+
"capacity",
7+
"address"
8+
],
9+
"moreFields": [
10+
"access_simple",
11+
"opening_hours",
12+
"operator",
13+
"wheelchair"
14+
],
15+
"geometry": [
16+
"point",
17+
"area"
18+
],
19+
"terms": [
20+
"bajaj",
21+
"toda",
22+
"tricycle station",
23+
"tuk-tuk",
24+
"tuksi"
25+
],
26+
"tags": {
27+
"amenity": "taxi",
28+
"taxi_vehicle": "auto_rickshaw"
29+
},
30+
"name": "Auto Rickshaw Stand",
31+
"aliases": [
32+
"Tricycle Terminal"
33+
]
34+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"icon": "roentgen-bus_stop_sign",
3+
"fields": [
4+
"name",
5+
"operator",
6+
"capacity",
7+
"address"
8+
],
9+
"moreFields": [
10+
"access_simple",
11+
"opening_hours",
12+
"operator",
13+
"wheelchair"
14+
],
15+
"geometry": [
16+
"point",
17+
"area"
18+
],
19+
"terms": [
20+
"becak",
21+
"bikecab",
22+
"padyak",
23+
"pedicab",
24+
"sikad",
25+
"trisikad",
26+
"trishaw",
27+
"velotaxi"
28+
],
29+
"tags": {
30+
"amenity": "taxi",
31+
"taxi_vehicle": "cycle_rickshaw"
32+
},
33+
"name": "Cycle Rickshaw Stand",
34+
"aliases": [
35+
"Pedicab Terminal"
36+
]
37+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"icon": "temaki-pedestrian_and_cyclist",
3+
"fields": [
4+
"name",
5+
"operator",
6+
"capacity",
7+
"address"
8+
],
9+
"moreFields": [
10+
"access_simple",
11+
"opening_hours",
12+
"operator",
13+
"wheelchair"
14+
],
15+
"geometry": [
16+
"point",
17+
"area"
18+
],
19+
"terms": [
20+
"habal-habal",
21+
"moto taxi"
22+
],
23+
"tags": {
24+
"amenity": "taxi",
25+
"taxi_vehicle": "motorcycle"
26+
},
27+
"name": "Motorcycle Taxi Stand"
28+
}

0 commit comments

Comments
 (0)