Skip to content

Commit

Permalink
add zoom level to vending_machine (#3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
jragusa authored and matthijsmelissen committed Jan 7, 2019
1 parent 95571e5 commit c0d748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
marker-clip: false;
}

[feature = 'amenity_vending_machine'] {
[feature = 'amenity_vending_machine'][zoom >= 19] {
[vending = 'excrement_bags'] {
marker-file: url('symbols/amenity/excrement_bags.svg');
}
Expand Down

0 comments on commit c0d748b

Please sign in to comment.