summaryrefslogtreecommitdiff
path: root/amenities.mss
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2013-08-27 12:02:24 +0100
committerChristopher Baines <cbaines8@gmail.com>2013-08-27 12:02:24 +0100
commitf895b3c48ff84f94cc4d9ee2f25b7b9b6967b54e (patch)
tree2342987a4f135f2e7bef545476427c9a6f732343 /amenities.mss
parent0a5c3ccd31d2e38ce68719a4e8e3ca912737c73c (diff)
downloadsum-carto-f895b3c48ff84f94cc4d9ee2f25b7b9b6967b54e.tar
sum-carto-f895b3c48ff84f94cc4d9ee2f25b7b9b6967b54e.tar.gz
Fix images
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');
+ }
+ }
+ }
}