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="OGC:WMS" version="1.1.1"
21
      title="Countries">
22
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
23
      </Server>
24
      <Name>metacat:world_borders</Name>
25
      <Title>Countries</Title>
26
      <SRS>EPSG:4326</SRS>
27
      <FormatList>
28
        <Format current="1">image/gif</Format>
29
      </FormatList>
30
    </Layer>
31

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

    
50
    <Layer queryable="0" hidden="1">
51
    <Server service="wms" version="1.1.0" title="wms">
52
    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"  xlink:type="simple" xlink:href="http://wms.jpl.nasa.gov/wms.cgi?"/>
53
    </Server>
54
    <Name>global_mosaic</Name> 
55
    <!-- <Name>BMNG</Name> -->
56
    <Title>Satellite image</Title>
57
    <SRS>EPSG:4326</SRS>
58
    <StyleList>
59
      <Style current="1"><Name>pseudo_low</Name><Title>pseudo_low</Title></Style>
60
    </StyleList>
61
    <FormatList>
62
    <Format current="1">image/jpeg</Format>
63
    </FormatList>
64
    </Layer>
65

    
66
    <Layer queryable="0" hidden="0">
67
      <Server service="OGC:WMS" version="1.1.1"
68
      title="DatasetBounds">
69
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
70
      </Server>
71
      <Name>metacat:data_bounds</Name>
72
      <Title>Dataset Bounds</Title>
73
      <SRS>EPSG:4326</SRS>
74
      <FormatList>
75
        <Format current="1">image/gif</Format>
76
      </FormatList>
77
    </Layer>
78
    
79
    
80
    <Layer queryable="0" hidden="0">
81
      <Server service="OGC:WMS" version="1.1.1"
82
      title="DatasetPoints">
83
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
84
      </Server>
85
      <Name>metacat:data_points</Name>
86
      <Title>Dataset Points</Title>
87
      <SRS>EPSG:4326</SRS>
88
      <FormatList>
89
        <Format current="1">image/gif</Format>
90
      </FormatList>
91
    </Layer>
92
 
93

    
94
  </LayerList>
95
</ViewContext>
(2-2/8)