Project

General

Profile

1 4307 leinfelder
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
2
3
<ViewContext version="1.0.0" id="atlas_world" xmlns="http://www.opengis.net/context" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/context http://schemas.opengis.net/context/1.0.0/context.xsd">
4
5
	<General>
6
7
		<Window width="600" height="300"/>
8
9
		<BoundingBox SRS="EPSG:4326" minx="-180" miny="-90" maxx="180" maxy="90"/>
10
11
		<Title xml:lang="en">World Base Map</Title>
12
13
		<KeywordList>
14
15
			<Keyword>world</Keyword>
16
17
			<Keyword>atlas</Keyword>
18
19
		</KeywordList>
20
21
		<Abstract xml:lang="en">World Base Map.</Abstract>
22
23
	</General>
24
25
	<LayerList>
26
27
		<Layer queryable="1" hidden="0">
28
29
			<Server service="OGC:WMS" version="1.0.0" title="OGC:WMS">
30
31
      <OnlineResource xlink:type="simple" xlink:href="http://www2.demis.nl/WMS/wms.asp?wms=WorldMap"/>
32
33
			</Server>
34
35
			<Name>Bathymetry,Countries,Topography,Hillshading,Builtup+areas,Coastlines,Waterbodies,Inundated,Rivers,Streams,Railroads,Highways,Roads,Trails,Borders,Cities,Settlements,Spot+elevations,Airports,Ocean+features</Name>
36
37
			<Title>WMS 1.0</Title>
38
39
			<SRS>EPSG:4326</SRS>
40
41
			<FormatList>
42
43
				<Format current="1">image/gif</Format>
44
45
			</FormatList>
46
47
			<StyleList>
48
49
				<Style current="1">
50
51
					<Name>default</Name>
52
53
					<Title>default</Title>
54
55
				</Style>
56
57
			</StyleList>
58
59
		</Layer>
60
61
	</LayerList>
62
63
</ViewContext>