mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 23:39:26 -05:00
20 lines
505 B
XML
20 lines
505 B
XML
<GDAL_WMS>
|
|
<Service name="TMS">
|
|
<ServerUrl>http://tile.openstreetmap.org/${z}/${x}/${y}.png</ServerUrl>
|
|
</Service>
|
|
<DataWindow>
|
|
<UpperLeftX>-180</UpperLeftX>
|
|
<UpperLeftY>90</UpperLeftY>
|
|
<LowerRightX>180</LowerRightX>
|
|
<LowerRightY>-90</LowerRightY>
|
|
<TileLevel>18</TileLevel>
|
|
<TileCountX>1</TileCountX>
|
|
<TileCountY>1</TileCountY>
|
|
<YOrigin>top</YOrigin>
|
|
</DataWindow>
|
|
<Projection>EPSG:4326</Projection>
|
|
<BlockSizeX>256</BlockSizeX>
|
|
<BlockSizeY>256</BlockSizeY>
|
|
<BandsCount>3</BandsCount>
|
|
<Cache/>
|
|
</GDAL_WMS> |