Skip to content

Commit

Permalink
Restrict lock-text-rotation to z17+
Browse files Browse the repository at this point in the history
In the original, the locks wouldn't even be labelled at lower zoom levels,
but with this patch they will behave similarly to regular canals.
  • Loading branch information
gravitystorm committed Nov 28, 2012
1 parent a61ce1e commit f4455c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion water.mss
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
b/line-color: white;
[zoom >= 17] { line-width: 7; }
}
[lock = 'yes'] {
[lock = 'yes'][zoom >= 17] {
text-placement: point;
text-wrap-width: 20;
}
Expand Down

0 comments on commit f4455c5

Please sign in to comment.