-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Filter out highway=proposed and other non-roads? #20
Comments
Hi Rico, I like this a lot. It gives smaller responses, and it seems faster. I'm updating the cache now, and will migrate to this once cache is done. |
I think the left looks more clean, in line with the minimalist style. For many cities, there'd be less spots from partially mapped sidewalks as well.
|
But if you filter out footways or cycleways it could mean to loose a lot of ways inside a city. Think of huge parks or the bicycle roads that are built in more and more cities. I think this could lead to a lot empty spots in some cities. |
Hi, I found your visualization very addictive. I shared it on FB and someone noticed it also includes roads that don't exist (yet) -
highway=proposed
.I think the best solution would be to explicitly filter for known highway types meant for cars. Like:
way[highway~"^(((motorway|trunk|primary|secondary|tertiary)(_link)?)|unclassified|residential|living_street|service|track)$"]
Debuggex diagram here
That would also filter out bus stops mapped as areas (some people map them like that) - ways with
highway=bus_stop area=yes
.The text was updated successfully, but these errors were encountered: