mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
19 lines
668 B
XML
19 lines
668 B
XML
<GDAL_WMS>
|
|
<Service name="TMS">
|
|
<ServerUrl>http://map1.vis.earthdata.nasa.gov/wmts-geo/Reference_Labels/default/2013-08-21/EPSG4326_250m/${z}/${y}/${x}.png</ServerUrl>
|
|
</Service>
|
|
<DataWindow>
|
|
<UpperLeftX>-180.0</UpperLeftX>
|
|
<UpperLeftY>90</UpperLeftY>
|
|
<LowerRightX>396.0</LowerRightX>
|
|
<LowerRightY>-198</LowerRightY>
|
|
<TileLevel>9</TileLevel>
|
|
<TileCountX>2</TileCountX>
|
|
<TileCountY>1</TileCountY>
|
|
<YOrigin>top</YOrigin>
|
|
</DataWindow>
|
|
<Projection>EPSG:4326</Projection>
|
|
<BlockSizeX>512</BlockSizeX>
|
|
<BlockSizeY>512</BlockSizeY>
|
|
<BandsCount>4</BandsCount>
|
|
</GDAL_WMS> |