[OSM-talk] Local WMS server?
Frederik Ramm
frederik at remote.org
Sun Nov 4 23:25:37 GMT 2007
Hi,
> However, as far as I can tell, JOSM doesn't really have features to
> store downloaded WMS imagery between invocations. (So I'd need to
> download it all before we started and hope JOSM didn't crash.)
True.
> Is this true? If so, is there another option, like running my own local
> WMS server? I don't know much about it, but my naive assumption is that
> a personal WMS server would be a directory full of correctly-named
> images, a copy of Apache and a fairly simple Perl script. Is that right?
False, sadly.
Even in the minuscle subset of WMS query that JOSM uses, it will
exactly specify the bounding box it wants, and the WMS server is
expected to deliver exactly that. So if you managed to configure a
proxy or something that would store the images, this would only work
if the image you have exactly fits the current map view in JOSM,
otherwise it means "file not found".
This is really something that needs to be solved in the JOSM WMS
plugin. It is not a lot of work really; the WMS plugin would just have
to be able to create a file and serialize all currently displayed
images into it. It just hasn't been done yet.
Bye
Frederik
--
Frederik Ramm ## eMail frederik at remote.org ## N49°00.09' E008°23.33'
More information about the talk
mailing list