hotosm / HDM-CartoCSS

CartoCSS project focused on the Humanitarian Data Model
Other
137 stars 41 forks source link

Black line on some roadways #197

Closed skorasaurus closed 9 years ago

skorasaurus commented 10 years ago

I came across this while working on #105 ; selection_017

the fault is not highway=construction, I have seen other ways styled properly with just highway=construction

there's another tag here that is the culprit but haven't narrowed it down yet. My initial guess is construction=* tag.

The way in question is http://www.openstreetmap.org/browse/way/194871624 which has since been retagged (because the road reopened) and now displays correctly in the renderer. Version number 5 of it was the last one that had problem.

skorasaurus commented 10 years ago

from #234, I'm seeing the pattern that all of these ways have: highway=construction AND a surface=paved tag.

skorasaurus commented 10 years ago

@mkoniecz ; could you see if there are any highways near you that have highway=construction and a surface= tag that is not paved? This would be really helpful to narrow down the actual cause of the problem.

matkoniecz commented 10 years ago

Unfortunately no, roads under construction are rarely tagged in my area.

yohanboniface commented 10 years ago

This would be really helpful to narrow down the actual cause of the problem.

@skorasaurus AFAIK the problem is that unsupported values of highway have the default line color, which is black.

Now two things:

I'm planning a HDM work session very soon, so I may tackle that.

yohanboniface commented 9 years ago

Closing in favor of #234