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.opengeospatial.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="demis">
14
		<Title>Demis World map</Title>
15
		<ContextURL>
16
			<OnlineResource xlink:type="simple" xlink:href="../data/context/demisWorldMap.xml"/>
17
		</ContextURL>
18
	</ViewContextReference>
19
	<ViewContextReference version="1.0.0" id="cded">
20
    <Title>Canadian Digital Elevation Data (GeoBase)</Title>
21
		<ContextURL>
22
			<OnlineResource xlink:type="simple" xlink:href="../data/context/cded.xml"/>
23
		</ContextURL>
24
	</ViewContextReference>
25
	<ViewContextReference version="1.0.0" id="lsat7Ortho">
26
		<Title>Landsat Orthorectified Imagery over Canada</Title>
27
		<ContextURL>
28
			<OnlineResource xlink:type="simple" xlink:href="../data/context/lsat7Ortho.xml"/>
29
		</ContextURL>
30
	</ViewContextReference>
31
	<ViewContextReference version="1.0.0" id="mars">
32
		<Title>Mars landings</Title>
33
		<ContextURL>
34
			<OnlineResource xlink:type="simple" xlink:href="../data/context/mars.xml"/>
35
		</ContextURL>
36
	</ViewContextReference>
37
	<ViewContextReference version="1.0.0" id="modisWorldMosaic">
38
    <Title>MODIS world mosaic</Title>
39
		<ContextURL>
40
			<OnlineResource xlink:type="simple" xlink:href="../data/context/modisWorld.xml"/>
41
		</ContextURL>
42
	</ViewContextReference>
43
	<ViewContextReference version="1.0.0" id="radarsatMosaicCanada">
44
    <Title>Radarsat Mosaic of Canada</Title>
45
		<ContextURL>
46
			<OnlineResource xlink:type="simple" xlink:href="../data/context/radarsatMosaic.xml"/>
47
		</ContextURL>
48
	</ViewContextReference>
49
  <ViewContextReference version="1.0.0" id="cite">
50
		<Title>Cite Reference (local geoserver)</Title>
51
		<ContextURL>
52
      <OnlineResource xlink:type="simple" xlink:href="../data/context/cite.xml"/>
53
		</ContextURL>
54
	</ViewContextReference>
55
  <ViewContextReference version="1.0.0" id="cite">
56
		<Title>Cite Reference (deegree server)</Title>
57
		<ContextURL>
58
      <OnlineResource xlink:type="simple" xlink:href="../data/context/cite_deegree.xml"/>
59
		</ContextURL>
60
	</ViewContextReference>
61
  <ViewContextReference version="1.0.0" id="sldExample">
62
		<Title>SLD param example</Title>
63
		<ContextURL>
64
      <OnlineResource xlink:type="simple" xlink:href="../data/context/SLDParamExample.xml"/>
65
		</ContextURL>
66
	</ViewContextReference>
67
  <ViewContextReference version="1.0.0" id="boston">
68
		<Title>Boston</Title>
69
		<ContextURL>
70
      <OnlineResource xlink:type="simple" xlink:href="../data/context/boston.xml"/>
71
		</ContextURL>
72
	</ViewContextReference>
73
  <ViewContextReference version="1.0.0" id="local">
74
    <Title>http://localhost:8080/geoserver</Title>
75
		<ContextURL>
76
      <OnlineResource xlink:type="simple" xlink:href="../data/context/local.xml"/>
77
		</ContextURL>
78
	</ViewContextReference>
79
	<ViewContextReference version="1.0.0" id="aafc">
80
		<Title>External server example (requires proxy script)</Title>
81
		<ContextURL>
82
			<OnlineResource xlink:type="simple" xlink:href="http://geodiscover.cgdi.ca/gdp/contexts/radarsatMosaic.xml"/>
83
		</ContextURL>
84
	</ViewContextReference>
85
  
86
</ViewContextCollection>
(9-9/16)