s.xml
1 |
<GDAL_WMS>
|
---|---|
2 |
<Service name="TMS"> |
3 |
<ServerUrl>http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/${z}/${y}/${x}</ServerUrl> |
4 |
</Service>
|
5 |
<DataWindow>
|
6 |
<UpperLeftX>-20037508.34278700</UpperLeftX> |
7 |
<UpperLeftY>20037508.34278700</UpperLeftY> |
8 |
<LowerRightX>20037508.34278100</LowerRightX> |
9 |
<LowerRightY>-20037508.34278100</LowerRightY> |
10 |
<TileLevel>19</TileLevel> |
11 |
<TileCountX>1</TileCountX> |
12 |
<YOrigin>top</YOrigin> |
13 |
</DataWindow>
|
14 |
<Projection>EPSG:3857</Projection> |
15 |
<BlockSizeX>256</BlockSizeX> |
16 |
<BlockSizeY>256</BlockSizeY> |
17 |
<Cache /> |
18 |
</GDAL_WMS>
|