[Top][All Lists]
[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
- [Maposmatic-dev] [PATCH 1/9] B&W stylesheet: restore original mapnik-osm stylesheet, David MENTRE, 2012/03/30
- [Maposmatic-dev] [PATCH 3/9] b&w stylesheet: display townhall, public_building, etc. amenities, David MENTRE, 2012/03/30
- [Maposmatic-dev] [PATCH 5/9] b&w stylesheet: remove landuse=residential coloring, David MENTRE, 2012/03/30
- [Maposmatic-dev] [PATCH 2/9] b&w stylesheet: remove building and power layers, David MENTRE, 2012/03/30
- [Maposmatic-dev] [PATCH 8/9] b&w stylesheet: put parking and residential area casing in black, David MENTRE, 2012/03/30
- [Maposmatic-dev] [PATCH 7/9] b&w stylesheet: increase casing of motorway, trunk, primary and secondary roads at zoom levels 15 to 18,
David MENTRE <=
- [Maposmatic-dev] [PATCH 6/9] b&w stylesheet: put public buildings in black with light grey background, David MENTRE, 2012/03/30
- [Maposmatic-dev] [PATCH 9/9] b&w stylesheet: Allow smaller fonts for street names, David MENTRE, 2012/03/30
- [Maposmatic-dev] [PATCH 4/9] b&w stylesheet: put all roads in black and white, David MENTRE, 2012/03/30
- Re: [Maposmatic-dev] [PATCH 1/9] B&W stylesheet: restore original mapnik-osm stylesheet, Thomas Petazzoni, 2012/03/30