Project

General

Profile

1
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
2
<ViewContext version="1.0.0"
3
			    id="eos_data_gateways"
4
			    xmlns="http://www.opengis.net/context"
5
			    xmlns:xlink="http://www.w3.org/1999/xlink"
6
			    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7
			    xsi:schemaLocation="http://www.opengis.net/context http://schemas.opengeospatial.net/context/1.0.0/context.xsd">
8
	<General>
9
		<Window width="500" height="300" />
10
    <BoundingBox SRS="EPSG:4326" minx="489154" miny="5433017" maxx="505234" maxy="5448023"/>
11
		<!--BoundingBox SRS="EPSG:4326" minx="-180.000000" miny="-90.000000" maxx="180.000000" maxy="90.000000"/-->
12
		<Title>http://localhost:8080/geoserver</Title>
13
		<KeywordList>
14
			<Keyword>EOS</Keyword>
15
			<Keyword>EOSDIS</Keyword>
16
			<Keyword>NASA</Keyword>
17
			<Keyword>CCRS</Keyword>
18
			<Keyword>CEOS</Keyword>
19
			<Keyword>OGC</Keyword>
20
		</KeywordList>
21
    <Abstract>Users default Geoserver http://geoserver.sf.net WMS/WFS</Abstract>
22
	</General>
23
	<LayerList>
24
		<Layer queryable="1" hidden="0">
25
			<Server service="OGC:WMS" version="1.1.1" title="Local">
26
				<OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/wms"/>
27
			</Server>
28
			<Name>topp:states</Name>
29
			<Title>USA Population</Title>
30
      <Abstract>USA census data.</Abstract>
31
			<SRS>EPSG:4326</SRS>
32
			<FormatList>
33
				<Format current="1">image/png</Format>
34
			</FormatList>
35
			<StyleList>
36
				<Style current="1">
37
					<Name>population</Name>
38
					<Title>population</Title>
39
				</Style>
40
			</StyleList>
41
		</Layer>
42
		<Layer queryable="1" hidden="0">
43
			<Server service="OGC:WMS" version="1.1.1" title="Local">
44
				<OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver/wms"/>
45
			</Server>
46
			<Name>topp:bc_roads</Name>
47
			<Title>BC Roads</Title>
48
			<Abstract>Some roads in British Columbia</Abstract>
49
			<SRS>EPSG:27354</SRS>
50
			<FormatList>
51
				<Format current="1">image/png</Format>
52
			</FormatList>
53
			<StyleList>
54
				<Style current="1">
55
					<Name>normal</Name>
56
					<Title>default</Title>
57
				</Style>
58
			</StyleList>
59
		</Layer>
60
	</LayerList>
61
</ViewContext> 
(10-10/16)