From f895b3c48ff84f94cc4d9ee2f25b7b9b6967b54e Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 27 Aug 2013 12:02:24 +0100 Subject: Fix images --- amenities.mss | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'amenities.mss') 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'); + } + } + } } -- cgit v1.2.3