[josm-dev] mappaint sources in svn out of date?
Ulf Lamping
ulf.lamping at web.de
Sat Oct 13 20:43:59 BST 2007
Frederik Ramm schrieb:
> That's because the build script contains a hardcoded reference to a
> josm .jar file in ../../core/dist, and that josm.jar ist not in SVN,
> i.e. you will still have something built from old sources lying around
> on your disk. If you just cd into your ../../core/ directory and
> rebuild josm, it will work.
>
Thanks, it's working fine now - I'm currently experimenting with
different alpha values to display filled areas. More on that later ...
> While you're at it: I have introduced a new property, "tagged", to the
> OsmPrimitive. In plain JOSM, I use this to draw tagged nodes slightly
> differently, and use another color for tagged ways than for untagged.
>
Sounds *very* reasonable!
> Whether something is considered "tagged" or not is decided by the JOSM
> core, and there are a number of tags (like created_by) that don't
> count as tagged.
>
Yes, finding that out belongs into the core.
> I know that mappaint already supports complex rules so that you can
> say "anything that is tagged as parking should be rendered so and so",
> but it would be great if mappaint could also, as a fallback, support
> this disticntion between "tagged" and "untagged" objects
ACK.
There's already something similar for selected things (display them
yellow), so it's sounds like a good idea to display "untagged" things
differently.
However, first I would like to cleanup the mappaint code (belonging to
segments) that's no longer used because of the API 0.5 changes ...
Regards, ULFL
More information about the josm-dev
mailing list