Skip to content

Commit aae7653

Browse files
author
Andy Townsend
committed
Added man_made=milk_churn_stand as a separate icon.
1 parent f8664ad commit aae7653

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

amenity-points.mss

+5
Original file line numberDiff line numberDiff line change
@@ -4182,6 +4182,10 @@
41824182
point-file: url('symbols/historic_aircraftwreck.png');
41834183
}
41844184

4185+
[historic = 'milk_churn_stand'][zoom >= 17]::historic {
4186+
point-file: url('symbols/historic_milk_churn_stand.png');
4187+
}
4188+
41854189
[historic = 'water_pump'][zoom >= 17]::historic {
41864190
point-file: url('symbols/historic_waterpump.png');
41874191
}
@@ -5599,6 +5603,7 @@
55995603

56005604
[historic = 'aircraft_wreck'][zoom >= 17]::historic,
56015605
[historic = 'aircraft'][zoom >= 17]::historic,
5606+
[historic = 'milk_churn_stand'][zoom >= 17]::historic,
56025607
[historic = 'water_pump'][zoom >= 17]::historic,
56035608
[historic = 'windmill'][zoom >= 17]::historic,
56045609
[historic = 'watermill'][zoom >= 17]::historic,

0 commit comments

Comments
 (0)