I am not aware of any WMS servers that let you query (via WMS) for an image of arbitrary extent, and use tiles (local or remote) as source data.<div><br></div><div>The only thing I've personally come across that seems like it might fill the bill is ws-compose (part of modest maps codebase). With ws-compose.py running as a service, you can basically give it some arbitrary extent and image size and a service provider for the tiles, and it will get the appropriate tiles and stitch them together. </div>
<div><br></div><div>You may want to take a look at the branch that is within <a href="http://github.com/mikelmaron/paperwalking">http://github.com/mikelmaron/paperwalking</a> for a version that has some ability to pass in service provider info via the url request (tho not using wms syntax). This version also lets you stack different providers' tiles on top of eachother (kinda like cascading wms). <br>
<div><br><div> -Josh<br>
<br><br><div class="gmail_quote">On Tue, Sep 15, 2009 at 7:39 AM, Simone Gadenz <span dir="ltr"><<a href="mailto:gadenz@gmail.com">gadenz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello!<br><br>I am looking for a WMS server that can consume a TC cache and provide images of an arbitrary extent. <br><br>According to the documentation each tile can be called using a WMS syntax. For the short test I have done there is no possibility of calling images with an arbitrary extent through that interface. <br>
<br>I found GDAL has a minidriver for accessing WMS-C caches but again for the test it seems it works only for accessing a single tile. I might be wrong since i did not understand fully the configuration.<br><br>Going to the point, I would like to understand how hard would be to implement a WMS getmap interface into the TileCache, and in case what is the best strategy. I saw a WMS.py under the service folder. is thet the right point to start?<br>
<br>Thanks<br><font color="#888888"><br>S<br><br><br>
</font><br>_______________________________________________<br>
Tilecache mailing list<br>
<a href="mailto:Tilecache@openlayers.org">Tilecache@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/tilecache" target="_blank">http://openlayers.org/mailman/listinfo/tilecache</a><br>
<br></blockquote></div><br></div></div></div>