Project

General

Profile

1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
2
<OWSContext
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
  xmlns:sld="http://www.opengis.net/sld"
7
  xmlns:ogc="http://www.opengis.net/ogc"
8
  xmlns:ows="http://www.opengis.net/ows"
9
  xmlns:param="http;//www.opengis.net/param"
10
  version="0.0.13"
11
  id="ows-context-tie"
12
  xsi:schemaLocation="http://www.opengis.net/oc oc_0_0_13.xsd">
13
  
14
  <General>
15
    <Window width="400" height="300"/>
16
    <ows:BoundingBox crs="EPSG:4326">
17
      <ows:LowerCorner>-142 40</ows:LowerCorner>
18
      <ows:UpperCorner>-52 85</ows:UpperCorner>
19
    </ows:BoundingBox>
20
    <Title xml:lang="en">Simple World Context</Title>
21
    <KeywordList>
22
      <Keyword>world</Keyword>
23
    </KeywordList>
24
  </General>
25
  <ResourceList>
26
    <!--
27
    <Layer queryable="1" hidden="0">
28
      <Server service="WMS" version="1.0.0" title="OGC:WMS">
29
        <OnlineResource xlink:type="simple" xlink:href="http://labs.metacarta.com/wms/vmap0"/>
30
      </Server>
31
      <Name>basic</Name>
32
      <Title>World Basemap</Title>
33
      <SRS>EPSG:4326</SRS>
34
      <FormatList>
35
        <Format>image/jpeg</Format>
36
        <Format>image/png</Format>
37
        <Format>image/gif</Format>
38
        <Format current="1">image/png; mode=24bit</Format>
39
        <Format>image/wbmp</Format>
40
        <Format>image/tiff</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

    
51
    <Layer hidden="0">
52
      <Server service="WMS" version="1.1.1" title="WMS">
53
        <OnlineResource method="POST" xlink:type="simple" xlink:href="http://atlas.nrcan.gc.ca/cgi-bin/toporamawms_en"/>
54
      </Server>
55
      <Name>wms_atlasofcanada_eng</Name>
56
      <Title>CGDI NRCan WMS</Title>
57
      <Abstract></Abstract>
58
      <SRS>EPSG:4326</SRS>
59
    </Layer>
60

    
61
   </ResourceList>
62
</OWSContext>
(12-12/19)