<div dir="ltr">i understand that i can load tiles from any web server using gdal WMS;<br>and i used <a href="http://www.gdal.org/frmt_wms.html" target="_top" rel="nofollow">http://www.gdal.org/frmt_wms.html</a> to create my xml file;<br>
<br>but instead of using google map or openstreet map tiles i wanna use my own tiles to create the raster layer;<br><br>i have tried to change the server url to localhost since i have all of my tiles locally <br> <br><GDAL_WMS><br>
    <Service name="TMS"><br>        <ServerUrl><a href="http://localhost/home/myTiles/${z}/${x}/${y}.png">http://localhost/home/myTiles/${z}/${x}/${y}.png</a></ServerUrl><br>    </Service><br>
    <DataWindow><br>        <UpperLeftX>-20037508.34</UpperLeftX><br>        <UpperLeftY>20037508.34</UpperLeftY><br>        <LowerRightX>20037508.34</LowerRightX><br>        <LowerRightY>-20037508.34</LowerRightY><br>
        <TileLevel>13</TileLevel><br>        <TileCountX>1</TileCountX><br>        <TileCountY>1</TileCountY><br>        <YOrigin>top</YOrigin><br>    </DataWindow><br>
    <Projection>EPSG:4326</Projection><br>    <BlockSizeX>256</BlockSizeX><br>    <BlockSizeY>256</BlockSizeY><br>    <BandsCount>3</BandsCount><br>    <Cache /><br></GDAL_WMS><br>
<br>however when i load this xml file to quantum gis all what i get is a black screen;<br>i am not really sure but is that the right way of doing it if i wanna use my own map tiles ?<br>i appreciate any help or direction;<br>
<br>thanks in advance; <br></div>