-
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
Crossroad names #813
Crossroad names #813
Conversation
This renders names of junction=yes and junction=roundabout. Rendering is similar to highway=motorway_junction.
* Also render name for traffic_signals without junction tag * Don't render junction names on roundabouts * Render junctions in black and in a smaller font * Offset junction names only when the traffic signal icon shows * Start rendering junctions from z14 * Wrap lines
Rebased. |
I think we can speed up the merging of pull requests if more people assist in reviewing them. Is anyone interesting in reviewing this pull request? |
While I cannot do a code review or testing (due to a lack of skills in cartocss), nevertheless here some feedback about what I can see:
|
I see your point. However, if we only rendered named traffic lights, then some traffic lights would be visible while others wouldn't. I think rendering all traffic lights from z14 is too early. |
Would this be a big disadvantage or breaking with some styling conventions? For me, this would be exactly what is expected.
Agreed. |
We could even refine this, to catch also the combination of junction=yes + highway=traffic_signals correctly:
|
Render names on nodes with junction=yes or highway=traffic_signals.
This resolves #374.