[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Maposmatic-dev] [PATCH 06/14] [B&W stylesheet] Enlarge bridges to make
From: |
David MENTRE |
Subject: |
[Maposmatic-dev] [PATCH 06/14] [B&W stylesheet] Enlarge bridges to make them more visible |
Date: |
Tue, 27 Mar 2012 17:36:21 +0200 |
Signed-off-by: David MENTRE <address@hidden>
Signed-off-by: Sylvain Collilieux <address@hidden>
---
stylesheet/black-and-white/osm.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/stylesheet/black-and-white/osm.xml
b/stylesheet/black-and-white/osm.xml
index 1286900..16a35e3 100644
--- a/stylesheet/black-and-white/osm.xml
+++ b/stylesheet/black-and-white/osm.xml
@@ -1122,37 +1122,37 @@
<Filter>[highway] = 'motorway' or [highway]='motorway_link'</Filter>
&maxscale_zoom15;
&minscale_zoom16;
- <LineSymbolizer stroke="black" stroke-width="9"/>
+ <LineSymbolizer stroke="black" stroke-width="11"/>
</Rule>
<Rule>
<Filter>[highway] = 'trunk' or [highway]='trunk_link'</Filter>
&maxscale_zoom15;
&minscale_zoom16;
- <LineSymbolizer stroke="black" stroke-width="11"/>
+ <LineSymbolizer stroke="black" stroke-width="13"/>
</Rule>
<Rule>
<Filter>[highway] = 'primary' or [highway]='primary_link'</Filter>
&maxscale_zoom15;
&minscale_zoom16;
- <LineSymbolizer stroke="black" stroke-width="11"/>
+ <LineSymbolizer stroke="black" stroke-width="13"/>
</Rule>
<Rule>
<Filter>[highway] = 'secondary' or [highway]='secondary_link'</Filter>
&maxscale_zoom15;
&minscale_zoom16;
- <LineSymbolizer stroke="black" stroke-width="12"/>
+ <LineSymbolizer stroke="black" stroke-width="14"/>
</Rule>
<Rule>
<Filter>[highway] = 'tertiary' or [highway]='tertiary_link'</Filter>
&maxscale_zoom15;
&minscale_zoom16;
- <LineSymbolizer stroke="black" stroke-width="11"/>
+ <LineSymbolizer stroke="black" stroke-width="13"/>
</Rule>
<Rule>
<Filter>[highway] = 'residential' or [highway] = 'unclassified' or
[highway] = 'road'</Filter>
&maxscale_zoom16;
&minscale_zoom16;
- <LineSymbolizer stroke="black" stroke-width="11"/>
+ <LineSymbolizer stroke="black" stroke-width="13"/>
</Rule>
<Rule>
<Filter>[highway] = 'service'</Filter>
@@ -1363,13 +1363,13 @@
<Filter>[highway] = 'motorway' or [highway]='motorway_link'</Filter>
&maxscale_zoom15;
&minscale_zoom16;
- <LineSymbolizer stroke-linejoin="round" stroke="#809bc0"
stroke-width="7.5" stroke-linecap="round"/>
+ <LineSymbolizer stroke-linejoin="round" stroke="white"
stroke-width="7.5" stroke-linecap="round"/>
</Rule>
<Rule>
<Filter>[highway] = 'trunk' or [highway]='trunk_link'</Filter>
&maxscale_zoom15;
&minscale_zoom16;
- <LineSymbolizer stroke-linejoin="round" stroke="#a9dba9"
stroke-width="9.5" stroke-linecap="round"/>
+ <LineSymbolizer stroke-linejoin="round" stroke="white"
stroke-width="9.5" stroke-linecap="round"/>
</Rule>
<Rule>
<Filter>[highway] = 'primary' or [highway]='primary_link'</Filter>
--
1.7.5.4
- [Maposmatic-dev] [PATCH 01/14] [B&W stylesheet] Import of original mapnik-osm style sheet, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 09/14] [B&W stylesheet] Increase size of motorways, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 06/14] [B&W stylesheet] Enlarge bridges to make them more visible,
David MENTRE <=
- [Maposmatic-dev] [PATCH 07/14] [B&W stylesheet] Put a light grey as default background, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 08/14] [B&W stylesheet] Put public buildings in light grey with black border, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 13/14] [B&W stylesheet] Put parking and residential area borders in black, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 04/14] [B&W stylesheet] Buf fix: remove yellow halo around secondary roads, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 10/14] [B&W stylesheet] Use a maposmatic's specific icon for cemetery, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 11/14] [B&W stylesheet] Remove all turn circles, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 12/14] [B&W stylesheet] Bug fix: keep blue color for see areas, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 14/14] [B&W stylesheet] Allow smaller fonts for street names, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 02/14] [B&W stylesheet] Remove some details. Put all roads in white, David MENTRE, 2012/03/27
- [Maposmatic-dev] [PATCH 05/14] [B&W stylesheet] Put road casing in bold black, David MENTRE, 2012/03/27