[josm-dev] JOSM Jumbo patch v8 (JOSM and validator enhancements)

Dave Hansen dave at sr71.net
Sat Feb 2 00:00:27 GMT 2008


Hi Gabriel,

I have a preliminary version of the DataSet-based reverse lookup here:

	http://dev.openstreetmap.org/~daveh/josm/

I'm a bit nervous how it ended up.  It seems a bit fragile to me.
Simply doing a

	way.addNode(node);
	some_ds.rl.doReverseLookupFun(way, node);

may or may not be the right thing to do.  It all depends on whether the
way is actually in the layer, yet.

What would you think about having OsmPrimitives store a list of the
layers in which they appear?

-- Dave





More information about the josm-dev mailing list