Hi List!

I send the patch again since the line endings in the patch file seem to
be wrong.

The patch implements the rendering of natural=bay


Regards,
Andre

Index: osmAtHome/osm-map-features.xml
===================================================================
--- osmAtHome/osm-map-features.xml	(Revision 26478)
+++ osmAtHome/osm-map-features.xml	(Arbeitskopie)
@@ -126,7 +126,7 @@
 			<rule e="way|area" k="landuse" v="commercial">
 		<area class="landuse-commercial" />
 		</rule>
-		<rule e="way|area" k="natural" v="water|pond|lake">
+		<rule e="way|area" k="natural" v="water|pond|lake|bay">
 			<area class='natural-water' /> 
 		</rule>
 		<rule e="way|area" k="landuse" v="reservoir">
Index: stylesheets/osm-map-features-z6.xml
===================================================================
--- stylesheets/osm-map-features-z6.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z6.xml	(Arbeitskopie)
@@ -134,7 +134,7 @@
         <rule e="way" k="waterway" v="dock">
             <area class="natural-water"/>
         </rule>
-        <rule e="way" k="natural" v="water|pond|lake">
+        <rule e="way" k="natural" v="water|pond|lake|bay">
             <area class="natural-water"/>
         </rule>
         <rule e="way" k="landuse" v="reservoir">
Index: stylesheets/osm-map-features-z7.xml
===================================================================
--- stylesheets/osm-map-features-z7.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z7.xml	(Arbeitskopie)
@@ -137,7 +137,7 @@
         <rule e="way" k="waterway" v="dock">
             <area class="natural-water"/>
         </rule>
-        <rule e="way" k="natural" v="water|pond|lake">
+        <rule e="way" k="natural" v="water|pond|lake|bay">
             <area class="natural-water"/>
         </rule>
         <rule e="way" k="landuse" v="reservoir">
Index: stylesheets/osm-map-features-z8.xml
===================================================================
--- stylesheets/osm-map-features-z8.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z8.xml	(Arbeitskopie)
@@ -87,7 +87,7 @@
         <rule e="way" k="waterway" v="dock">
             <area class="natural-water"/>
         </rule>
-        <rule e="way" k="natural" v="water|pond|lake">
+        <rule e="way" k="natural" v="water|pond|lake|bay">
             <area class="natural-water"/>
         </rule>
         <rule e="way" k="landuse" v="reservoir">
Index: stylesheets/osm-map-features-z9.xml
===================================================================
--- stylesheets/osm-map-features-z9.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z9.xml	(Arbeitskopie)
@@ -87,7 +87,7 @@
         <rule e="way" k="waterway" v="dock">
             <area class="natural-water"/>
         </rule>
-        <rule e="way" k="natural" v="water|pond|lake">
+        <rule e="way" k="natural" v="water|pond|lake|bay">
             <area class="natural-water"/>
         </rule>
         <rule e="way" k="landuse" v="reservoir">
Index: stylesheets/captionless-lowzoom-z12.xml
===================================================================
--- stylesheets/captionless-lowzoom-z12.xml	(Revision 26478)
+++ stylesheets/captionless-lowzoom-z12.xml	(Arbeitskopie)
@@ -117,7 +117,7 @@
         <rule e="way" k="waterway" v="dock">
             <area class='natural-water' />
         </rule>
-        <rule e="way" k="natural" v="water|pond|lake">
+        <rule e="way" k="natural" v="water|pond|lake|bay">
             <area class='natural-water' />
         </rule>
         <rule e="way" k="landuse" v="reservoir">
Index: stylesheets/osm-map-features-z10.xml
===================================================================
--- stylesheets/osm-map-features-z10.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z10.xml	(Arbeitskopie)
@@ -145,7 +145,7 @@
         <rule e="way" k="waterway" v="dock">
             <area class="natural-water"/>
         </rule>
-        <rule e="way" k="natural" v="water|pond|lake">
+        <rule e="way" k="natural" v="water|pond|lake|bay">
             <area class="natural-water"/>
         </rule>
         <rule e="way" k="landuse" v="reservoir">
Index: stylesheets/osm-map-features-z11.xml
===================================================================
--- stylesheets/osm-map-features-z11.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z11.xml	(Arbeitskopie)
@@ -145,7 +145,7 @@
         <rule e="way" k="waterway" v="dock">
             <area class="natural-water"/>
         </rule>
-        <rule e="way" k="natural" v="water|pond|lake">
+        <rule e="way" k="natural" v="water|pond|lake|bay">
             <area class="natural-water"/>
         </rule>
         <rule e="way" k="landuse" v="reservoir">
Index: stylesheets/captionless-z12.xml
===================================================================
--- stylesheets/captionless-z12.xml	(Revision 26478)
+++ stylesheets/captionless-z12.xml	(Arbeitskopie)
@@ -191,7 +191,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural water"/>
 		</rule>
 		<rule e="way" k="landuse" v="reservoir">
Index: stylesheets/osm-map-features-z12.xml
===================================================================
--- stylesheets/osm-map-features-z12.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z12.xml	(Arbeitskopie)
@@ -191,7 +191,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural water"/>
 		</rule>
 		<rule e="way" k="landuse" v="reservoir">
Index: stylesheets/captionless-z13.xml
===================================================================
--- stylesheets/captionless-z13.xml	(Revision 26478)
+++ stylesheets/captionless-z13.xml	(Arbeitskopie)
@@ -239,7 +239,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="landuse" v="reservoir">
Index: stylesheets/osm-map-features-z13.xml
===================================================================
--- stylesheets/osm-map-features-z13.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z13.xml	(Arbeitskopie)
@@ -239,7 +239,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="landuse" v="reservoir">
Index: stylesheets/standard.xml
===================================================================
--- stylesheets/standard.xml	(Revision 26478)
+++ stylesheets/standard.xml	(Arbeitskopie)
@@ -157,7 +157,7 @@
                 <rule e="way" k="landuse" v="commercial">
                     <area class="landuse-commercial" />
                 </rule>
-                <rule e="way" k="natural" v="water|pond|lake">
+                <rule e="way" k="natural" v="water|pond|lake|bay">
                     <area class='natural-water' />
                 </rule>
                 <rule e="way" k="landuse" v="reservoir">
Index: stylesheets/captionless-z14.xml
===================================================================
--- stylesheets/captionless-z14.xml	(Revision 26478)
+++ stylesheets/captionless-z14.xml	(Arbeitskopie)
@@ -289,7 +289,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="natural" v="marsh|wetland">
Index: stylesheets/osm-map-features-z14.xml
===================================================================
--- stylesheets/osm-map-features-z14.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z14.xml	(Arbeitskopie)
@@ -289,7 +289,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="natural" v="marsh|wetland">
Index: stylesheets/captionless-z15.xml
===================================================================
--- stylesheets/captionless-z15.xml	(Revision 26478)
+++ stylesheets/captionless-z15.xml	(Arbeitskopie)
@@ -306,7 +306,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="natural" v="marsh|wetland">
Index: stylesheets/osm-map-features-z15.xml
===================================================================
--- stylesheets/osm-map-features-z15.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z15.xml	(Arbeitskopie)
@@ -306,7 +306,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="natural" v="marsh|wetland">
Index: stylesheets/captionless-z16.xml
===================================================================
--- stylesheets/captionless-z16.xml	(Revision 26478)
+++ stylesheets/captionless-z16.xml	(Arbeitskopie)
@@ -312,7 +312,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="natural" v="marsh|wetland">
Index: stylesheets/osm-map-features-z16.xml
===================================================================
--- stylesheets/osm-map-features-z16.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z16.xml	(Arbeitskopie)
@@ -312,7 +312,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="natural" v="marsh|wetland">
Index: stylesheets/captionless-z17.xml
===================================================================
--- stylesheets/captionless-z17.xml	(Revision 26478)
+++ stylesheets/captionless-z17.xml	(Arbeitskopie)
@@ -313,7 +313,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="natural" v="marsh|wetland">
Index: stylesheets/osm-map-features-z17.xml
===================================================================
--- stylesheets/osm-map-features-z17.xml	(Revision 26478)
+++ stylesheets/osm-map-features-z17.xml	(Arbeitskopie)
@@ -313,7 +313,7 @@
 		<rule e="way" k="waterway" v="dock">
 			<area class="natural-water"/>
 		</rule>
-		<rule e="way" k="natural" v="water|pond|lake">
+		<rule e="way" k="natural" v="water|pond|lake|bay">
 			<area class="natural-water"/>
 		</rule>
 		<rule e="way" k="natural" v="marsh|wetland">
Index: stylesheets/maplint.xml
===================================================================
--- stylesheets/maplint.xml	(Revision 26478)
+++ stylesheets/maplint.xml	(Arbeitskopie)
@@ -47,7 +47,7 @@
             <rule e="way" k="leisure" v="park|playing_fields|garden|pitch|golf_course|common|green">
                 <area class='area-green'/>
             </rule>
-            <rule e="way" k="natural" v="water|pond|lake">
+            <rule e="way" k="natural" v="water|pond|lake|bay">
                 <area class='area-lake' />
             </rule>
         </layer>
_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/tilesathome

Reply via email to