ya.xml

Nikolay Lebedev, 2016-05-23 01:15 AM

Download (813 Bytes)

 
1
<GDAL_WMS>
2
  <Service name="TMS">
3
    <ServerUrl>http://sat.maps.yandex.net/tiles?l=sat&amp;x=${x}&amp;y=${y}&amp;z=${z}</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:3395</Projection>
16
    <BlockSizeX>256</BlockSizeX>
17
    <BlockSizeY>256</BlockSizeY>
18
  <MaxConnections>4</MaxConnections>
19
  <BandsCount>3</BandsCount>
20
  <ZeroBlockHttpCodes>499,204,404</ZeroBlockHttpCodes>
21
  <ZeroBlockOnServerException>true</ZeroBlockOnServerException>
22
  <Cache/> 
23
</GDAL_WMS>