-
Notifications
You must be signed in to change notification settings - Fork 823
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
traffic_calming=island #2086
Comments
I am not entirely sure is it a good candidate for rendering. |
To be honest, I think it would be far better to include such detail as part of area:highway=x rendering, which actually has its own tag for this (area:highway=traffic_island). This type of detailed features of just a few meters is really only suited for large scale rendering (>= 1:2500 or so). |
My concern is primary about the really "large" mini_roundabout like thing. It is nearly the same as a mini_roundabout or turning_circle, but without a sign in the middle. I am with you, that the island in a normal way should not be renderd. |
Should we have another tag to be able to differ these two? |
Note that mini_roundabout and turning_circle does not require "a sign in the middle". |
http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmini_roundabout has a table of images. One entry is: |
By now there are about 25k traffic islands on map: I would like to show some examples how incomplete street looks without island rendering, comparing certain places on OSM to an area:highway visualisation with islands rendered: http://www.openstreetmap.org/#map=19/52.39040/16.96688 http://www.openstreetmap.org/#map=19/52.39354/16.96366 http://www.openstreetmap.org/#map=19/52.39380/16.95808 |
I've just tried to add the code for it, but roads are very complex issue in this style, so I may try again later. Could anybody help me with that? |
Exactly why I proposed keeping v3 compatible with other osm2pgsql stylesheets - unfortunately @pnorman disagreed. We could still consider reintroducing compatability at v5. |
@math1985: Looks to me like a comment to another issue (#2666 (comment) probably)? BTW: Adding |
Just a thought, but now that lua is available (notwithstanding the v3/v4 discussion) surely it'd be a lot easier to consolidate features there rather than adding yet more complication to the existing SQL? It would mean that existing "traffic_calming" wouldn't get rendered until they're modified or the database is reloaded, but in the case of a simple feature add this is less of an issue I think. |
We have no plans for next database reload, however it seems that we would wait about 6 months (see #1286), so it can help only with big features. |
Just for the note: color used in visualitation from my comment above is Is anybody interested in writing code for this issue? |
@Adamant36 As we don't support area:highway=* key at the moment please include only traffic_calming=island. Rendering of traffic calming nodes/ linear ways would propably cause mess on roads, so I mean only areas with |
Several comments above suggest that this is not a good candidate for rendering, unless |
I want to discuss rendering of traffic calming islands.
Islands at a junction or end of a road could render like a miniroundabout, but in a normal way this would be missleading.
The text was updated successfully, but these errors were encountered: