Skip to content

Instantly share code, notes, and snippets.

@jikuja
Created October 26, 2015 21:36
Show Gist options
  • Save jikuja/c82e071c9284ca1280e4 to your computer and use it in GitHub Desktop.
Save jikuja/c82e071c9284ca1280e4 to your computer and use it in GitHub Desktop.
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>http://tiles.kartat.kapsi.fi/peruskartta_3067/${z}/${x}/${y}.jpg</ServerUrl>
<SRS>EPSG:3067</SRS>
</Service>
<DataWindow>
<UpperLeftX>-548576.000000</UpperLeftX>
<UpperLeftY>8388608.000000</UpperLeftY>
<LowerRightX>1548576.000000</LowerRightX>
<LowerRightY>6291456.000000</LowerRightY>
<TileLevel>20</TileLevel>
<TileCountX>1</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>top</YOrigin>
</DataWindow>
<Projection>EPSG:3067</Projection>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
<BandsCount>3</BandsCount>
<Cache>
<Path>c:\gdalwmscache</Path>
</Cache>
</GDAL_WMS>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment