maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH 8/9] b&w stylesheet: put parking and residential


From: David MENTRE
Subject: [Maposmatic-dev] [PATCH 8/9] b&w stylesheet: put parking and residential area casing in black
Date: Fri, 30 Mar 2012 17:59:28 +0200

* Use a thicker border for residential area.

Signed-off-by: David MENTRE <address@hidden>
---
 .../black-and-white/inc/layer-landcover.xml.inc    |    2 +-
 stylesheet/black-and-white/osm.xml                 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stylesheet/black-and-white/inc/layer-landcover.xml.inc 
b/stylesheet/black-and-white/inc/layer-landcover.xml.inc
index 745c601..aba8e6c 100644
--- a/stylesheet/black-and-white/inc/layer-landcover.xml.inc
+++ b/stylesheet/black-and-white/inc/layer-landcover.xml.inc
@@ -277,7 +277,7 @@
     <Rule>
       <Filter>[amenity] = 'parking'</Filter>
       &maxscale_zoom15;
-      <LineSymbolizer stroke="#eeeed1" stroke-width="0.3"/>
+      <LineSymbolizer stroke="black" stroke-width="0.3"/>
     </Rule>
     <Rule>
       <Filter>[aeroway] = 'apron'</Filter>
diff --git a/stylesheet/black-and-white/osm.xml 
b/stylesheet/black-and-white/osm.xml
index 2a01ec4..828497e 100644
--- a/stylesheet/black-and-white/osm.xml
+++ b/stylesheet/black-and-white/osm.xml
@@ -125,7 +125,7 @@
    <Rule>
       <Filter>[highway] = 'residential' or [highway]='unclassified'</Filter>
       &maxscale_zoom14;
-      <LineSymbolizer stroke="#999" stroke-width="1"/>
+      <LineSymbolizer stroke="black" stroke-width="1.6"/>
    </Rule>
    <Rule>
       <Filter>[highway] = 'pedestrian' or [highway]='service' or 
[highway]='footway' or [highway]='path'</Filter>
-- 
1.7.5.4




reply via email to

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