Guest User

Untitled

a guest
Apr 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <GDAL_WMS>
  2. <Service name="TMS">
  3. <ServerUrl>file:///vdata/myTMS/${z}/${x}/${y}.png</ServerUrl>
  4. <Format>png</Format>
  5. <Transparent>TRUE</Transparent>
  6. </Service>
  7. <DataWindow>
  8. <UpperLeftX>-20037508.34</UpperLeftX>
  9. <UpperLeftY>20037508.34</UpperLeftY>
  10. <LowerRightX>20037508.34</LowerRightX>
  11. <LowerRightY>-20037508.34</LowerRightY>
  12. <TileLevel>11</TileLevel>
  13. <TileCountX>1</TileCountX>
  14. <TileCountY>1</TileCountY>
  15. <YOrigin>bottom</YOrigin>
  16. </DataWindow>
  17. <Projection>EPSG:3857</Projection>
  18. <BlockSizeX>256</BlockSizeX>
  19. <BlockSizeY>256</BlockSizeY>
  20. <BandsCount>4</BandsCount>
  21. </GDAL_WMS>
Add Comment
Please, Sign In to add comment