Holger Jeromin <[email protected]> wrote:

> Hat einen Aschefussballplatz, der wird leider nicht rotbraun gerendert :-)

Hm, die Regeln sehen so aus und sind unverändert aus dem französischen Stil
übernommen:

<Style name="sports-surface" filter-mode="first">
  <Rule>   
    &maxscale_zoom16;
    <Filter>([angle_diff] &gt; 85) and ([angle_diff] &lt; 95) and ([sport] = 
'soccer') and ([surface] = 'grass')</Filter>
    <PolygonSymbolizer fill="#54a854" /> 
  </Rule>
  <Rule>   
    &maxscale_zoom16;
    <Filter>([angle_diff] &gt; 85) and ([angle_diff] &lt; 95) and ([sport] = 
'tennis') and ([surface] = 'grass')</Filter>
    <PolygonSymbolizer fill="#54a854" />
  </Rule>
  <Rule>
    &maxscale_zoom16;
    <Filter>([angle_diff] &gt; 85) and ([angle_diff] &lt; 95) and ([sport] = 
'tennis') and ([surface] = 'clay')</Filter>
    <PolygonSymbolizer fill="#cc7e66" />                                        
                                        
  </Rule>
</Style>

Vielleicht sollte man das einfach in soetwas umändern:

<Style name="sports-surface" filter-mode="first">
  <Rule>   
    &maxscale_zoom16;
    <Filter>([angle_diff] &gt; 85) and ([angle_diff] &lt; 95) and ([surface] = 
'grass')</Filter>
    <PolygonSymbolizer fill="#54a854" /> 
  </Rule>
  <Rule>
    &maxscale_zoom16;
    <Filter>([angle_diff] &gt; 85) and ([angle_diff] &lt; 95) and ([surface] = 
'clay')</Filter>
    <PolygonSymbolizer fill="#cc7e66" />                                        
                                        
  </Rule>
</Style>

Dann wäre die Sportart egal.

Gruss

Sven

-- 
The main thing to note is that when you choose open source you don't
get a Windows operating system.
                                  (from http://www.dell.com/ubuntu)
/me is giggls@ircnet, http://sven.gegg.us/ on the Web

_______________________________________________
Talk-de mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/talk-de

Antwort per Email an