[josm-dev] mappaint styles and icons: Just changed the setting names and some other improvements
Ulf Lamping
ulf.lamping at googlemail.com
Sat Jan 10 19:01:28 GMT 2009
Dirk Stöcker schrieb:
>
> Your description was a bit wrong. I fixed that.
Thanks!
>
> Probably we should fill the mappaint preferences page with life adding all
> the options you described at that page?
Yes, these settings should be added to that page (mark it somehow as
"mappaint only" - with wireframe they don't have much effect ;-)
The paths could look like the current "presets" settings.
>
> I do not understand these comments. I think they are wrong or outdated
>
> <!-- it's not possible to have both line and area, line seems more likely -->
These comments are really old. If it's now possible to have both line
and area rules (is it?), just remove them :-)
>
> And these:
> a) line with negative priority should help a lot here
> b) linemode would work, but you need to find a mod, which does not
> make the ways ugly :-)
> Maybe an overlay of a dashed colored line?
>
> <!-- this will badly display otherwise well tagged footways and alike, so comment it out until we have better ways to display this in JOSM!
> XXX - maybe it's possible to use linemod's here?
> <rule>
> <condition k="surface" v="paved"/>
> <line width="1" realwidth="3" colour="street#c0c0c0"/>
> <icon annotate="true" src="misc/no_icon.png"/>
> <scale_min>1</scale_min>
> <scale_max>40000</scale_max>
> </rule>
>
> <rule>
> <condition k="surface" v="cobblestone"/>
> <line width="1" realwidth="3" colour="street#c0c0c0"/>
> <icon annotate="true" src="misc/no_icon.png"/>
> <scale_min>1</scale_min>
> <scale_max>40000</scale_max>
> </rule>
>
> <rule>
> <condition k="surface" v="unpaved"/>
> <line width="1" realwidth="3" colour="street#c0c0c0"/>
> <icon annotate="true" src="misc/no_icon.png"/>
> <scale_min>1</scale_min>
> <scale_max>40000</scale_max>
> </rule>
> -->
>
>
> Ciao
I'm unsure if this is really helpful or confusing :-)
Regards, ULFL
More information about the josm-dev
mailing list