<div dir="ltr">am trying to use my own map tiles with qgis, but seems like i need to configure the tilecache to be able to receive requests from wms;<br> <br>i am using Quantum gis 1.8.0 with gdal 1.7.0<br><br>when i load my xml file with quantum gis using "add raster layer" icon, i get nothin, notice that am specifying the local directory of my map tiles;<br>
<ServerUrl>file:///home/mytiles/${z}/${x}/${y}.png</ServerUrl><br><br>this is my xml file:<br><br><GDAL_WMS><br>
<Service name="TMS"><br>
<ServerUrl>file:///mytiles/${<div id=":9f">z}/${x}/${y}.png</ServerUrl><br>
<div class="im"> </Service><br>
<DataWindow><br>
<UpperLeftX>-20037508.34</UpperLeftX><br>
<UpperLeftY>20037508.34</UpperLeftY><br>
<LowerRightX>20037508.34</LowerRightX><br>
<LowerRightY>-20037508.34</LowerRightY><br>
</div> <TileLevel>18</TileLevel><br>
<div class="im"> <TileCountX>1</TileCountX><br>
<TileCountY>1</TileCountY><br>
<YOrigin>top</YOrigin><br>
</DataWindow><br>
</div> <Projection>EPSG:900913</Projection><br>
<div class="im"> <BlockSizeX>256</BlockSizeX><br>
<BlockSizeY>256</BlockSizeY><br>
<BandsCount>3</BandsCount><br>
<Cache /><br>
</GDAL_WMS></div></div><br>so am not really sure how can i set up the tilecache to get the requests from wms server in qgis;<br>am new with gis technology so i appreciate any help or direction :)<br></div>