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="720" height="360" />
9
    <BoundingBox SRS="EPSG:4326" minx="-180" miny="-90" maxx="180" maxy="90" />
10
    <Title>Metacat Map</Title>
11
    <KeywordList>
12
      <Keyword>metacat</Keyword>
13
      <Keyword>EML</Keyword>
14
    </KeywordList>
15
    <Abstract>Interactive Map of metacat datasets.</Abstract>
16
  </General>
17
  <LayerList>
18

    
19
    <!-- <Layer queryable="0" hidden="0">
20
    <Server service="wms" version="1.1.0" title="wms">
21
    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"  xlink:type="simple" xlink:href="http://labs.metacarta.com/wms/vmap0?"/>
22
    </Server>
23
    <Name>basic</Name> 
24
    <Title>World Map</Title>
25
    <SRS>EPSG:4326</SRS>
26
    <FormatList>
27
    <Format current="1">image/png</Format>
28
    </FormatList>
29
    </Layer> 
30

    
31
        <Layer queryable="0" hidden="0">
32
            <Server service="OGC:WMS" version="1.0.0" title="OGC:WMS">
33
      <OnlineResource xlink:type="simple" xlink:href="http://www2.demis.nl/WMS/wms.asp?wms=WorldMap"/>
34
            </Server>
35
            <Name>Bathymetry,Countries,Topography,Hillshading,Coastlines,Waterbodies,Inundated,Rivers,Streams,Builtup+areas,Railroads,Highways,Roads,Trails,Borders,Cities,Settlements,Airports</Name>
36
            <Title>World Map</Title>
37
            <SRS>EPSG:4326</SRS>
38
            <FormatList>
39
                <Format current="1">image/gif</Format>
40
            </FormatList>
41
            <StyleList>
42
                <Style current="1">
43
                    <Name>default</Name>
44
                    <Title>default</Title>
45
                </Style>
46
            </StyleList>
47
        </Layer>
48
    -->
49

    
50
    <Layer queryable="0" hidden="0">
51
      <Server service="OGC:WMS" version="1.1.1"
52
      title="Countries">
53
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
54
      </Server>
55
      <Name>metacat:world_borders</Name>
56
      <Title>Countries</Title>
57
      <SRS>EPSG:4326</SRS>
58
      <FormatList>
59
        <Format current="1">image/gif</Format>
60
      </FormatList>
61
    </Layer>
62
    
63
    <Layer queryable="0" hidden="1">
64
    <Server service="wms" version="1.1.0" title="wms">
65
    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"  xlink:type="simple" xlink:href="http://wms.jpl.nasa.gov/wms.cgi?"/>
66
    </Server>
67
    <Name>global_mosaic</Name> 
68
    <!-- <Name>BMNG</Name> -->
69
    <Title>Satellite image</Title>
70
    <SRS>EPSG:4326</SRS>
71
    <StyleList>
72
      <Style current="1"><Name>visual</Name><Title>visual</Title></Style>
73
    </StyleList>
74
    <FormatList>
75
    <Format current="1">image/jpeg</Format>
76
    </FormatList>
77
    </Layer>
78

    
79
    <Layer queryable="0" hidden="0">
80
      <Server service="OGC:WMS" version="1.1.1"
81
      title="DatasetBounds">
82
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
83
      </Server>
84
      <Name>metacat:data_bounds</Name>
85
      <Title>Dataset Bounds</Title>
86
      <SRS>EPSG:4326</SRS>
87
      <FormatList>
88
        <Format current="1">image/gif</Format>
89
      </FormatList>
90
    </Layer>
91
    
92
    
93
    <Layer queryable="0" hidden="0">
94
      <Server service="OGC:WMS" version="1.1.1"
95
      title="DatasetPoints">
96
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
97
      </Server>
98
      <Name>metacat:data_points</Name>
99
      <Title>Dataset Points</Title>
100
      <SRS>EPSG:4326</SRS>
101
      <FormatList>
102
        <Format current="1">image/gif</Format>
103
      </FormatList>
104
    </Layer>
105
 
106

    
107
  </LayerList>
108
</ViewContext>
(2-2/6)