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

[bikemap] Add bridleway type roads to "track" type brown display #188

Open
nvkelso opened this issue Aug 2, 2017 · 3 comments
Open

[bikemap] Add bridleway type roads to "track" type brown display #188

nvkelso opened this issue Aug 2, 2017 · 3 comments

Comments

@nvkelso
Copy link
Member

nvkelso commented Aug 2, 2017

A user in United Kingdom reports we can improve our bike map this way by adding bridleways to the general okay to ride bikes category. I propose adding it to the brown "tracks" section.

@nvkelso
Copy link
Member Author

nvkelso commented Aug 2, 2017

16/53.1361/-1.3461

bridleway

@nvkelso
Copy link
Member Author

nvkelso commented Aug 2, 2017

bike_tier1_off_road_filter:
         any:
             - { is_bicycle_related: true, kind_detail: [cycleway, path, pedestrian, steps, bridleway, raceway, corridor] }
+            - kind_detail: [bridleway]
             - cycleway: [sidepath, track, opposite_track, buffered_lane]
             - cycleway_left: [sidepath, track, opposite_track, buffered_lane]
             - cycleway_right: [sidepath, track, opposite_track, buffered_lane]
@@ -697,7 +742,7 @@ global:
     # brown
     bike_tier1_off_road_track_filter:
         all:
-            - { is_bicycle_related: true, kind_detail: [track, footway] }
+            - { is_bicycle_related: true, kind_detail: [track, footway, bridleway] }

@cjkiller
Copy link

track
bridleway

Hi. I was probably the user in question, just spent yesterday playing around with styles, wish I'd seen this earlier. Code fixes it well for bikes, though if its a path and not a track it would be good to be a single brown line but not essential.

Maybe needs a new issue but with the path overlay I have a couple of issues. The first image shows a track with foot = yes but it shows the same as tracks around it that don't have a foot value. So private tracks look the same.

The second image is back to bridleways, even though foot = yes and its even is a walking_network it does not render anything.

I'll have a quick play with it but not getting to grips with yaml yet.

Craig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants