From f895b3c48ff84f94cc4d9ee2f25b7b9b6967b54e Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 27 Aug 2013 12:02:24 +0100 Subject: Fix images --- buildings.mss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'buildings.mss') diff --git a/buildings.mss b/buildings.mss index 2d6669a..95cf118 100755 --- a/buildings.mss +++ b/buildings.mss @@ -9,7 +9,14 @@ } #uni-building-names { - [zoom >= 16] { + // [loc_ref!='57'] means, don't write the name for building 57, such that the SUSU Shop logo displays + [zoom >= 16][loc_ref!='57'] { + [loc_ref='42'][zoom>16] { // SUSU Building + point-file: url('logos/susu2.png'); + [zoom >= 20] { + point-file: url('logos/susu.png'); + } + } text-name: "[loc_ref]"; text-placement: interior; text-wrap-width: 20; @@ -26,7 +33,6 @@ text-name: "[loc_ref]"; } } - text-size: 8; [zoom >= 18] { text-size: 9; -- cgit v1.2.3