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

Includes paths as well as roads - was this the intention? #3

Open
timhutton opened this issue Jan 19, 2020 · 13 comments · May be fixed by #35
Open

Includes paths as well as roads - was this the intention? #3

timhutton opened this issue Jan 19, 2020 · 13 comments · May be fixed by #35

Comments

@timhutton
Copy link

e.g. this bit of Cambridge (UK):
image
v.
image

@anvaka
Copy link
Owner

anvaka commented Jan 19, 2020

This is the query that I send to OSM:

return `[timeout:9000][maxsize:2000000000][out:json];
area(${areaId});
(._; )->.area;
(
way["highway"](area.area);
node(w);
);
out skel;`;
}
- I'm not filtering anything out, but I'm not an expert in this area. Do you think the website would be better if the paths are filtered out?

@timhutton
Copy link
Author

Entirely up to you. I was just surprised to see them when the project is described as a visualization of roads.

@sbarrett08
Copy link

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?

@msurguy
Copy link

msurguy commented Jan 21, 2020

Having options to filter out various types of roads might also enable lean SVG export :)

@Devetec
Copy link

Devetec commented Jan 21, 2020

Please, get rid of footpaths, or change them to something else. Really!

@ccope
Copy link

ccope commented Jan 23, 2020

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.

@Devetec
Copy link

Devetec commented Jan 23, 2020

yep

@pax
Copy link

pax commented Jan 28, 2020

it would be awesome if some features would have a slightly different thickness (boulevards/highways) – I imagine this would make cities even more recognisable

@sergn-n
Copy link

sergn-n commented Jan 29, 2020

You may wish to add an option a user would specify to select a class of highway=* values as described in OSM wiki

@patzi
Copy link

patzi commented Jan 31, 2020

see also: #20
I would think that if you filter out all non car roads/ways it could lead to empty spaces i.e. in huge parks.

@pax
Copy link

pax commented Jan 31, 2020

middle ground could be to dim/de-emphasize paths / smaller roads (by size or color)

@noobyogi0010
Copy link

Hey @anvaka!
I would like to work on adding this path filtering feature as it is really essential to separate highway roads and footpaths or other paths from each other.
Can you please help me with how to start contributing to this?
Thanks!!

@tg44
Copy link

tg44 commented Jun 30, 2020

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.

@tg44 tg44 linked a pull request Jun 30, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.