maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH 7/9] b&w stylesheet: increase casing of motorway


From: David MENTRE
Subject: [Maposmatic-dev] [PATCH 7/9] b&w stylesheet: increase casing of motorway, trunk, primary and secondary roads at zoom levels 15 to 18
Date: Fri, 30 Mar 2012 17:59:27 +0200

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

diff --git a/stylesheet/black-and-white/osm.xml 
b/stylesheet/black-and-white/osm.xml
index a085991..2a01ec4 100644
--- a/stylesheet/black-and-white/osm.xml
+++ b/stylesheet/black-and-white/osm.xml
@@ -1009,19 +1009,19 @@
       <Filter>[highway] = 'motorway' and not [tunnel] = 'yes'</Filter>
       &maxscale_zoom15;
       &minscale_zoom16;
-      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="10"/>
+      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="12"/>
     </Rule>
     <Rule>
      <Filter>[highway] = 'trunk' and not [tunnel] = 'yes'</Filter>
       &maxscale_zoom15;
       &minscale_zoom16;
-      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="11.5"/>
+      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="13.5"/>
     </Rule>
     <Rule>
       <Filter>[highway] = 'primary' and not [tunnel] = 'yes'</Filter>
       &maxscale_zoom15;      
       &minscale_zoom16;
-      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="11.5"/>
+      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="13.5"/>
     </Rule>
     <Rule>
       <Filter>[highway] = 'secondary' and not [tunnel] = 'yes'</Filter>
@@ -1033,25 +1033,25 @@
       <Filter>[highway] = 'motorway' and not [tunnel] = 'yes'</Filter>
       &maxscale_zoom17;
       &minscale_zoom18;
-      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="13"/>
+      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="15"/>
     </Rule>
     <Rule>
      <Filter>[highway] = 'trunk' and not [tunnel] = 'yes'</Filter>
       &maxscale_zoom17;
       &minscale_zoom18;
-      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="16"/>
+      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="18"/>
     </Rule>
     <Rule>
       <Filter>[highway] = 'primary' and not [tunnel] = 'yes'</Filter>
       &maxscale_zoom17;      
       &minscale_zoom18;
-      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="16"/>
+      <LineSymbolizer stroke-linejoin="round" stroke="black" 
stroke-width="18"/>
     </Rule>
     <Rule>
       <Filter>[highway] = 'secondary' and not [tunnel] = 'yes'</Filter>
       &maxscale_zoom17;
       &minscale_zoom18;
-      <LineSymbolizer stroke-linejoin="round" stroke="black" stroke-width="16" 
stroke-linecap="round"/>
+      <LineSymbolizer stroke-linejoin="round" stroke="black" stroke-width="18" 
stroke-linecap="round"/>
     </Rule>
     <Rule>
       <Filter>[highway] = 'tertiary' and not [tunnel]='yes'</Filter>
-- 
1.7.5.4




reply via email to

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