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

Fill for unclassified miniroundabouts missing #4781

Closed
pnorman opened this issue Feb 25, 2023 · 2 comments · Fixed by #4904
Closed

Fill for unclassified miniroundabouts missing #4781

pnorman opened this issue Feb 25, 2023 · 2 comments · Fixed by #4904

Comments

@pnorman
Copy link
Collaborator

pnorman commented Feb 25, 2023

Mini-roundabout fill colours are defined in

[int_tc_type = 'primary'] { marker-fill: @primary-casing; }
[int_tc_type = 'secondary'] { marker-fill: @secondary-casing; }
[int_tc_type = 'tertiary'] { marker-fill: @primary-casing; }
[int_tc_type = 'residential'] { marker-fill: @residential-casing; }
[int_tc_type = 'living_street'] { marker-fill: @living-street-casing; }
[int_tc_type = 'service'] { marker-fill: @service-casing; }
[int_tc_type = 'track'] { marker-fill: @track-casing; }

This does not include highway=unclassified, resulting in a blue dot instead of one that matches the casing.

image

The node in question is https://www.openstreetmap.org/node/253329433, but a data change on osm.org means it no longer shows the problem.

@imagico
Copy link
Collaborator

imagico commented Feb 25, 2023

Tertiary is wrong as well:

tertiary

@imagico
Copy link
Collaborator

imagico commented Feb 25, 2023

See also #4380 (comment)

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

Successfully merging a pull request may close this issue.

2 participants