[josm-dev] Mappaint scale
Ulf Lamping
ulf.lamping at web.de
Wed Jan 30 20:41:17 GMT 2008
Raphael Studer schrieb:
> Hi everyone,
>
> I played around with the mappaint elemstyles.xml file to add styles
> for ski pistes.
>
> A rule likes like this:
>
> <rule>
> <condition k="piste:difficulty" v="easy">
> <line width="3" colour="#0000FF">
> <scale_min>1</scale_min>
> <scale_max>10</scale_max>
> </rule>
>
> The piste now has the right color, but i can zooom in and out as much
> as I want and the piste is always displayd.
> How can I hide the piste by zooming out enough?
>
>
The scale code is currently disabled - the item will be always displayed
at all zoom levels!
This is, because I was unsure how scale values should be represented and
at which scales things should be displayed (or not).
Regards, ULFL
More information about the josm-dev
mailing list