<div dir="ltr">okey this is really confusing i dont know if am in the right track i just need a direction where to start with;<br>all
 what am trying to do is loading my own offline tiles into qgis to be 
able to zoom in and out pan ..etc instead of implementing everything 
from scratch;<br><br>so this is all what i have been doing:<br>1) i 
converted my geotiff to tiles through gdal2tiles and i got my tiles 
which is a set of files, and as i mentioned in my last email this is how
 my folder looks like:<br><br>= 5 (zoom level 5)<br>==> 20 (x)<br>===> 18.png (y)<br>.<br>
.<br>.<br>= 13 (zoom level 13)<br>==> 5253 (x)<br>===> 4618.png (y)<br><br>now
 i wanna know if i can load my tiles without using tilecache or 
mapserver coz as i said i dont need to view my map as a web based 
application;<br><br>can u tell me how did you manage to make it work with the following xml file ?<br><br><GDAL_WMS><br>
     <Service name="TMS"><br>
         <ServerUrl>file:///mytiles/${z}/${x}/${y}.png</ServerUrl><br>
     </Service><br>
     <DataWindow><br>
         <UpperLeftX>-20037508.34</UpperLeftX><br><div class="h5">
         <UpperLeftY>20037508.34</UpperLeftY><br>
         <LowerRightX>20037508.34</LowerRightX><br>
         <LowerRightY>-20037508.34</LowerRightY><br>
<br>
         <TileLevel>18</TileLevel><br>
         <TileCountX>1</TileCountX><br>
         <TileCountY>1</TileCountY><br>
         <YOrigin>top</YOrigin><br>
     </DataWindow><br>
<br>
     <Projection>EPSG:900913</Projection><br>
     <BlockSizeX>256</BlockSizeX><br>
     <BlockSizeY>256</BlockSizeY><br>
     <BandsCount>3</BandsCount><br>
     <Cache /><br> 
</GDAL_WMS><br><br>what configuration did u use to make it work ?<br></div><br><br><div class="gmail_quote">On Mon, Sep 24, 2012 at 5:14 PM, leena S <span dir="ltr"><<a href="mailto:qgis.dev0001@gmail.com" target="_blank">qgis.dev0001@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">ok now i am using Quantum gis 1.8.0 with gdal1.7.0<br><br>when i load my xml file with quantum gis using "add raster layer" icon, i get nothin;<br>
<br>am still confused about gdal and wms server .. i dont know how does it work exactly;<div class="im"><br>
<br><ServerUrl>file:///mytiles/${z}/${x}/${y}.png</ServerUrl> <br><br></div>this is how myTiles folder looks like starting from zoom lvl 5 to 13:<br><br>= 5 (zoom level 5)<br>==> 20 (x)<br>===> 18.png (y)<br>
.<br>
.<br>.<br>= 13 (zoom level 13)<br>==> 5253 (x)<br>===> 4618.png (y)<br><br>am i missin any configuration for my tiles ? i dont really know if wms is able to get the tiles this way;<div><div class="h5"><br><br><div class="gmail_quote">
On Sun, Sep 23, 2012 at 1:38 PM, Nathan Woodrow <span dir="ltr"><<a href="mailto:madmanwoo@gmail.com" target="_blank">madmanwoo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On Sun, Sep 23, 2012 at 7:26 PM, leena S <<a href="mailto:qgis.dev0001@gmail.com" target="_blank">qgis.dev0001@gmail.com</a>> wrote:<br>


> thanks for your reply, i updated my xml file but all what i get is a black<br>
> screen when i load my xml file as a raster layer in qgis;<br>
> am usin qgis version 1.4.0 with gdal 1.7.0;<br>
><br>
> my OS is ubuntu 11.04<br>
<br>
</div>For a start I would suggest updating to a newer version of QGIS. 1.4<br>
is very very old.<br>
<span><font color="#888888"><br>
- Nathan<br>
</font></span></blockquote></div><br></div></div></div>
</blockquote></div><br></div>