Re: [josm-dev] [PATCH] SlippyMap plugin engancements

2009-04-20 Thread Stefan Breunig
In any case, attach your patches to Trac or Dirk will probably forget about them and never check them in :) Greetings xeen On Mon, Apr 20, 2009 at 12:52, Jan Peter Stotz wrote: > Dave Hansen wrote: >> Also, has anyone tried adding some caching to the tile fetching?  I'm >> using a local squid ca

Re: [josm-dev] [PATCH] SlippyMap plugin engancements

2009-04-20 Thread Jan Peter Stotz
Dave Hansen wrote: > Also, has anyone tried adding some caching to the tile fetching? I'm > using a local squid cache which makes things much nicer, but I'm sure it > would be even better to have something internal to the plugin. May be you can reuse some party of JMapViewer/SlippyMapChooser. If

Re: [josm-dev] [PATCH] SlippyMap plugin engancements

2009-04-19 Thread Dave Hansen
On Sun, 2009-04-19 at 21:40 +0200, Ľubomír Varga wrote: > I have on mind some of this improvements, like limiting max cache ussage, > idealy by memmory. Yeah, that was my first thought, too. But, the Image class seems pretty weak. I don't know any good ways in java of querying object sizes. >

[josm-dev] [PATCH] SlippyMap plugin engancements

2009-04-19 Thread Dave Hansen
With the API down, I'm a little bored. So, I hacked up the SlippyMap plugin a bit. If anything here looks interesting, I'd be happy to break this out into some slightly more manageable pieces. Also, has anyone tried adding some caching to the tile fetching? I'm using a local squid cache which m