Skip to content
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

Update public_transport funk #634

Merged
merged 8 commits into from
Mar 24, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions spreadsheets/kind/transit.csv
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
highway,public_transport,railway,route,service,tags->bus,tags->site,min_zoom,kind
*,*,*,train,high_speed;long_distance;international,*,*,${5},${route}
*,*,*,train,*,*,*,${6},train
*,*,*,subway,*,*,*,${8},subway
*,*,*,light_rail;tram,*,*,*,${9},${route}
*,*,*,funicular;monorail,*,*,*,${12},${route}
*,*,halt;stop;tram_stop,*,*,*,*,${13},${railway}
platform,*,*,*,*,*,*,${15},platform
*,platform,*,*,*,yes,*,${17},bus_stop
*,platform,*,*,*,*,*,${15},platform
*,stop_area,*,*,*,*,*,${15},stop_area
*,*,platform;station,*,*,*,*,${15},${railway}
*,*,*,*,*,*,stop_area,${15},stop_area
bus_stop,*,*,*,*,*,*,${17},bus_stop
highway,public_transport,railway,route,service,tags->light_rail,tags->rail,tags->site,min_zoom,kind
*,*,*,train,high_speed;long_distance;international,*,*,*,${5},${route}
*,*,*,train,*,*,*,*,${6},train
*,*,*,subway,*,*,*,*,${8},subway
*,*,*,light_rail;tram,*,*,*,*,${9},${route}
*,*,*,funicular;monorail,*,*,*,*,${12},${route}
*,*,halt;stop;tram_stop,*,*,*,*,*,${13},${railway}
platform,*,*,*,*,*,*,*,${15},platform
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't highway=platform also be a bus_stop at z >= 17?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in 01cce9a.

*,platform,*,*,*,*,yes,*,${15},platform
*,platform,*,*,*,yes,*,*,${15},platform
*,platform,*,*,*,*,*,*,${17},bus_stop
*,stop_area,*,*,*,*,*,*,${15},stop_area
*,*,platform;station,*,*,*,*,*,${15},${railway}
*,*,*,*,*,*,*,stop_area,${15},stop_area
bus_stop,*,*,*,*,*,*,*,${17},bus_stop