On Tue, 2009-11-10 at 18:37 +0100, Jiri Klement wrote:
> It's not possible to get it easily back as it was, but Way.getBBox()
> should do the caching now.

I'm not sure it's implemented yet:

    @Override
    public BBox getBBox() {
        // TODO Precalculate way bbox (and update it every time nodes are moved 
or edited)
        return new BBox(this);
    }

but I'll go take a look.

BTW, thanks for all of the QuadBuckets cleanups, especially with the
generics around the Collection implementation.  You taught me a few
things. :)

-- Dave


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

Reply via email to