-
-
Notifications
You must be signed in to change notification settings - Fork 450
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
Includes paths as well as roads - was this the intention? #3
Comments
This is the query that I send to OSM: city-roads/src/components/FindPlace.vue Lines 262 to 270 in 4a887c8
|
Entirely up to you. I was just surprised to see them when the project is described as a visualization of roads. |
Yes i found the same when i was looking around my area. If not filtering out footpaths, changing them to be a different type of line to distinguish roads from footpaths such as ------- for paths maybe? |
Having options to filter out various types of roads might also enable lean SVG export :) |
Please, get rid of footpaths, or change them to something else. Really! |
Yeah I'm seeing footpaths in parks in San Francisco as well, which makes the city appear to be more completely covered in roads than it actually is. |
yep |
it would be awesome if some features would have a slightly different thickness (boulevards/highways) – I imagine this would make cities even more recognisable |
You may wish to add an option a user would specify to select a class of highway=* values as described in OSM wiki |
see also: #20 |
middle ground could be to dim/de-emphasize paths / smaller roads (by size or color) |
Hey @anvaka! |
Can't we make a checkbox-list component for the options, and make it selectable for the users? Is there sb working on this? I think I will pick this up if I will have some free time. |
e.g. this bit of Cambridge (UK):
v.
The text was updated successfully, but these errors were encountered: