ola.xml
1 |
<GDAL_WMS>
|
---|---|
2 |
<Service name="TMS"> |
3 |
<ServerUrl>http://tile.openstreetmap.org/${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>19</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>
|