Closed pyrog closed 11 years ago
This line is for waterway_label
, hence the name IS NOT NULL
.
Ok, i read it to quickly :-D But the issue is still there ;-)
Should i rename the issue "Render all waterways even streams" ?
Suggestion of correction ?
WHERE waterway IN ('river', 'canal'))
Add stream
waterways.mss line 43 and line 46
waterway_network_high[zoom>=13] {
line-color: @water; [navigable='yes'] { line-color: @navigable; } [type='canal'] { line-width: 6; } [type='river'] { line-width: 4; } [zoom>=15] { [type='canal'] { line-width: 8; } [type='river'] { line-width: 6; } } }
Add default line-width or specific line-width for type='stream'
In this example, the waterway = stream 47325306 is not rendered.
See : openriverboatmap.mml line 901