summaryrefslogtreecommitdiff
path: root/buildings.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 /buildings.mss
parent0a5c3ccd31d2e38ce68719a4e8e3ca912737c73c (diff)
downloadsum-carto-f895b3c48ff84f94cc4d9ee2f25b7b9b6967b54e.tar
sum-carto-f895b3c48ff84f94cc4d9ee2f25b7b9b6967b54e.tar.gz
Fix images
Diffstat (limited to 'buildings.mss')
-rwxr-xr-xbuildings.mss10
1 files changed, 8 insertions, 2 deletions
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;