forked from NASAWorldWind/WorldWindJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworldwind.layers.xml
More file actions
43 lines (42 loc) · 2.59 KB
/
worldwind.layers.xml
File metadata and controls
43 lines (42 loc) · 2.59 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
<?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.
-->
<!--$Id: worldwind.layers.xml 2256 2014-08-22 17:46:18Z tgaskins $-->
<!--This document specifies the initial layers to load in WorldWind-->
<!--This list can be overridden by specifying an alternate list in worldwind.xml, or by specifying an-->
<!--alternate configuration document-->
<!--See the javadoc for the Configuration class for details-->
<LayerList>
<Layer className="gov.nasa.worldwind.layers.StarsLayer">
<!--Individual properties can be specified within Layer entries, like this:-->
<Property name="Name" value="Stars"/>
</Layer>
<Layer className="gov.nasa.worldwind.layers.SkyGradientLayer"/>
<Layer className="gov.nasa.worldwind.layers.Earth.BMNGOneImage">
<Property name="MinActiveAltitude" value="3e6"/>
</Layer>
<Layer href="config/Earth/BMNGWMSLayer2.xml" actuate="onLoad"/>
<Layer href="config/Earth/LandsatI3WMSLayer2.xml" actuate="onLoad"/>
<!--<Layer href="config/Earth/USDANAIPWMSImageLayer.xml" actuate="onRequest"/>-->
<Layer href="config/Earth/USGSNAIPPlusLayer.xml" actuate="onRequest"/>
<!--<Layer href="config/Earth/MSVirtualEarthAerialLayer.xml" actuate="onRequest"/>-->
<Layer href="config/Earth/BingImagery.xml" actuate="onRequest"/>
<Layer href="config/Earth/USGSTNMTopoLayer.xml" actuate="onRequest"/>
<Layer href="config/Earth/USGSTNMTopoLargeLayer.xml" actuate="onRequest"/>
<Layer href="config/Earth/USGSTopoLowResLayer.xml" actuate="onRequest"/>
<Layer href="config/Earth/USGSTopoMedResLayer.xml" actuate="onRequest"/>
<Layer href="config/Earth/USGSTopoHighResLayer.xml" actuate="onRequest"/>
<!--<Layer className="gov.nasa.worldwind.layers.Earth.OSMMapnikLayer" actuate="onRequest"/>-->
<!--<Layer className="gov.nasa.worldwind.layers.Earth.OSMCycleMapLayer" actuate="onRequest"/>-->
<Layer className="gov.nasa.worldwind.layers.Earth.CountryBoundariesLayer" actuate="onRequest"/>
<Layer href="config/Earth/OpenStreetMap.xml" actuate="onRequest"/>
<!--<Layer href="config/Earth/WorldBordersShapefile.xml" actuate="onRequest"/>-->
<Layer href="config/Earth/EarthAtNightLayer.xml" actuate="onRequest"/>
<Layer className="gov.nasa.worldwind.layers.Earth.NASAWFSPlaceNameLayer"/>
<Layer className="gov.nasa.worldwind.layers.WorldMapLayer"/>
<Layer className="gov.nasa.worldwind.layers.ScalebarLayer"/>
<Layer className="gov.nasa.worldwind.layers.CompassLayer"/>
</LayerList>