maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH 08/14] [B&W stylesheet] Put public buildings in


From: David MENTRE
Subject: [Maposmatic-dev] [PATCH 08/14] [B&W stylesheet] Put public buildings in light grey with black border
Date: Tue, 27 Mar 2012 17:36:23 +0200

Signed-off-by: David MENTRE <address@hidden>
Signed-off-by: Sylvain Collilieux <address@hidden>
---
 .../black-and-white/inc/layer-landcover.xml.inc    |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/stylesheet/black-and-white/inc/layer-landcover.xml.inc 
b/stylesheet/black-and-white/inc/layer-landcover.xml.inc
index 2aa59e5..4f09357 100644
--- a/stylesheet/black-and-white/inc/layer-landcover.xml.inc
+++ b/stylesheet/black-and-white/inc/layer-landcover.xml.inc
@@ -156,15 +156,15 @@
       <Filter>[natural] = 'scrub'</Filter>
       <PolygonPatternSymbolizer file="&symbols;/scrub.png" />
     </Rule>
-    <!-- <Rule> -->
-    <!--   <Filter>[amenity] = 'university' or [amenity] = 'college' or 
[amenity] = 'school' or [amenity]='hospital' or 
[amenity]='kindergarten'</Filter> -->
-    <!--   &maxscale_zoom10; -->
-    <!--   <PolygonSymbolizer fill="#f0f0d8"/> -->
-    <!-- </Rule> -->
+    <Rule>
+      <Filter>[amenity] = 'university' or [amenity] = 'college' or [amenity] = 
'school' or [amenity]='hospital' or [amenity]='kindergarten' or 
[amenity]='place_of_worship' or [amenity]='library' or [amenity]='townhall' or 
[amenity]='post_office' or [amenity]='public_building' or 
[amenity]='police'</Filter>
+      &maxscale_zoom10;
+      <PolygonSymbolizer fill="lightgrey"/>
+    </Rule>
     <Rule>
       <Filter>[amenity] = 'university' or [amenity] = 'college' or [amenity] = 
'school' or [amenity]='hospital' or [amenity]='kindergarten' or 
[amenity]='place_of_worship' or [amenity]='library' or [amenity]='townhall' or 
[amenity]='post_office' or [amenity]='public_building' or [amenity]='police' 
</Filter>
       &maxscale_zoom12;
-      <LineSymbolizer stroke="brown" stroke-width="0.3"/>
+      <LineSymbolizer stroke="black" stroke-width="0.3"/>
     </Rule>
     <!-- <Rule> -->
     <!--   <Filter>[amenity] = 'parking'</Filter> -->
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]