-
Notifications
You must be signed in to change notification settings - Fork 252
Presets for common taxi vehicles found in developing regions #946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7a4c585
Add auto_rickshaw taxi preset
govvin 2ad468c
Create Cycle Rickshaw stand
govvin 0af12a0
Add motorcycle_taxi.json
govvin 7a326f5
Update auto_rickshaw.json
govvin 7d7937c
Update auto_rickshaw.json
govvin 9578deb
Update cycle_rickshaw.json
govvin f995bc9
Update motorcycle_taxi.json
govvin 2ad2093
Update taxi.json
govvin 671de01
Merge branch 'openstreetmap:main' into rickshaw
govvin e27fd53
Add taxi_vehicle.json
govvin 3cb4998
Update taxi_vehicle.json
govvin dc48302
Update taxi_vehicle.json
govvin abedc01
Update taxi_vehicle.json
govvin be46ddb
Change icon for cycle_rickshaw.json
govvin 573501d
Update auto_rickshaw.json
govvin 772f1e1
Update cycle_rickshaw.json
govvin 60b4a4d
Update taxi_vehicle.json
govvin 40391ea
Update taxi.json
govvin 8aca423
Update data/presets/amenity/taxi/auto_rickshaw.json
govvin 0f0bd88
Update taxi_vehicle.json
govvin 72d7a1f
Update taxi_vehicle.json
govvin 1ebe322
Update auto_rickshaw.json
govvin 115a49e
Update cycle_rickshaw.json
govvin 694da2c
Update motorcycle_taxi.json
govvin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,7 @@ | |
| "brand", | ||
| "opening_hours", | ||
| "opening_hours/covid19", | ||
| "taxi_vehicle", | ||
| "wheelchair" | ||
| ], | ||
| "geometry": [ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.