Signed-off-by: David MENTRE <[email protected]>
---
.../black-and-white/inc/layer-landcover.xml.inc | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/stylesheet/black-and-white/inc/layer-landcover.xml.inc
b/stylesheet/black-and-white/inc/layer-landcover.xml.inc
index 2020b68..d0829a6 100644
--- a/stylesheet/black-and-white/inc/layer-landcover.xml.inc
+++ b/stylesheet/black-and-white/inc/layer-landcover.xml.inc
@@ -50,12 +50,12 @@
<Filter>[landuse] = 'cemetery' or [landuse] = 'grave_yard' or
[amenity]='grave_yard'</Filter>
<PolygonSymbolizer fill="#aacbaf"/>
</Rule>
- <Rule>
- &maxscale_zoom10;
- &minscale_zoom18;
- <Filter>[landuse] = 'residential'</Filter>
- <PolygonSymbolizer fill="#ddd"/>
- </Rule>
+ <!-- <Rule> -->
+ <!-- &maxscale_zoom10; -->
+ <!-- &minscale_zoom18; -->
+ <!-- <Filter>[landuse] = 'residential'</Filter> -->
+ <!-- <PolygonSymbolizer fill="#ddd"/> -->
+ <!-- </Rule> -->
<Rule>
&maxscale_zoom12;
&minscale_zoom18;
--
1.7.5.4