[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Maposmatic-dev] [PATCH 07/14] [B&W stylesheet] Put a light grey as defa
From: |
David MENTRE |
Subject: |
[Maposmatic-dev] [PATCH 07/14] [B&W stylesheet] Put a light grey as default background |
Date: |
Tue, 27 Mar 2012 17:36:22 +0200 |
* Remove "coast-poly" style that was putting default colors within
cities.
Signed-off-by: David MENTRE <address@hidden>
Signed-off-by: Sylvain Collilieux <address@hidden>
---
.../black-and-white/inc/layer-shapefiles.xml.inc | 26 ++++++++++----------
stylesheet/black-and-white/osm.xml | 2 +-
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/stylesheet/black-and-white/inc/layer-shapefiles.xml.inc
b/stylesheet/black-and-white/inc/layer-shapefiles.xml.inc
index 562200f..3603438 100644
--- a/stylesheet/black-and-white/inc/layer-shapefiles.xml.inc
+++ b/stylesheet/black-and-white/inc/layer-shapefiles.xml.inc
@@ -20,12 +20,12 @@
<PolygonSymbolizer fill="#f2efe9"/>
</Rule>
</Style>
-<Style name="coast-poly">
- <Rule>
- &maxscale_zoom10;
- <PolygonSymbolizer fill="#f2efe9"/>
- </Rule>
-</Style>
+<!-- <Style name="coast-poly"> -->
+<!-- <Rule> -->
+<!-- &maxscale_zoom10; -->
+<!-- <PolygonSymbolizer fill="#f2efe9"/> -->
+<!-- </Rule> -->
+<!-- </Style> -->
<!-- BUILTUP VMAP0 -->
<Style name="builtup">
<Rule>
@@ -41,13 +41,13 @@
<Parameter name="file">&world_boundaries;/shoreline_300</Parameter>
</Datasource>
</Layer>
-<Layer name="coast-poly" status="on" srs="&srs900913;">
- <StyleName>coast-poly</StyleName>
- <Datasource>
- <Parameter name="type">shape</Parameter>
- <Parameter name="file">&world_boundaries;/processed_p</Parameter>
- </Datasource>
-</Layer>
+<!-- <Layer name="coast-poly" status="on" srs="&srs900913;"> -->
+<!-- <StyleName>coast-poly</StyleName> -->
+<!-- <Datasource> -->
+<!-- <Parameter name="type">shape</Parameter> -->
+<!-- <Parameter name="file">&world_boundaries;/processed_p</Parameter>
-->
+<!-- </Datasource> -->
+<!-- </Layer> -->
<Layer name="builtup" status="on" srs="&srsmercator;">
<StyleName>builtup</StyleName>
<Datasource>
diff --git a/stylesheet/black-and-white/osm.xml
b/stylesheet/black-and-white/osm.xml
index 16a35e3..32d7c6e 100644
--- a/stylesheet/black-and-white/osm.xml
+++ b/stylesheet/black-and-white/osm.xml
@@ -3,7 +3,7 @@
<!ENTITY % entities SYSTEM "inc/entities.xml.inc">
%entities;
]>
-<Map background-color="#b5d0d0" srs="&srs900913;" minimum-version="2.0.0">
+<Map background-color="#f5f5f5" srs="&srs900913;" minimum-version="2.0.0">
&fontset-settings;
<Style name="turning_circle-casing">
<Rule>
--
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, 2012/03/27
- [Maposmatic-dev] [PATCH 07/14] [B&W stylesheet] Put a light grey as default background,
David MENTRE <=
- [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
- [Maposmatic-dev] [PATCH 03/14] [B&W stylesheet] Keep only stylesheet parts needed for zoom level 16, David MENTRE, 2012/03/27