osmfr.xml

Etienne Trimaille, 2013-12-16 06:02 AM

Download (659 Bytes)

 
1
<GDAL_WMS>
2
    <Service name="TMS">
3
        <ServerUrl>http://a.tile.openstreetmap.fr/osmfr/${z}/${x}/${y}.png</ServerUrl>
4
    </Service>
5
    <DataWindow>
6
        <UpperLeftX>-20037508.34</UpperLeftX>
7
        <UpperLeftY>20037508.34</UpperLeftY>
8
        <LowerRightX>20037508.34</LowerRightX>
9
        <LowerRightY>-20037508.34</LowerRightY>
10
        <TileLevel>20</TileLevel>
11
        <TileCountX>1</TileCountX>
12
        <TileCountY>1</TileCountY>
13
        <YOrigin>top</YOrigin>
14
    </DataWindow>
15
    <Projection>EPSG:900913</Projection>
16
    <BlockSizeX>256</BlockSizeX>
17
    <BlockSizeY>256</BlockSizeY>
18
    <BandsCount>3</BandsCount>
19
    <Cache />
20
</GDAL_WMS>