<br>Hello all,<br><br>I've installed tilecache with mod_python recently, but I cannot get very far, regarding the use of the "capabilities" the service advertises.<br><br>According to the TMS specification (<a href="http://wiki.osgeo.org/index.php/Tile_Map_Service_Specification">
http://wiki.osgeo.org/index.php/Tile_Map_Service_Specification</a>), a request on <br><a href="http://labs.metacarta.com/wms-c/Basic.py/1.0.0">http://labs.metacarta.com/wms-c/Basic.py/1.0.0</a> should advertise tile maps at the URLs of the form:
<br><br> <a href="http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast">http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast</a><br clear="all"> <a href="http://labs.metacarta.com/wms-c/Basic.py/1.0.0/basic">
http://labs.metacarta.com/wms-c/Basic.py/1.0.0/basic</a><br><br>but it does advertise URLs of the form:<br><br>
<a href="http://labs.metacarta.com/wms-c/Basic.py/1.0.0/1.0.0/linktothepast">http://labs.metacarta.com/wms-c/Basic.py/1.0.0/1.0.0/linktothepast</a><br clear="all">
<a href="http://labs.metacarta.com/wms-c/Basic.py/1.0.0/1.0.0/basic">http://labs.metacarta.com/wms-c/Basic.py/1.0.0/1.0.0/basic</a><br><br>instead.<br>Those urls are clearly wrong, and the server errors on requests at those. Removing the second, duplicate "
1.0.0/" makes it work fine.<br><br>Now, if I use the URL: <a href="http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast">http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast</a><br>The tile sets advertised have (even) weird(er) URLs:
<br><br><a href="http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast/1.0.0/linktothepast/0">http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast/1.0.0/linktothepast/0</a><br>
<a href="http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast/1.0.0/linktothepast/1">http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast/1.0.0/linktothepast/1</a><br><a href="http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast/1.0.0/linktothepast/2">
http://labs.metacarta.com/wms-c/Basic.py/1.0.0/linktothepast/1.0.0/linktothepast/2</a><br>
<br>Again, those are wrong. Removing the duplicate "1.0.0/linktothepast" makes them work ok.<br><br>Am I doing anything wrong, or is it a bug? <br><br>It seems OpenLayers builds references to the images itself, and does not need to perform such requests to the service, so I guess it might have gone unnoticed...
<br><br>Best regards,<br> A.<br><br clear="all"><br>