<div dir="ltr">thanks for ur quick reply but it didnt work for me :(<br><br>i dont know if this might be a problem but i have gdal1.7 and 1.9 installed but am sure qgis is usin 1.9<br><br>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<table style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px" align="center" border="0" width="100%" cellpadding="0" cellspacing="2">
<tbody><tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">QGIS version</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">1.9.0-Master</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">QGIS code revision</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">exported</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Compiled against Qt</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">4.8.1</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Running against Qt</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">4.8.1</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Compiled against GDAL/OGR</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">1.9.1</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Running against GDAL/OGR</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">1.9.1</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">GEOS Version</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">3.3.3</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">PostgreSQL Client Version</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">9.1.5</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">SpatiaLite Version</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">3.1.0-RC2</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">QWT Version</p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">5.2.2</p></td></tr></tbody></table><br><br><div class="gmail_quote">On Mon, Oct 1, 2012 at 3:36 PM, Marco Lechner - FOSSGIS e.V. <span dir="ltr"><<a href="mailto:marco.lechner@fossgis.de" target="_blank">marco.lechner@fossgis.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>may be u need at least gdal 1.9.0 to
      use <a>file:///</a><br>
      <br>
      Read this release notes:
      <a href="http://trac.osgeo.org/gdal/wiki/Release/1.9.0-News" target="_blank">http://trac.osgeo.org/gdal/wiki/Release/1.9.0-News</a><br>
      at "WMS driver:"<br>
      <br>
      Marco<br>
      <br>
      Am 01.10.2012 13:20, schrieb leena S:<br>
    </div>
    <blockquote type="cite"><div><div class="h5">
      <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><a>file:///mytiles/$</a>{z}/${x}/${y}.png</ServerUrl><br>
             </Service><br>
             <DataWindow><br>
                 <UpperLeftX>-20037508.34</UpperLeftX><br>
        <div>
                   <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><br>
                <br>
                <ServerUrl><a>file:///mytiles/$</a>{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><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>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><div class="im"><pre>_______________________________________________
Qgis-developer mailing list
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a>
</pre>
    </div></blockquote><div class="im">
    <br>
    <br>
    <pre cols="72">-- 
+++++++++++++++++++++++++++++++++
FOSSGIS e.V.

die unabhängige Hilfe bei freier GIS-Software und freien Geodaten
<a href="http://www.fossgis.de" target="_blank">http://www.fossgis.de</a>
+++++++++++++++++++++++++++++++++
OSGeo Park auf der INTERGEO 2012

Besuchen Sie uns
vom 09.-11.10.2012 in Halle 7
+++++++++++++++++++++++++++++++++

</pre>
  </div></div>

</blockquote></div><br></div>