Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
waterway type->class, include stream_intermittent
Browse files Browse the repository at this point in the history
  • Loading branch information
ajashton committed Aug 4, 2014
1 parent 63a9654 commit 41eb353
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions style.mss
Expand Up @@ -73,17 +73,19 @@ Map {
line-color: @water * 0.9;
line-cap: round;
line-width: 0.5;
[type='river'] {
[class='river'] {
[zoom>=12] { line-width: 1; }
[zoom>=14] { line-width: 2; }
[zoom>=16] { line-width: 3; }
}
[type='stream'],
[type='canal'] {
[class='stream'],
[class='stream_intermittent'],
[class='canal'] {
[zoom>=14] { line-width: 1; }
[zoom>=16] { line-width: 2; }
[zoom>=18] { line-width: 3; }
}
[class='stream_intermittent'] { line-dasharray: 6,2,2,2; }
}

// ---------------------------------------------------------------------
Expand Down

0 comments on commit 41eb353

Please sign in to comment.