Project

General

Profile

1
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2
<ViewContext version="1.0.0" id="atlas_world"
3
xmlns="http://www.opengis.net/context"
4
xmlns:xlink="http://www.w3.org/1999/xlink"
5
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
xsi:schemaLocation="http://www.opengis.net/context http://schemas.opengis.net/context/1.0.0/context.xsd">
7
  <General>
8
    <Window width="320" height="260" />
9
    <!-- <BoundingBox SRS="EPSG:4326" minx="30" miny="-26.5" maxx="33" maxy="-21.5"/>-->
10
    <!-- <BoundingBox SRS="EPSG:4326" minx="10" miny="-40" maxx="40" maxy="-10"/> -->
11
    <BoundingBox SRS="EPSG:4326" miny = "-35" maxy = "-22" maxx = "32.5" minx = "16.5"  />
12
    <Title>South African National Parks</Title>
13
    <KeywordList>
14
      <Keyword>metacat</Keyword>
15
      <Keyword>EML</Keyword>
16
    </KeywordList>
17
    <Abstract>Low resolution.</Abstract>
18
  </General>
19
  <LayerList>
20
    
21
    <Layer queryable="0" hidden="1">
22
    <Server service="wms" version="1.1.0" title="wms">
23
    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"  xlink:type="simple" xlink:href="http://wms.jpl.nasa.gov/wms.cgi?"/>
24
    </Server>
25
    <Name>global_mosaic</Name> 
26
    <!-- <Name>BMNG</Name> -->
27
    <Title>Satellite Imagery</Title>
28
    <SRS>EPSG:4326</SRS>
29
    <FormatList>
30
    <Format current="1">image/jpeg</Format>
31
    </FormatList>
32
    </Layer>
33
   
34
	<Layer queryable="0" hidden="0">
35
      <Server service="OGC:WMS" version="1.1.1"
36
      title="countries">
37
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
38
      </Server>
39
      <Name>metacat:world_borders</Name>
40
      <Title>World Countries</Title>
41
      <SRS>EPSG:4326</SRS>
42
      <FormatList>
43
        <Format current="1">image/gif</Format>
44
      </FormatList>
45
    </Layer>
46
    
47
    <Layer queryable="0" hidden="0">
48
      <Server service="OGC:WMS" version="1.1.1"
49
      title="SANParks">
50
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
51
      </Server>
52
      <Name>sanparks:SANParks_Boundaries_gcs_wgs84</Name>
53
      <Title>SANParks Boundaries</Title>
54
      <SRS>EPSG:4326</SRS>
55
      <FormatList>
56
        <Format current="1">image/gif</Format>
57
      </FormatList>
58
    </Layer>
59
   	
60
    <Layer queryable="0" hidden="0">
61
      <Server service="OGC:WMS" version="1.1.1"
62
      title="DatasetBounds">
63
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
64
      </Server>
65
      <Name>metacat:data_bounds</Name>
66
      <Title>Dataset Bounds</Title>
67
      <SRS>EPSG:4326</SRS>
68
      <FormatList>
69
        <Format current="1">image/gif</Format>
70
      </FormatList>
71
    </Layer>
72

    
73

    
74
    <Layer queryable="0" hidden="0">
75
      <Server service="OGC:WMS" version="1.1.1"
76
      title="DatasetPoints">
77
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
78
      </Server>
79
      <Name>metacat:data_points</Name>
80
      <Title>Dataset Points</Title>
81
      <SRS>EPSG:4326</SRS>
82
      <FormatList>
83
        <Format current="1">image/gif</Format>
84
      </FormatList>
85
    </Layer>
86

    
87
    <!-- <Layer queryable="1" hidden="0">
88
      <Server service="OGC:WMS" version="1.1.1"
89
      title="Datasets">
90
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
91
      </Server>
92
      <Name>metacat:metacat_testdata</Name>
93
      <Title>Datasets</Title>
94
      <SRS>EPSG:4326</SRS>
95
      <FormatList>
96
        <Format current="1">image/png</Format>
97
      </FormatList>
98
    </Layer> -->
99
    
100
  </LayerList>
101
</ViewContext>
(2-2/6)