Hi, > After the recent discussion on core changes, I did take a look at > OsmPrimitive, and there's the following: > > /** > * <code>true</code>, if the object has been shown. This property is not > used > * internally by JOSM, but can be used by plugins that take over the > object > * rendering. > */ > public volatile boolean shown = false;
I had added that by request of someone working on a mappaint optimisation, but if it isn't used there then I guess it can go. Bye Frederik _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev
