[Openstreetmap-dev] Cache the whole world.
Tom Carden
tom at tom-carden.co.uk
Thu Feb 16 09:44:46 GMT 2006
> Hi
>
> moved to dev again..
>
>> The biggest problem is that no one has written a "this lat/lon belongs
to these tiles" tool.
>
I have done this is Javascript, but we need to be able to do it server
side and generate the *exact* same URLs. Lars is correct that the float
precision and print format will matter here. A quick attempt I made to do
the same thing in Java generated different URLs, and Steve's applet tiling
scheme is different to the javascript one so they can't share tile cache
even if we move GPS track drawing to the applet.
> I don't understand the problem... Aren't the tiles given by lat/lon
boundaries? Almost every WMS map server take this as url parameter (in
fact, OSM seems to be the only I've seen using something like
> center+zoom).
>
Yes. The problem is, for a given lat/long (the location of a recent
edit), what are the *exact* URLs of all the tiles that need refreshing?
Tom.
More information about the dev
mailing list