Skip to content

Instantly share code, notes, and snippets.

@aaronr
Created April 2, 2015 17:11
Show Gist options
  • Save aaronr/65a62d072ab472090c22 to your computer and use it in GitHub Desktop.
Save aaronr/65a62d072ab472090c22 to your computer and use it in GitHub Desktop.
mapbox.xml - Replace mapbox key with yourown
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>http://a.tiles.mapbox.com/v3/reprojected.ldn521ho/${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:3857</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