Hi,
I am using these vector maps here which work great:
viewtopic.php?f=40&t=2066One thing I am interested in are drinking water locations for outdoor activities. Christian's template already includes the "drinking_water" amenity. But there are also other sources for drinking water: "natural"+"spring" and "amenity"+"fountain". These can have the attribute "drinking_water" as well.
Is it possible to show only "springs" and fountains which have the attribute "drinking_water"?
The xml code for a spring looks like this at the moment:
<rule e="node" k="natural" v="spring" zoom-min="14" zoom-max="20">
<symbol src="file:/symbols/spring_32.png" />
</rule>
Regards,