From 3b546f382cb3a13263869d47dfaa2515829a3742 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 7 Aug 2013 21:35:27 +0100 Subject: Updates --- amenities.mss | 41 ++++++----------------------------------- buildings.mss | 14 -------------- symbols/car_share.p.16.png | Bin 0 -> 489 bytes 3 files changed, 6 insertions(+), 49 deletions(-) create mode 100755 symbols/car_share.p.16.png diff --git a/amenities.mss b/amenities.mss index 2ae7624..dfbe205 100755 --- a/amenities.mss +++ b/amenities.mss @@ -45,7 +45,6 @@ } [amenity = 'place_of_worship'][zoom >= 16]::amenity { - point-file: url('symbols/place_of_worship3.p.16.png'); point-placement: interior; [religion = 'christian'] { point-file: url('symbols/christian3.p.14.png'); @@ -53,12 +52,6 @@ [religion = 'muslim'] { point-file: url('symbols/islamic3.p.16.png'); } - [religion = 'sikh'] { - point-file: url('symbols/sikh3.p.16.png'); - } - [religion = 'jewish'] { - point-file: url('symbols/jewish3.p.16.png'); - } } [amenity = 'post_box'][zoom >= 17]::amenity { @@ -81,21 +74,11 @@ point-placement: interior; } - [amenity = 'fast_food'][zoom >= 17]::amenity { - point-file: url('symbols/fast_food.png'); - point-placement: interior; - } - [amenity = 'telephone'][zoom >= 17]::amenity { point-file: url('symbols/telephone.p.16.png'); point-placement: interior; } - [amenity = 'emergency_phone'][zoom >= 17]::amenity { - point-file: url('symbols/sosphone.png'); - point-placement: interior; - } - /* [barrier = 'bollard'], [barrier = 'block'] { [zoom >= 16] { @@ -123,9 +106,9 @@ //point-file: url('symbols/shop_convenience.p.16.png'); //point-placement: interior; [name = "SUSU Shop"] { - point-file: url('symbols/susu-shop2.png'); + point-file: url('logos/susu-shop2.png'); [zoom >= 20] { - point-file: url('symbols/susu-shop.png'); + point-file: url('logos/susu-shop.png'); } } } @@ -139,8 +122,7 @@ #amenity-poly { [amenity = 'pub']::amenity, [amenity = 'restaurant']::amenity, - [amenity = 'cafe']::amenity, - [amenity = 'fast_food']::amenity { + [amenity = 'cafe']::amenity { [zoom >= 17] { //text-name: "[name]"; //text-fill: #734a08; @@ -151,7 +133,7 @@ //text-wrap-width: 34; //text-placement: interior; [name = "The Stag\'s"] { - point-file: url('symbols/stags-head2.png'); + point-file: url('logos/stags-head2.png'); } } } @@ -167,9 +149,9 @@ //point-file: url('symbols/bar.p.20.png'); //point-placement: interior; [name = "The Bridge"] { - point-file: url('symbols/the-bridge2.png'); + point-file: url('logos/the-bridge2.png'); [zoom >= 20] { - point-file: url('symbols/the-bridge.png'); + point-file: url('logos/the-bridge.png'); } //text-dy: -12; } @@ -215,17 +197,6 @@ } } - [amenity = 'place_of_worship'][zoom >= 17]::amenity { - text-name: "[name]"; - text-size: 10; - text-fill: #000033; - text-dy: 11; - text-face-name: @book-fonts; - text-halo-radius: 1; - text-wrap-width: 30; - text-placement: interior; - } - /* [natural = 'wood'][zoom >= 15]::natural { text-name: "[name]"; text-size: 10; diff --git a/buildings.mss b/buildings.mss index 7462537..52c91c8 100755 --- a/buildings.mss +++ b/buildings.mss @@ -19,20 +19,6 @@ text-halo-fill: fadeout(white, 10%); text-halo-radius: 1.5; [zoom >= 17] { - [loc_ref = "42"] { - point-file: url('symbols/susu2.png'); - [zoom >= 20] { - point-file: url('symbols/susu.png'); - } - text-dy: -12; - } - [loc_ref = "57"] { - point-file: url('symbols/susu-shop2.png'); - [zoom >= 20] { - point-file: url('symbols/susu-shop.png'); - } - //text-dy: -12; - } text-name: "[name]"; [loc_ref != ''] { text-name: "[name] + ' (' + [loc_ref] + ')'"; diff --git a/symbols/car_share.p.16.png b/symbols/car_share.p.16.png new file mode 100755 index 0000000..1dcc537 Binary files /dev/null and b/symbols/car_share.p.16.png differ -- cgit v1.2.3