Hi,

>> Now we need rules that use this icon... ;-)
> 
> I tried to do it by myself, it doesn't work, I probably miss something,
> I added this to the file osm-POI-features-z17.xml in approprieate section.
Ok. the *-POI-* files are left over from the disused POI layer. Stuff
that should be on the map has to go into osm-map-features-z*.xml


> <rule e="node" k="power" v="generator">
>   <rule e="node" k="power_source" v="wind">
>      <symbol xlink:href="#windpower" width='16px' height='16px'
> transform='translate(-1,-1)' />
>   </rule>
> </rule>
Without having checked the following rule should work:
<rule e="node" k="power" v="generator">
    <rule e="node" k="power_source" v="wind">
        <symbol ref="windpower" position="center"/>
    </rule>
</rule>


> <svg:symbol
>  id="windpower"
>   viewBox="0 0 16 16"
>   stroke="none">
>   <svg:path d="M 0 0 L 16 16 M 0 16 L 16 0" />
> </svg:symbol>
That should not be necessary...

> Some help welcome ;-)
HTH,
Patrick "Petschge" Kilian

_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/tilesathome

Reply via email to