mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
21 lines
661 B
XML
21 lines
661 B
XML
<GDAL_WMS>
|
|
<Service name="TiledWMS">
|
|
<ServerUrl>http://onmoon.lmmp.nasa.gov/raw/wms.cgi?</ServerUrl>
|
|
<TiledGroupName>Lunar Elevation v2, half meters</TiledGroupName>
|
|
<!--
|
|
Lunar Elevation v2
|
|
-->
|
|
</Service>
|
|
<DataWindow>
|
|
<UpperLeftX>-180.0</UpperLeftX>
|
|
<UpperLeftY>90</UpperLeftY>
|
|
<LowerRightX>180.0</LowerRightX>
|
|
<LowerRightY>-90</LowerRightY>
|
|
<TileLevel>24</TileLevel>
|
|
<TileCountX>2</TileCountX>
|
|
<TileCountY>1</TileCountY>
|
|
<YOrigin>top</YOrigin>
|
|
</DataWindow>
|
|
<BlockSizeX>512</BlockSizeX>
|
|
<BlockSizeY>512</BlockSizeY>
|
|
</GDAL_WMS> |