-
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
Render issues in dense area with multiple levels #3811
Comments
That's a mapping error - that water area overlaps with a highway=pedestrian area which is a contradiction.
Not sure how you would want this to look instead - i assume you would still want non-tunnel roads to be drawn above tunnels? |
Indeed.
First problem in my opinion so far is that this is not homogeneous. Tunnel is hidden by the pedestrian square, but not by the grass. If the tunnel was to be drawn below the pedestrian square, I'd rather have it below the grass as well (although they probably live in two different Mapnik layers and this might be tricky :/). My personal preference might be to have something like https://cyclosm.github.io/cyclosm-cartocss-style/example.html#18/48.84154/2.32126 with the road on top of the pedestrian area (but with a tunnel outline indicating it is actually below). Probably with a semi-transparent effect? |
The example you showed does not render highway=pedestrian as a road type but as a landcover. Rendering highway=pedestrian polygons continuously with linear road feature is one of the central features of road rendering in this style - see: https://www.openstreetmap.org/#map=18/45.77987/3.08251 |
Indeed. (Disclaimer, I'm one of the author of CyclOSM). In my opinion, this has the advantage of showing what is the geometry of the road beneath the square. In case the tunnel road is not oneway, there would not even be any visual hint about the geometry of the road beneath the pedestrian area. This is however not a strong opinion (and CyclOSM render is far from being the best one we can have here I think). The main issue here, in my opinion, is the difference between landuse (road is on top, no matter the level) and pedestrian areas (road is below), which makes it quite comfusing. This also has greater impact on the nearby "Jardin Atlantique" (https://www.openstreetmap.org/way/16923782) which is a garden on the roof. In openstreetmap-carto, it is drawn below the rails whereas it should be on top of the rails (see aerial imagery). |
Hi,
I noticed a few render issues around https://www.openstreetmap.org/#map=18/48.84186/2.32202&layers=N. I was trying to understand what is wrong with the data, but am in a bit of a dead end and think part of the issues can be coming from openstreetmap-carto. Please, let me know if this is not the right place to report it.
Expected vs actual behavior
In the current render (picture below), there are a couple of things which are wrong:
Links and screenshots illustrating the problem
https://www.openstreetmap.org/#map=18/48.84186/2.32202&layers=N
My guess so far is that this is coming from a problem of ordering in the roads layers, at least concerning the "Avenue du Maine" / "Place Raoul Dautry" part.
Best,
The text was updated successfully, but these errors were encountered: