On Mon, Nov 10, 2008 at 5:17 PM, Ed Loach <[EMAIL PROTECTED]> wrote:
>> Could someone apply this please?
>
> Should captionless-z12 and osm-map-features-z6 also contain
>
> +               <rule e="way" k="natural" v="glacier">
> +                  <line class='natural-glacier'/>
> +               </rule>
>
> like all the other files you're patching?
>
> I don't know which files are used by what; I didn't think the osmAtHome one 
> was used for example, but may well be wrong. I'd assumed that all the 
> stylesheets were kept together in the stylesheets folder.

You're right, attached is a patch that adds glacier rendering to those
files as well.
Index: stylesheets/osm-map-features-z6.xml
===================================================================
--- stylesheets/osm-map-features-z6.xml	(revision 11878)
+++ stylesheets/osm-map-features-z6.xml	(working copy)
@@ -38,6 +38,9 @@
         <rule e="way" k="natural" v="coastline">
             <area class="natural-coastline"/>
         </rule>
+        <rule e="way" k="natural" v="glacier">
+           <line class="natural-glacier"/> 
+        </rule>
         <rule e="way" k="landuse|natural" v="forest|wood">
             <area class="landuse-wood"/>
         </rule>
Index: stylesheets/captionless-z12.xml
===================================================================
--- stylesheets/captionless-z12.xml	(revision 11878)
+++ stylesheets/captionless-z12.xml	(working copy)
@@ -39,6 +39,9 @@
         <rule e="way" k="natural" v="coastline">
             <area class='natural-coastline'/>
         </rule>
+        <rule e="way" k="natural" v="glacier">
+            <area class='natural-glacier'/>
+        </rule>
 
         
 		<!-- Airports and runways -->
_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/tilesathome

Reply via email to