[OSM-talk] JOSM mappaint plugin update: POIs at different zoom levels

Nick Whitelegg nick at hogweed.org
Tue Oct 24 00:16:59 BST 2006


A small update to the mappaint plugin: You can now specify the minimum zoom 
level at which the POI icons and annotations appear.

In your elemstyles.xml, add

<zoom min="n" />

to specify minimum OSM zoom level n for a particular point of interest.

e.g

<rule>
<condition k="amenity" v="pub" />
<icon annotate="true" src="pub.png"  />
<zoom min="13" />
</rule>

will specify that pub icons only show at zoom levels 13 and greater. Below 
that, the pub will just be shown as an unlabelled node.

ISTR there were quite a few feature requests for mappaint. Will go back over 
the mailing list for the last two weeks or so and look.

Nick




More information about the talk mailing list