forked from NASAWorldWind/WorldWindJava
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLOLAColor.xml
More file actions
54 lines (53 loc) · 2.39 KB
/
LOLAColor.xml
File metadata and controls
54 lines (53 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2012 United States Government as represented by the Administrator of the
~ National Aeronautics and Space Administration.
~ All Rights Reserved.
-->
<!-- This shaded relief was created by USGS originally for the Lunar Mapping and Modeling Project (LMMP). The input used the Lunar Reconnaissance Orbiter (LRO) Lunar Orbiter Laser Altimeter (LOLA)
digital elevation model by Goddard Space Flight Center as released in 2013 at 256ppd. -->
<Layer version="1" layerType="TiledImageLayer">
<DisplayName>LOLA Color Shaded Relief</DisplayName>
<Service serviceName="OGC:WMS" version="1.3">
<GetCapabilitiesURL>https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/earth/moon_simp_cyl.map</GetCapabilitiesURL>
<GetMapURL>https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/earth/moon_simp_cyl.map</GetMapURL>
<LayerNames>LOLA_color</LayerNames>
</Service>
<RetrievePropertiesFromService>true</RetrievePropertiesFromService>
<DataCacheName>Moon/LOLA_Color</DataCacheName>
<ImageFormat>image/jpeg</ImageFormat>
<AvailableImageFormats>
<ImageFormat>image/jpeg</ImageFormat>
<ImageFormat>image/png</ImageFormat>
</AvailableImageFormats>
<FormatSuffix>.dds</FormatSuffix>
<NumLevels count="5" numEmpty="0"/>
<TileOrigin>
<LatLon units="degrees" latitude="-90" longitude="-180"/>
</TileOrigin>
<LevelZeroTileDelta>
<LatLon units="degrees" latitude="36" longitude="36"/>
</LevelZeroTileDelta>
<TileSize>
<Dimension width="512" height="512"/>
</TileSize>
<Sector>
<SouthWest>
<LatLon units="degrees" latitude="-90" longitude="-180"/>
</SouthWest>
<NorthEast>
<LatLon units="degrees" latitude="90" longitude="180"/>
</NorthEast>
</Sector>
<ForceLevelZeroLoads>true</ForceLevelZeroLoads>
<RetainLevelZeroTiles>true</RetainLevelZeroTiles>
<UseTransparentTextures>false</UseTransparentTextures>
<RetrievalTimeouts>
<ReadTimeout>
<Time units="milliseconds" value="30000"/>
</ReadTimeout>
</RetrievalTimeouts>
<!-- The following lines are included just to show how to set the values to other than their defaults -->
<MaxAbsentTileAttempts>2</MaxAbsentTileAttempts>
<MinAbsentTileCheckInterval>1000</MinAbsentTileCheckInterval>
</Layer>