Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.swing / org.gvsig.view3d.swing.impl / src / main / resources / config / view3d.worldwind.layers.xml @ 455

History | View | Annotate | Download (2.6 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
<!--$Id: worldwind.layers.xml 1382 2013-05-31 00:37:46Z tgaskins $-->
8
<!--This document specifies the initial layers to load in World Wind-->
9
<!--This list can be overridden by specifying an alternate list in worldwind.xml, or by specifying an-->
10
<!--alternate configuration document-->
11
<!--See the javadoc for the Configuration class for details-->
12
<LayerList>
13
   <Layer className="gov.nasa.worldwind.layers.StarsLayer">
14
      <!--Individual properties can be specified within Layer entries, like this:-->
15
      <Property name="Name" value="Stars" />
16
   </Layer>
17
   <Layer className="gov.nasa.worldwind.layers.SkyGradientLayer" />
18
<!--    <Layer className="gov.nasa.worldwind.layers.Earth.BMNGOneImage"> -->
19
<!--         <Property name="MinActiveAltitude" value="200"/> -->
20
<!--     </Layer> -->
21
   <Layer href="layers/BMNGWMSLayer2.xml" actuate="onLoad"/>
22
   <Layer href="layers/LandsatI3WMSLayer2.xml" actuate="onLoad"/>
23
   <!--<Layer href="config/Earth/LandsatI3WMSLayer2.xml" actuate="onLoad" />-->
24
   <!--<Layer href="config/Earth/USDANAIPWMSImageLayer.xml" actuate="onRequest" />-->
25
   <!--<Layer href="config/Earth/USDANAIPUSGSWMSImageLayer.xml" actuate="onRequest" />-->
26
   <!--<Layer href="config/Earth/MSVirtualEarthAerialLayer.xml" actuate="onRequest" />-->
27
   <!--<Layer href="config/Earth/BingImagery.xml" actuate="onRequest" />-->
28
   <!--<Layer href="config/Earth/USGSTopoLowResLayer.xml" actuate="onRequest" />-->
29
   <!--<Layer href="config/Earth/USGSTopoMedResLayer.xml" actuate="onRequest" />-->
30
   <!--<Layer href="config/Earth/USGSTopoHighResLayer.xml" actuate="onRequest" />-->
31
   <!--<Layer href="config/Earth/USGSUrbanAreaOrthoLayer.xml" actuate="onRequest" />-->
32
   <!--<Layer className="gov.nasa.worldwind.layers.Earth.OSMMapnikLayer" actuate="onRequest"/>-->
33
   <!--<Layer className="gov.nasa.worldwind.layers.Earth.OSMCycleMapLayer" actuate="onRequest"/>-->
34
   <!--<Layer className="gov.nasa.worldwind.layers.Earth.CountryBoundariesLayer" actuate="onRequest" />-->
35
   <!--<Layer href="config/Earth/OpenStreetMap.xml" actuate="onRequest" />-->
36
   <!--<Layer href="config/Earth/EarthAtNightLayer.xml" actuate="onRequest" />-->
37
   <!--<Layer className="gov.nasa.worldwind.layers.Earth.NASAWFSPlaceNameLayer" />-->
38
   <Layer className="gov.nasa.worldwind.layers.WorldMapLayer" />
39
   <Layer className="gov.nasa.worldwind.layers.ScalebarLayer" />
40
   <Layer className="gov.nasa.worldwind.layers.CompassLayer" />
41
</LayerList>