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


_______________________________________________
josm-dev mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev

Reply via email to