-
Notifications
You must be signed in to change notification settings - Fork 819
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
new road colours lead to roads dominating z5 #1935
Comments
Might it be useful to render only motorways at this zoom level? |
No, see for example http://www.openstreetmap.org/#map=5/56.438/95.669 http://www.openstreetmap.org/#map=5/-18.438/33.530 http://www.openstreetmap.org/#map=5/-12.469/-68.599 In general - main problem is extremely different road density - compare for example South and North America. Even now in some regions are not prominent enough. |
Or even more ambitious - why render roads at this zoom level at all? It is not suitable even for long-distance planning. |
2015-11-02 15:41 GMT+01:00 math1985 [email protected]:
it might be, if roads were discernible ;-) |
I think part of the road dominating problem is that there's nothing else on that zoom. But when at I look at it, I find it better for travel planning in the northwest quarter of the US than before. On the east coast, it's not very useful, and it gives you the impression that there's multiple highways everywhere. But this what it's like on the ground, and I don't think it's possible to do useful route planning there at that zoom. I had a look at z5 at a few maps (click for full scale, Geofabrik is approximately the old osm-carto road style) I would say that the current style or HERE Map are the most useful for route planning, HERE having an advantage with more cities. The low motorway/water, motorway/boundary, and trunk/anything contrast make the old colours less useful. Bing makes national parks really obvious, Google is similar though not as extreme. Neither of them make it clear that they're national parks and not forests. Google is probably worse here. HERE makes forests obvious. MQ Open tries to, but hillshading and terrain at this zoom when combined with JPEG artifacts doesn't work well. Of the six, I'd probably put HERE on top of route planning at this zoom.
A couple others I looked at |
Raw OSM data is poor for displaying the most important roads on low zoom. Without preprocessing only highway tag may be used - and in some regions displaying only motorways leads to blobs of roads, in some displaying both motorway and trunk is not enough. What worse, there is no obvious method to fix it, as it would be extreemly hard to have consistent tagging without blatant tagging for renderer. For example in UK on z5 even Yandex is better than OSM. And "do not render highway=trunk" is not solution, because in other regions reverse problem is present. For example http://mc.bbbike.org/mc/?lon=-58.378992&lat=-1.98886&zoom=5&num=4&mt0=mapnik&mt1=google-map&mt2=yandex-map&mt3=nokia-map&marker= OSM is losing again even with Yandex what is sad. I think that there are minimal gains to achieve by tweaking road style. It is one of cases that shows limits of using raw OSM data. |
Additional tags that I know about road quality (lanes, surface) would not help to detect worse but still important roads. Using http://wiki.openstreetmap.org/wiki/Relation:route#Road_routes would require manual tweaking and it would be probably about as irritating in maintemance as manually blacklisting less important motorways. |
#2175 is related. Here is result of increasing prominence of cities:: https://cloud.githubusercontent.com/assets/899988/16179328/5fb5980e-3662-11e6-8cc0-8cdfd77afa04.png Current version: https://cloud.githubusercontent.com/assets/899988/16179329/60ff92e6-3662-11e6-89d3-8bfa111933f0.png |
Additional before/after are at https://github.com/matkoniecz/before_after_for_placenames |
Changing borders color from violet to gray and changing water color to a cooler shade of blue would also decrease road-related red color domination: #2688 (comment). |
Resolved by #2933. |
With the new colours roads are far too emphasised on z5. Example USA:
Either the lines are too thick or the colours are too strong.
The text was updated successfully, but these errors were encountered: