Statistics
| Revision:

gvsig-3d / 2.1 / branches / org.gvsig.view3d_vector_and_extrusion_2.3 / org.gvsig.view3d / org.gvsig.view3d / org.gvsig.view3d.swing / org.gvsig.view3d.swing.impl / src / main / resources / layers / BMNGWMSLayer2.xml @ 734

History | View | Annotate | Download (2.29 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  ~ Copyright (C) 2012 United States Government as represented by the Administrator of the
4
  ~ National Aeronautics and Space Administration.
5
  ~ All Rights Reserved.
6
  -->
7

    
8
<!--Blue Marble Next generation 2004 + Bathymetry imagery, using the default month (May).-->
9
<!--$Id: BMNGWMSLayer2.xml 1382 2013-05-31 00:37:46Z tgaskins $-->
10
<Layer version="1" layerType="TiledImageLayer">
11
    <DisplayName>Blue Marble May 2004</DisplayName>
12
    <Service serviceName="OGC:WMS" version="1.3">
13
        <GetCapabilitiesURL>https://worldwind25.arc.nasa.gov/wms</GetCapabilitiesURL>
14
        <GetMapURL>https://worldwind25.arc.nasa.gov/wms</GetMapURL>
15
        <LayerNames>BlueMarble-200405</LayerNames>
16
    </Service>
17
    <RetrievePropertiesFromService>true</RetrievePropertiesFromService>
18
    <!-- day month year hours:minutes:seconds timezone -->
19
    <DataCacheName>Earth/BMNGWMS2/BMNG(Shaded + Bathymetry) Tiled - Version 1.1 - 5.2004</DataCacheName>
20
    <ImageFormat>image/jpeg</ImageFormat>
21
    <AvailableImageFormats>
22
        <ImageFormat>image/jpeg</ImageFormat>
23
        <ImageFormat>image/png</ImageFormat>
24
    </AvailableImageFormats>
25
    <FormatSuffix>.dds</FormatSuffix>
26
    <NumLevels count="5" numEmpty="0"/>
27
    <TileOrigin>
28
        <LatLon units="degrees" latitude="-90" longitude="-180"/>
29
    </TileOrigin>
30
    <LevelZeroTileDelta>
31
        <LatLon units="degrees" latitude="36" longitude="36"/>
32
    </LevelZeroTileDelta>
33
    <TileSize>
34
        <Dimension width="512" height="512"/>
35
    </TileSize>
36
    <Sector>
37
        <SouthWest>
38
            <LatLon units="degrees" latitude="-90" longitude="-180"/>
39
        </SouthWest>
40
        <NorthEast>
41
            <LatLon units="degrees" latitude="90" longitude="180"/>
42
        </NorthEast>
43
    </Sector>
44
    <ForceLevelZeroLoads>true</ForceLevelZeroLoads>
45
    <RetainLevelZeroTiles>true</RetainLevelZeroTiles>
46
    <UseTransparentTextures>false</UseTransparentTextures>
47
    <RetrievalTimeouts>
48
        <ReadTimeout>
49
            <Time units="milliseconds" value="30000"/>
50
        </ReadTimeout>
51
    </RetrievalTimeouts>
52
    <!-- The following lines are included just to show how to set the values to other than their defaults -->
53
    <MaxAbsentTileAttempts>2</MaxAbsentTileAttempts>
54
    <MinAbsentTileCheckInterval>1000</MinAbsentTileCheckInterval>
55
</Layer>