Created
September 22, 2014 20:59
-
-
Save wildintellect/b85e3fac624c5f93a7aa to your computer and use it in GitHub Desktop.
GDAL TMS Definition for OpenCycleMap tiles based on http://www.3liz.com/blog/rldhont/index.php?post/2012/07/17/OpenStreetMap-Tiles-in-QGIS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<GDAL_WMS> | |
<Service name="TMS"> | |
<ServerUrl>http://c.tile.thunderforest.com/cycle/${z}/${x}/${y}.png</ServerUrl> | |
</Service> | |
<DataWindow> | |
<UpperLeftX>-20037508.34</UpperLeftX> | |
<UpperLeftY>20037508.34</UpperLeftY> | |
<LowerRightX>20037508.34</LowerRightX> | |
<LowerRightY>-20037508.34</LowerRightY> | |
<TileLevel>18</TileLevel> | |
<TileCountX>1</TileCountX> | |
<TileCountY>1</TileCountY> | |
<YOrigin>top</YOrigin> | |
</DataWindow> | |
<Projection>EPSG:3785</Projection> | |
<BlockSizeX>256</BlockSizeX> | |
<BlockSizeY>256</BlockSizeY> | |
<BandsCount>3</BandsCount> | |
<Cache /> | |
</GDAL_WMS> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment