Project

General

Profile

1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
<ViewContextCollection version="1.0.0" xmlns="http://www.opengis.net/context" 
3
    xmlns:xlink="http://www.w3.org/1999/xlink" 
4
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
5
    xsi:schemaLocation="http://www.opengis.net http://schemas.opengis.net/context/1.0.0/collection.xsd">
6
	<!-- List of context XML URLs -->
7
	<ViewContextReference version="1.0.0" id="atlas">
8
		<Title>Atlas World base map</Title>
9
		<ContextURL>
10
			<OnlineResource xlink:type="simple" xlink:href="../data/context/atlasWorld.xml"/>
11
		</ContextURL>
12
	</ViewContextReference>
13
	<ViewContextReference version="1.0.0" id="atlas">
14
		<Title>Atlas World base map with group layers</Title>
15
		<ContextURL>
16
			<OnlineResource xlink:type="simple" xlink:href="../data/context/atlasWorldgroup.xml"/>
17
		</ContextURL>
18
	</ViewContextReference>
19
	<ViewContextReference version="1.0.0" id="demis">
20
		<Title>Demis World map</Title>
21
		<ContextURL>
22
			<OnlineResource xlink:type="simple" xlink:href="../data/context/demisWorldMap.xml"/>
23
		</ContextURL>
24
	</ViewContextReference>
25
	<ViewContextReference version="1.0.0" id="cded">
26
    <Title>Canadian Digital Elevation Data (GeoBase)</Title>
27
		<ContextURL>
28
			<OnlineResource xlink:type="simple" xlink:href="../data/context/cded.xml"/>
29
		</ContextURL>
30
	</ViewContextReference>
31
	<ViewContextReference version="1.0.0" id="lsat7Ortho">
32
		<Title>Landsat Orthorectified Imagery over Canada</Title>
33
		<ContextURL>
34
			<OnlineResource xlink:type="simple" xlink:href="../data/context/lsat7Ortho.xml"/>
35
		</ContextURL>
36
	</ViewContextReference>
37
	<ViewContextReference version="1.0.0" id="mars">
38
		<Title>Mars landings</Title>
39
		<ContextURL>
40
			<OnlineResource xlink:type="simple" xlink:href="../data/context/mars.xml"/>
41
		</ContextURL>
42
	</ViewContextReference>
43
  <ViewContextReference version="1.0.0" id="metacarta">
44
    <Title>Metacarta World map</Title>
45
    <ContextURL>
46
      <OnlineResource xlink:type="simple" xlink:href="../data/context/metacartaWorldMap.xml"/>
47
    </ContextURL>
48
  </ViewContextReference>
49
	<ViewContextReference version="1.0.0" id="modisWorldMosaic">
50
    <Title>MODIS world mosaic</Title>
51
		<ContextURL>
52
			<OnlineResource xlink:type="simple" xlink:href="../data/context/modisWorld.xml"/>
53
		</ContextURL>
54
	</ViewContextReference>
55
	<ViewContextReference version="1.0.0" id="radarsatMosaicCanada">
56
    <Title>Radarsat Mosaic of Canada</Title>
57
		<ContextURL>
58
			<OnlineResource xlink:type="simple" xlink:href="../data/context/radarsatMosaic.xml"/>
59
		</ContextURL>
60
	</ViewContextReference>
61
  <ViewContextReference version="1.0.0" id="cite">
62
		<Title>Cite Reference (local geoserver)</Title>
63
		<ContextURL>
64
      <OnlineResource xlink:type="simple" xlink:href="../data/context/cite.xml"/>
65
		</ContextURL>
66
	</ViewContextReference>
67
  <ViewContextReference version="1.0.0" id="cite">
68
		<Title>Cite Reference (deegree server)</Title>
69
		<ContextURL>
70
      <OnlineResource xlink:type="simple" xlink:href="../data/context/cite_deegree.xml"/>
71
		</ContextURL>
72
	</ViewContextReference>
73
  <ViewContextReference version="1.0.0" id="sldExample">
74
		<Title>SLD param example</Title>
75
		<ContextURL>
76
      <OnlineResource xlink:type="simple" xlink:href="../data/context/SLDParamExample.xml"/>
77
		</ContextURL>
78
	</ViewContextReference>
79
  <ViewContextReference version="1.0.0" id="boston">
80
		<Title>Boston</Title>
81
		<ContextURL>
82
      <OnlineResource xlink:type="simple" xlink:href="../data/context/boston.xml"/>
83
		</ContextURL>
84
	</ViewContextReference>
85
  <ViewContextReference version="1.0.0" id="local">
86
    <Title>http://localhost:8080/geoserver</Title>
87
		<ContextURL>
88
      <OnlineResource xlink:type="simple" xlink:href="../data/context/local.xml"/>
89
		</ContextURL>
90
	</ViewContextReference>
91
	<ViewContextReference version="1.0.0" id="aafc">
92
		<Title>External server example (requires proxy script)</Title>
93
		<ContextURL>
94
			<OnlineResource xlink:type="simple" xlink:href="http://geodiscover.cgdi.ca/gdp/contexts/radarsatMosaic.xml"/>
95
		</ContextURL>
96
	</ViewContextReference>
97
</ViewContextCollection>
(13-13/28)