Skip to content

Commit

Permalink
Correct lock name rendering
Browse files Browse the repository at this point in the history
* Remove unreferenced lock code from amenity-points.mss
* Don't render waterway=lock_gate names
* Don't render lock=yes name
  • Loading branch information
matthijsmelissen committed Mar 14, 2015
1 parent dee07be commit 88ca364
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 33 deletions.
11 changes: 0 additions & 11 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,6 @@
marker-clip: false;
}

[feature = 'waterway_lock'],
[feature = 'lock_yes'] {
[zoom >= 15] {
marker-fill: #969494;
marker-width: 9;
marker-line-width: 0;
marker-placement: interior;
marker-clip: false;
}
}

[feature = 'man_made_mast'][zoom >= 17] {
marker-file: url('symbols/communications.16.svg');
marker-fill: #555;
Expand Down
Loading

0 comments on commit 88ca364

Please sign in to comment.