[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Maposmatic-dev] [PATCH 6/9] b&w stylesheet: put public buildings in bla
From: |
David MENTRE |
Subject: |
[Maposmatic-dev] [PATCH 6/9] b&w stylesheet: put public buildings in black with light grey background |
Date: |
Fri, 30 Mar 2012 17:59:26 +0200 |
Signed-off-by: David MENTRE <address@hidden>
---
.../black-and-white/inc/layer-landcover.xml.inc | 4 ++--
1 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 d0829a6..745c601 100644
--- a/stylesheet/black-and-white/inc/layer-landcover.xml.inc
+++ b/stylesheet/black-and-white/inc/layer-landcover.xml.inc
@@ -262,12 +262,12 @@
<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="#f0f0d8"/>
+ <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
- [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, 2012/03/30
- [Maposmatic-dev] [PATCH 6/9] b&w stylesheet: put public buildings in black with light grey background,
David MENTRE <=
- [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