summaryrefslogtreecommitdiff
path: root/amenities.mss
diff options
context:
space:
mode:
Diffstat (limited to 'amenities.mss')
-rwxr-xr-xamenities.mss21
1 files changed, 13 insertions, 8 deletions
diff --git a/amenities.mss b/amenities.mss
index dfbe205..a62014e 100755
--- a/amenities.mss
+++ b/amenities.mss
@@ -103,14 +103,8 @@
}
[shop = 'convenience'][zoom >= 17]::shop {
- //point-file: url('symbols/shop_convenience.p.16.png');
- //point-placement: interior;
- [name = "SUSU Shop"] {
- point-file: url('logos/susu-shop2.png');
- [zoom >= 20] {
- point-file: url('logos/susu-shop.png');
- }
- }
+ point-file: url('symbols/shop_convenience.p.16.png');
+ point-placement: interior;
}
[shop = 'hairdresser'][zoom >= 17]::shop {
@@ -239,4 +233,15 @@
text-wrap-width: 24;
text-placement: interior;
}
+
+ [shop = 'convenience'][zoom >= 17]::shop {
+ point-file: url('symbols/shop_convenience.p.16.png');
+ point-placement: interior;
+ [name = "SUSU Shop"] {
+ point-file: url('logos/susu-shop2.png');
+ [zoom >= 20] {
+ point-file: url('logos/susu-shop.png');
+ }
+ }
+ }
}