forked from NASAWorldWind/WorldWindJava
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathRasterServerConfiguration.xml
36 lines (36 loc) · 1.54 KB
/
RasterServerConfiguration.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<RasterServer version="1.0">
<Sector>
<SouthWest>
<LatLon latitude="-50.0" longitude="178.0" units="degrees"/>
</SouthWest>
<NorthEast>
<LatLon latitude="-47.0" longitude="180.0" units="degrees"/>
</NorthEast>
</Sector>
<Property name="gov.nasa.worldwind.avkey.DisplayName" value="Desktop DTEDfromSTL 30m DTED2 Elevations"/>
<Property name="gov.nasa.worldwind.avkey.DatasetNameKey" value="Desktop DTEDfromSTL 30m DTED2 Elevations"/>
<Property name="gov.nasa.worldwind.avkey.DataCacheNameKey" value="Desktop DTEDfromSTL 30m DTED2 Elevations"/>
<Sources>
<Source path="/Users/tag/Desktop/DTEDfromSTL/30m DTED2/s48 e179.dt2" type="file">
<Sector>
<SouthWest>
<LatLon latitude="-48.0" longitude="179.0" units="degrees"/>
</SouthWest>
<NorthEast>
<LatLon latitude="-47.0" longitude="180.0" units="degrees"/>
</NorthEast>
</Sector>
</Source>
<Source path="/Users/tag/Desktop/DTEDfromSTL/30m DTED2/s50 e178.dt2" type="file">
<Sector>
<SouthWest>
<LatLon latitude="-50.0" longitude="178.0" units="degrees"/>
</SouthWest>
<NorthEast>
<LatLon latitude="-49.0" longitude="179.0" units="degrees"/>
</NorthEast>
</Sector>
</Source>
</Sources>
</RasterServer>