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

traffic_calming=island #2086

Closed
HolgerJeromin opened this issue Mar 10, 2016 · 16 comments
Closed

traffic_calming=island #2086

HolgerJeromin opened this issue Mar 10, 2016 · 16 comments

Comments

@HolgerJeromin
Copy link
Contributor

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.

@matkoniecz matkoniecz modified the milestones: New features, 3.x - Needs upgrade to openstreetmap-carto.style Mar 10, 2016
@matkoniecz
Copy link
Contributor

I am not entirely sure is it a good candidate for rendering.

@mboeringa
Copy link

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).

@HolgerJeromin
Copy link
Contributor Author

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.

@HolgerJeromin
Copy link
Contributor Author

Should we have another tag to be able to differ these two?

@matkoniecz
Copy link
Contributor

mini_roundabout or turning_circle, but without a sign in the middle.

Note that mini_roundabout and turning_circle does not require "a sign in the middle".

@HolgerJeromin
Copy link
Contributor Author

http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmini_roundabout has a table of images. One entry is:
"Don't let the island confuse you: there are indications neither of a one-way nor of right-of-way, so this is just a junction with an island used for traffic calming."
exactly the situation of my examples.

@kocio-pl
Copy link
Collaborator

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?

@matthijsmelissen
Copy link
Collaborator

Exactly why I proposed keeping v3 compatible with other osm2pgsql stylesheets - unfortunately @pnorman disagreed. We could still consider reintroducing compatability at v5.

@kocio-pl
Copy link
Collaborator

kocio-pl commented Jul 21, 2017

@math1985: Looks to me like a comment to another issue (#2666 (comment) probably)?

BTW: Adding tags->'traffic_calming' as traffic_calming, to highway-area-fill layer works only when there's a highway=* tag, but not when there's only traffic_calming + area=yes. SQL expert is needed... 😄

@SomeoneElseOSM
Copy link
Contributor

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.

@kocio-pl
Copy link
Collaborator

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.

@Tomasz-W
Copy link

Tomasz-W commented Jul 13, 2018

Just for the note: color used in visualitation from my comment above is #bebebe , but as we will need some gray shade to distinguish cycleway areas from footway areas someday in future, I would left this colour for cycleways, and use #d9d9d9 (it's a shade between visualisation colour and current footway fill) for traffic calming islands.

Is anybody interested in writing code for this issue?

@Adamant36
Copy link
Contributor

Any idea how this should be rendered? are we going with both traffic_calming=island as a point on the road and area:highway=traffic_island as a separate area or are we favoring one over the other? I could see the advantages and disadvantages of both. There's currently 7,383 uses of area:highway=traffic_island and 25,689 uses of traffic_calming=island. Traffic_calming=island is clearly the more popular tag. It seems as though uses of area:highway=traffic_island are petering out, while Traffic_calming=island is growing rapidly.
taghistory

@Tomasz-W
Copy link

Tomasz-W commented Sep 17, 2018

@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 #d9d9d9 fill.

@jeisenbe
Copy link
Collaborator

Several comments above suggest that this is not a good candidate for rendering, unless area:highway was also rendered at high zoom levels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants