Project

General

Profile

« Previous | Next » 

Revision 3041

Added by perry almost 18 years ago

Integrate map interface with knb2 skin

View differences:

lib/style/skins/knb2/spatial/map.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
<html>
3
<head>
4
<title>Metacat Spatial Option Demo</title>
5

  
6
<link rel="stylesheet" href="/style.css" type="text/css"/>
7
<link rel="stylesheet" href="./html.css" type="text/css"/>
8
<link rel="stylesheet" href="../knp.css" type="text/css"/>
9
<link rel="stylesheet" href="./map.css" type="text/css"/> 
10
<link rel='StyleSheet' type='text/css' href='../../../../spatial/mapbuilder/lib/skin/default/docsStyle.css'>
11
<link rel='StyleSheet' type='text/css' href='../../../../spatial/mapbuilder/lib/skin/default/mapStyle.css'>
12
<link rel='StyleSheet' type='text/css' href='../../../../spatial/mapbuilder/lib/skin/default/button.css'>
13
<link rel='StyleSheet' type='text/css' href='../../../../spatial/mapbuilder/lib/skin/default/scalebar-fat.css'>
14

  
15
<script src="../../knp.js" type="text/JavaScript" language="Javascript"></script>
16

  
17
<script type="text/javascript">
18
  var mbConfigUrl="config.xml";
19
</script>
20

  
21
<script type="text/javascript" src="../../../../spatial/mapbuilder/lib/Mapbuilder.js"></script>
22
</head>
23
<body onload="mbDoLoad()">
24

  
25
    <table border="0">
26
            <tr>
27
            <td colspan="2">
28
              <div id="mainMapPane" style="background-color:#b8d5f5;" />
29
              <div id="loading">
30
               <p> Loading Map
31
                <img src="../../../../spatial/mapbuilder/lib/skin/default/images/Loading.gif"/>
32
               </p>
33
             </div>
34
            </td>
35

  
36
            </tr>
37
            <tr align="left">
38
                    <td>
39

  
40
                    <table border="0" width="100%">
41
                                    <!-- <tr> <td id="locatorMap" style="display:none"/> </tr> -->
42
                                    <tr valign="top"> 
43
                                      <td id="legend" align="left"/>
44
                                      <td width="45%" align="right">
45
                                        <table>
46
                                          <tr><td id="cursorTrack" /></tr>
47
                                          <tr><td id="scalebar"/> </tr>
48
                                        </table>
49
                                      </td>
50
                                      <td align="right">
51
                                        <table>
52
                                          <tr><td id="mainButtonBar" /> </tr>
53
                                          <tr><td id="locationsSelect" /> </tr>
54
                                        </table>
55
                                      </td>
56
                                      
57
                                    </tr> 
58
                    </table>
59

  
60
                    </td>
61
            </tr>
62
            <!-- <tr> <td align="right" style="font-size:8pt;"> <a href="../../../../spatial/kml.jsp">View in Google Earth (kml)</a></td></tr> -->
63
    </table>
64

  
65

  
66
</body>
67
</html>
0 68

  
lib/style/skins/knb2/spatial/context.xml
1
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2
<ViewContext version="1.0.0" id="atlas_world"
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
xsi:schemaLocation="http://www.opengis.net/context http://schemas.opengis.net/context/1.0.0/context.xsd">
7
  <General>
8
    <Window width="720" height="360" />
9
    <BoundingBox SRS="EPSG:4326" minx="-180" miny="-90" maxx="180" maxy="90" />
10
    <Title>Metacat Map</Title>
11
    <KeywordList>
12
      <Keyword>metacat</Keyword>
13
      <Keyword>EML</Keyword>
14
    </KeywordList>
15
    <Abstract>Interactive Map of metacat datasets.</Abstract>
16
  </General>
17
  <LayerList>
18

  
19
    <!-- <Layer queryable="0" hidden="0">
20
    <Server service="wms" version="1.1.0" title="wms">
21
    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"  xlink:type="simple" xlink:href="http://labs.metacarta.com/wms/vmap0?"/>
22
    </Server>
23
    <Name>basic</Name> 
24
    <Title>World Map</Title>
25
    <SRS>EPSG:4326</SRS>
26
    <FormatList>
27
    <Format current="1">image/png</Format>
28
    </FormatList>
29
    </Layer> 
30

  
31
        <Layer queryable="0" hidden="0">
32
            <Server service="OGC:WMS" version="1.0.0" title="OGC:WMS">
33
      <OnlineResource xlink:type="simple" xlink:href="http://www2.demis.nl/WMS/wms.asp?wms=WorldMap"/>
34
            </Server>
35
            <Name>Bathymetry,Countries,Topography,Hillshading,Coastlines,Waterbodies,Inundated,Rivers,Streams,Builtup+areas,Railroads,Highways,Roads,Trails,Borders,Cities,Settlements,Airports</Name>
36
            <Title>World Map</Title>
37
            <SRS>EPSG:4326</SRS>
38
            <FormatList>
39
                <Format current="1">image/gif</Format>
40
            </FormatList>
41
            <StyleList>
42
                <Style current="1">
43
                    <Name>default</Name>
44
                    <Title>default</Title>
45
                </Style>
46
            </StyleList>
47
        </Layer>
48
    -->
49

  
50
    <Layer queryable="0" hidden="0">
51
      <Server service="OGC:WMS" version="1.1.1"
52
      title="Countries">
53
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
54
      </Server>
55
      <Name>metacat:world_borders</Name>
56
      <Title>Countries</Title>
57
      <SRS>EPSG:4326</SRS>
58
      <FormatList>
59
        <Format current="1">image/gif</Format>
60
      </FormatList>
61
    </Layer>
62
    
63
    <Layer queryable="0" hidden="1">
64
    <Server service="wms" version="1.1.0" title="wms">
65
    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"  xlink:type="simple" xlink:href="http://wms.jpl.nasa.gov/wms.cgi?"/>
66
    </Server>
67
    <Name>global_mosaic</Name> 
68
    <!-- <Name>BMNG</Name> -->
69
    <Title>Satellite image</Title>
70
    <SRS>EPSG:4326</SRS>
71
    <StyleList>
72
      <Style current="1"><Name>visual</Name><Title>visual</Title></Style>
73
    </StyleList>
74
    <FormatList>
75
    <Format current="1">image/jpeg</Format>
76
    </FormatList>
77
    </Layer>
78

  
79
    <Layer queryable="0" hidden="0">
80
      <Server service="OGC:WMS" version="1.1.1"
81
      title="DatasetBounds">
82
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
83
      </Server>
84
      <Name>metacat:data_bounds</Name>
85
      <Title>Dataset Bounds</Title>
86
      <SRS>EPSG:4326</SRS>
87
      <FormatList>
88
        <Format current="1">image/gif</Format>
89
      </FormatList>
90
    </Layer>
91
    
92
    
93
    <Layer queryable="0" hidden="0">
94
      <Server service="OGC:WMS" version="1.1.1"
95
      title="DatasetPoints">
96
        <OnlineResource xlink:type="simple" xlink:href="../../../../wms" />
97
      </Server>
98
      <Name>metacat:data_points</Name>
99
      <Title>Dataset Points</Title>
100
      <SRS>EPSG:4326</SRS>
101
      <FormatList>
102
        <Format current="1">image/gif</Format>
103
      </FormatList>
104
    </Layer>
105
 
106

  
107
  </LayerList>
108
</ViewContext>
0 109

  
lib/style/skins/knb2/spatial/config.xml
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
<MapbuilderConfig version="0.2.1" id="referenceTemplate" xmlns="http://mapbuilder.sourceforge.net/mapbuilder" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mapbuilder.sourceforge.net/mapbuilder ../../mapbuilder/lib/schemas/config.xsd">
3
  <!--
4
    Description: This configuration file determines what components from the
5
                 Mapbuilder library are to be included in a Main Mapbuilder web
6
                 page.
7
    Licence:     GPL as per: http://www.gnu.org/copyleft/gpl.html 
8

  
9
    $Id$
10
  -->
11
  <!--
12
    All static images should be relative to this URL.
13
    This dir is relative the dir of the main html file.
14
  -->
15
  <models>
16
    <Context id="mainMap">
17
      <defaultModelUrl>context.xml</defaultModelUrl>
18
      <widgets>
19
        <Loading id="loading"/>
20
        <Loading2 id="loading2">
21
            <mapContainerId>mainMapPane</mapContainerId>
22
        </Loading2>
23
        <MapScaleBar id="scalebar">
24
          <!--displaySystem>english</displaySystem-->
25
          <displaySystem>metric</displaySystem>
26
          <minWidth>150</minWidth>
27
          <maxWidth>250</maxWidth>
28
          <divisions>4</divisions>
29
          <subdivisions>2</subdivisions>
30
          <showMinorMeasures>false</showMinorMeasures>
31
          <abbreviateLabel>true</abbreviateLabel>
32
          <singleLine>false</singleLine>
33
          <align>center</align>  <!-- left, center, or right -->
34
        </MapScaleBar>
35
        <MapPane id="mainMapWidget">
36
          <htmlTagId>mainMapPane</htmlTagId>
37
          <mapContainerId>mainMapContainer</mapContainerId>
38
        </MapPane>
39
        <AoiBoxWZ id="aoiBox2">
40
          <htmlTagId>mainMapPane</htmlTagId>
41
          <stylesheet>../../../../spatial/mapbuilder/lib/widget/GmlRenderer.xsl</stylesheet>
42
          <lineColor>#FF0000</lineColor>
43
          <lineWidth>1</lineWidth>
44
          <crossSize>15</crossSize>
45
          <mapContainerId>mainMapContainer</mapContainerId>
46
        </AoiBoxWZ>
47
        <CursorTrack id="cursorTrack">
48
          <mouseHandler>mainMap</mouseHandler>
49
        </CursorTrack>
50
        <Legend id="legend">
51
        </Legend>
52
        <MapScaleText id="mapScaleText">
53
        </MapScaleText>
54
      </widgets>
55
      <tools>
56
        <AoiMouseHandler id="mainAoi"/>
57
        <DragPanHandler id="mainDragPan">
58
          <enabled>false</enabled>
59
        </DragPanHandler>
60
        <MouseClickHandler id="mainMouseClick"/>
61
      </tools>
62
    </Context>
63
    
64
<!--
65
    <Context id="locator">
66
      <defaultModelUrl>config.xml</defaultModelUrl>
67
      <widgets>
68
        <MapPane id="locatorWidget">
69
          <htmlTagId>locatorMap</htmlTagId>
70
          <targetModel>mainMap</targetModel>
71
          <mapContainerId>locatorContainer</mapContainerId>
72
          <fixedWidth>180</fixedWidth>
73
        </MapPane>
74
        <AoiBoxWZ id="aoiBox2">
75
          <htmlTagId>locatorMap</htmlTagId>
76
          <stylesheet>../../../../spatial/mapbuilder/lib/widget/GmlRenderer.xsl</stylesheet>
77
          <lineColor>#FF0000</lineColor>
78
          <lineWidth>1</lineWidth>
79
          <crossSize>15</crossSize>
80
          <mapContainerId>locatorContainer</mapContainerId>
81
        </AoiBoxWZ>
82
      </widgets>
83
      <tools>
84
        <AoiMouseHandler id="locatorAoi"/>
85
        <ZoomToAoi id="locatorZoomToAoi">
86
          <targetModel>mainMap</targetModel>
87
        </ZoomToAoi>
88
      </tools>
89
    </Context>
90
-->
91
        <Model id="locations">
92
            <defaultModelUrl>./named_locations.xml</defaultModelUrl>
93
            <widgets>
94
                <Locations id="locationsSelect">
95
                    <targetModel>mainMap</targetModel>
96
                </Locations>
97
            </widgets>
98
            <tools>
99
                <ZoomToAoi id="locationsZoomToAoi">
100
                    <targetModel>mainMap</targetModel>
101
                </ZoomToAoi>
102
            </tools>
103
        </Model>
104

  
105
    <Transaction id="transaction">
106
      <widgets>
107
        <TransactionResponse id="transactionResponse">
108
        </TransactionResponse>
109
      </widgets>
110
    </Transaction>
111
    <FeatureCollection id="featureCollection">
112
      <namespace>xmlns:gml='http://www.opengis.net/gml' xmlns:wfs='http://www.opengis.net/wfs' xmlns:topp='http://www.openplans.org/topp'</namespace>
113
      <widgets>
114
        <GmlRendererWZ id="testGmlRenderer">
115
          <htmlTagId>mainMapPane</htmlTagId>
116
          <targetModel>mainMap</targetModel>
117
          <mapContainerId>mainMapContainer</mapContainerId>
118
          <lineColor>#FF0000</lineColor>
119
          <lineWidth>1</lineWidth>
120
          <pointDiameter>10</pointDiameter>
121
        </GmlRendererWZ>
122
        <FeatureList id="featureList">
123
        </FeatureList>
124
      </widgets>
125
    </FeatureCollection>
126
  </models>
127
  <widgets>
128
    <ZoomIn id="zoomIn">
129
      <buttonBar>mainButtonBar</buttonBar>
130
      <targetModel>mainMap</targetModel>
131
      <mouseHandler>mainAoi</mouseHandler>
132
      <class>RadioButton</class>
133
      <selected>true</selected>
134
      <enabledSrc>/images/ZoomInEnable.png</enabledSrc>
135
      <disabledSrc>/images/ZoomInDisable.png</disabledSrc>
136
      <tooltip xml:lang="en">click map or drag to zoom in</tooltip>
137
      <!--tooltip xml:lang="fr">cliquer et faire glisser la souris pour agrandir</tooltip-->
138
    </ZoomIn>
139
    <ZoomOut id="zoomOut">
140
      <buttonBar>mainButtonBar</buttonBar>
141
      <targetModel>mainMap</targetModel>
142
      <mouseHandler>mainAoi</mouseHandler>
143
      <class>RadioButton</class>
144
      <enabledSrc>/images/ZoomOutEnable.png</enabledSrc>
145
      <disabledSrc>/images/ZoomOutDisable.png</disabledSrc>
146
      <tooltip xml:lang="en">click map to zoom out</tooltip>
147
      <!--tooltip xml:lang="fr">cliquer pour rée</tooltip-->
148
    </ZoomOut>
149
    <DragPan id="dragPan">
150
      <buttonBar>mainButtonBar</buttonBar>
151
      <targetModel>mainMap</targetModel>
152
      <mouseHandler>mainDragPan</mouseHandler>
153
      <class>RadioButton</class>
154
      <enabledSrc>/images/PanEnable.png</enabledSrc>
155
      <disabledSrc>/images/PanDisable.png</disabledSrc>
156
      <tooltip xml:lang="en">click and drag to pan</tooltip>
157
      <!--tooltip xml:lang="fr">cliquer et faire glisser la souris pour voir un autre parti de la carte</tooltip-->
158
    </DragPan>
159
    <Reset id="reset">
160
      <buttonBar>mainButtonBar</buttonBar>
161
      <targetModel>mainMap</targetModel>
162
      <class>Button</class>
163
      <disabledSrc>/images/ResetExtentDisable.png</disabledSrc>
164
      <tooltip xml:lang="en">reset the map to full extent</tooltip>
165
      <!--tooltip xml:lang="fr">redonner la carte ses dimensions complèts</tooltip-->
166
    </Reset>
167
    <AoiMetacatQuery id="aoiMetacatQuery">
168
      <buttonBar>mainButtonBar</buttonBar>
169
      <targetModel>mainMap</targetModel>
170
      <mouseHandler>mainAoi</mouseHandler>
171
      <class>RadioButton</class>
172
      <enabledSrc>/images/QueryEnable.png</enabledSrc>
173
      <disabledSrc>/images/QueryDisable.png</disabledSrc>
174
      <tooltip xml:lang="en">select multiple datasets</tooltip>
175
      <!-- ############################################################### -->
176
      <!-- ##   Edit these values to match your system and preferences  ##-->
177
      <!-- ############################################################### -->
178

  
179
        <metacat>http://pmark.msi.ucsb.edu:8180/knb_test/metacat</metacat>
180
        <skin>default</skin>
181
        <pixel_tolerance>5</pixel_tolerance>
182

  
183
      <!-- ############################################################### -->
184
    </AoiMetacatQuery>
185
  </widgets>
186
  <skinDir>../../../../spatial/mapbuilder/lib/skin/default</skinDir>
187
  <proxyUrl>../../../proxy.jsp</proxyUrl>
188
</MapbuilderConfig>
189

  
0 190

  
lib/style/skins/knb2/spatial/map.css
1
 /*
2
  *   '$RCSfile$'
3
  *     Purpose: Default style sheet for KNB project web pages 
4
  *              Using this stylesheet rather than placing styles directly in 
5
  *              the KNB web documents allows us to globally change the 
6
  *              formatting styles of the entire site in one easy place.
7
  *   Copyright: 2000 Regents of the University of California and the
8
  *               National Center for Ecological Analysis and Synthesis
9
  *     Authors: Matt Jones
10
  *
11
  *    '$Author$'
12
  *      '$Date$'
13
  *  '$Revision$'
14
  *
15
  * This program is free software; you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
17
  * the Free Software Foundation; either version 2 of the License, or
18
  * (at your option) any later version.
19
  *
20
  * This program is distributed in the hope that it will be useful,
21
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
  * GNU General Public License for more details.
24
  *
25
  * You should have received a copy of the GNU General Public License
26
  * along with this program; if not, write to the Free Software
27
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28
  */
29
#mapContainer {
30
    position: absolute;
31
    right: 0px;
32
    top: 0px;
33
}
34

  
35
#mapControl {
36
	height: 48px;
37
	width: 31px;
38
}
39

  
40
div#mapControlHide,
41
div#mapControlShow {
42
	width: 100%;
43
	height: 100%;
44
	vertical-align: center;
45
}
46

  
47
div#mapControl a {
48
	display: block;
49
	margin: 0; padding:0;
50
	width:100%;
51
	height:100%;
52
	overflow:hidden;
53
	text-decoration:none;
54
}
55

  
56

  
57
div#mapControlShow {
58
	background: transparent url(../images/show_map.gif) no-repeat bottom left;
59
}
60

  
61
div#mapControlHide {
62
	background: transparent url(../images/hide_map.gif) no-repeat bottom left;
63
}
64

  
65
div#mapControlShow a {
66
	background: transparent url(../show_map.gif) no-repeat top left;
67
	text-decoration:none;
68
}
69
div#mapControlHide a {
70
	background: transparent url(../hide_map.gif) no-repeat top left;
71
	text-decoration:none;
72
}
73

  
74
div#mapControlShow a:hover {
75
	background:none;
76
	text-decoration: none;
77
}
78

  
79
div#mapControlHide a:hover {
80
	background:none;
81
	text-decoration: none;
82
}
83

  
0 84

  
lib/style/skins/knb2/spatial/html.css
1
h2 {
2
  color: red;
3
  background-color: silver;
4
}
5

  
6

  
7
INPUT.bareinput {
8
  border: 0px blue none;
9
  font: 8pt Verdana, geneva, arial, sans-serif;
10
  color: #000000;
11
  background-color: transparent;
12
}
13

  
14
#mainMapContainer {
15
  border: 1px solid olive;
16
  cursor: crosshair;
17
  text-align: left;
18
  background-color: white;
19
}
20

  
21
#legend td {
22
	/*
23
  font-size: 70%; 
24
  font-family: cursive;
25
  background-color: silver;
26
  */
27
  font: 11pt arial, sans-serif;
28
  color: #000;
29
}
30

  
31

  
32
img#query_topp\:metacat_testdata { display:none; }
33

  
0 34

  
lib/style/skins/knb2/spatial/named_locations.xml
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
<!-- $Id$ -->
3
<QuickviewPresetResultSet version="1.0.0"  xmlns="http://mapbuilder.sourceforge.net/mapbuilder" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mapbuilder.sourceforge.net/mapbuilder ../../../lib/schemas/locations.xsd">
4
	<gml:description>This is the CMB preset zoom document</gml:description>
5
	<gml:name>CMB:QuickViewPreset</gml:name>
6
	<gml:boundedBy>
7
		<gml:Null>missing</gml:Null>
8
	</gml:boundedBy>
9
        <gml:featureMember>
10
                <locationDef>
11
                        <gml:name> Select a Location</gml:name>
12
                        <spatialKeyword>
13
                                <gml:location>
14
                                        <gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
15
                                                <gml:coordinates>-180,-90,180,90</gml:coordinates>
16
                                        </gml:Envelope>
17
                                </gml:location>
18
                        </spatialKeyword>
19
                </locationDef>
20
        </gml:featureMember>
21
 
22
	<gml:featureMember>
23
		<locationDef>
24
			<gml:name>Afghanistan</gml:name>
25
			<spatialKeyword>
26
				<gml:location>
27
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
28
						<gml:coordinates>59.9,28.66 75.65,39.11</gml:coordinates>
29
					</gml:Envelope>
30
				</gml:location>
31
			</spatialKeyword>
32
		</locationDef>
33
	</gml:featureMember>
34
	<gml:featureMember>
35
		<locationDef>
36
			<gml:name>Africa</gml:name>
37
			<spatialKeyword>
38
				<gml:location>
39
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
40
						<gml:coordinates>-20.2,-37.6 53.4,35.75</gml:coordinates>
41
					</gml:Envelope>
42
				</gml:location>
43
			</spatialKeyword>
44
		</locationDef>
45
	</gml:featureMember>
46
	<gml:featureMember>
47
		<locationDef>
48
			<gml:name>Albania</gml:name>
49
			<spatialKeyword>
50
				<gml:location>
51
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
52
						<gml:coordinates>19.36,39.42 21.39,42.71</gml:coordinates>
53
					</gml:Envelope>
54
				</gml:location>
55
			</spatialKeyword>
56
		</locationDef>
57
	</gml:featureMember>
58
	<gml:featureMember>
59
		<locationDef>
60
			<gml:name>Algeria</gml:name>
61
			<spatialKeyword>
62
				<gml:location>
63
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
64
						<gml:coordinates>-9.47,17.94 13.19,38.14</gml:coordinates>
65
					</gml:Envelope>
66
				</gml:location>
67
			</spatialKeyword>
68
		</locationDef>
69
	</gml:featureMember>
70
	<gml:featureMember>
71
		<locationDef>
72
			<gml:name>Angola</gml:name>
73
			<spatialKeyword>
74
				<gml:location>
75
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
76
						<gml:coordinates>11.31,-18.68 24.97,-3.84</gml:coordinates>
77
					</gml:Envelope>
78
				</gml:location>
79
			</spatialKeyword>
80
		</locationDef>
81
	</gml:featureMember>
82
	<gml:featureMember>
83
		<locationDef>
84
			<gml:name>Antarctic</gml:name>
85
			<spatialKeyword>
86
				<gml:location>
87
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
88
						<gml:coordinates>-180,-90 180,-66</gml:coordinates>
89
					</gml:Envelope>
90
				</gml:location>
91
			</spatialKeyword>
92
		</locationDef>
93
	</gml:featureMember>
94
	<gml:featureMember>
95
		<locationDef>
96
			<gml:name>Antarctica</gml:name>
97
			<spatialKeyword>
98
				<gml:location>
99
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
100
						<gml:coordinates>-180,-90 180,-62.83</gml:coordinates>
101
					</gml:Envelope>
102
				</gml:location>
103
			</spatialKeyword>
104
		</locationDef>
105
	</gml:featureMember>
106
	<gml:featureMember>
107
		<locationDef>
108
			<gml:name>Arctic</gml:name>
109
			<spatialKeyword>
110
				<gml:location>
111
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
112
						<gml:coordinates>-180,66 180,90</gml:coordinates>
113
					</gml:Envelope>
114
				</gml:location>
115
			</spatialKeyword>
116
		</locationDef>
117
	</gml:featureMember>
118
	<gml:featureMember>
119
		<locationDef>
120
			<gml:name>Argentina</gml:name>
121
			<spatialKeyword>
122
				<gml:location>
123
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
124
						<gml:coordinates>-74.97,-56.71 -51.76,-20.25</gml:coordinates>
125
					</gml:Envelope>
126
				</gml:location>
127
			</spatialKeyword>
128
		</locationDef>
129
	</gml:featureMember>
130
	<gml:featureMember>
131
		<locationDef>
132
			<gml:name>Armenia</gml:name>
133
			<spatialKeyword>
134
				<gml:location>
135
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
136
						<gml:coordinates>43.53,38.68 47.07,41.48</gml:coordinates>
137
					</gml:Envelope>
138
				</gml:location>
139
			</spatialKeyword>
140
		</locationDef>
141
	</gml:featureMember>
142
	<gml:featureMember>
143
		<locationDef>
144
			<gml:name>Asia</gml:name>
145
			<spatialKeyword>
146
				<gml:location>
147
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
148
						<gml:coordinates>40,-10 180,83.5</gml:coordinates>
149
					</gml:Envelope>
150
				</gml:location>
151
			</spatialKeyword>
152
		</locationDef>
153
	</gml:featureMember>
154
	<gml:featureMember>
155
		<locationDef>
156
			<gml:name>Australia</gml:name>
157
			<spatialKeyword>
158
				<gml:location>
159
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
160
						<gml:coordinates>111.22,-45.73 155.72,-8.88</gml:coordinates>
161
					</gml:Envelope>
162
				</gml:location>
163
			</spatialKeyword>
164
		</locationDef>
165
	</gml:featureMember>
166
	<gml:featureMember>
167
		<locationDef>
168
			<gml:name>Austria</gml:name>
169
			<spatialKeyword>
170
				<gml:location>
171
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
172
						<gml:coordinates>9.27,45.99 17.93,49.38</gml:coordinates>
173
					</gml:Envelope>
174
				</gml:location>
175
			</spatialKeyword>
176
		</locationDef>
177
	</gml:featureMember>
178
	<gml:featureMember>
179
		<locationDef>
180
			<gml:name>Azerbaijan</gml:name>
181
			<spatialKeyword>
182
				<gml:location>
183
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
184
						<gml:coordinates>44.58,38.04 50.96,42.2</gml:coordinates>
185
					</gml:Envelope>
186
				</gml:location>
187
			</spatialKeyword>
188
		</locationDef>
189
	</gml:featureMember>
190
	<gml:featureMember>
191
		<locationDef>
192
			<gml:name>Bangladesh</gml:name>
193
			<spatialKeyword>
194
				<gml:location>
195
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
196
						<gml:coordinates>87.95,20.75 93.07,26.62</gml:coordinates>
197
					</gml:Envelope>
198
				</gml:location>
199
			</spatialKeyword>
200
		</locationDef>
201
	</gml:featureMember>
202
	<gml:featureMember>
203
		<locationDef>
204
			<gml:name>Belgium</gml:name>
205
			<spatialKeyword>
206
				<gml:location>
207
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
208
						<gml:coordinates>2.54,49.31 6.69,51.69</gml:coordinates>
209
					</gml:Envelope>
210
				</gml:location>
211
			</spatialKeyword>
212
		</locationDef>
213
	</gml:featureMember>
214
	<gml:featureMember>
215
		<locationDef>
216
			<gml:name>Belize</gml:name>
217
			<spatialKeyword>
218
				<gml:location>
219
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
220
						<gml:coordinates>-89.18,15.78 -87.78,18.64</gml:coordinates>
221
					</gml:Envelope>
222
				</gml:location>
223
			</spatialKeyword>
224
		</locationDef>
225
	</gml:featureMember>
226
	<gml:featureMember>
227
		<locationDef>
228
			<gml:name>Benin</gml:name>
229
			<spatialKeyword>
230
				<gml:location>
231
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
232
						<gml:coordinates>0.74,5.97 4.34,12.66</gml:coordinates>
233
					</gml:Envelope>
234
				</gml:location>
235
			</spatialKeyword>
236
		</locationDef>
237
	</gml:featureMember>
238
	<gml:featureMember>
239
		<locationDef>
240
			<gml:name>Bhutan</gml:name>
241
			<spatialKeyword>
242
				<gml:location>
243
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
244
						<gml:coordinates>88.8,26.54 92.37,28.46</gml:coordinates>
245
					</gml:Envelope>
246
				</gml:location>
247
			</spatialKeyword>
248
		</locationDef>
249
	</gml:featureMember>
250
	<gml:featureMember>
251
		<locationDef>
252
			<gml:name>Bolivia</gml:name>
253
			<spatialKeyword>
254
				<gml:location>
255
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
256
						<gml:coordinates>-70.05,-23.63 -56.72,-9.13</gml:coordinates>
257
					</gml:Envelope>
258
				</gml:location>
259
			</spatialKeyword>
260
		</locationDef>
261
	</gml:featureMember>
262
	<gml:featureMember>
263
		<locationDef>
264
			<gml:name>Bosnia and Herzegovina</gml:name>
265
			<spatialKeyword>
266
				<gml:location>
267
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
268
						<gml:coordinates>15.76,42.38 20.02,45.45</gml:coordinates>
269
					</gml:Envelope>
270
				</gml:location>
271
			</spatialKeyword>
272
		</locationDef>
273
	</gml:featureMember>
274
	<gml:featureMember>
275
		<locationDef>
276
			<gml:name>Botswana</gml:name>
277
			<spatialKeyword>
278
				<gml:location>
279
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
280
						<gml:coordinates>19.57,-27.41 29.94,-17.32</gml:coordinates>
281
					</gml:Envelope>
282
				</gml:location>
283
			</spatialKeyword>
284
		</locationDef>
285
	</gml:featureMember>
286
	<gml:featureMember>
287
		<locationDef>
288
			<gml:name>Brazil</gml:name>
289
			<spatialKeyword>
290
				<gml:location>
291
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
292
						<gml:coordinates>-75.64,-35.81 -32.74,7.12</gml:coordinates>
293
					</gml:Envelope>
294
				</gml:location>
295
			</spatialKeyword>
296
		</locationDef>
297
	</gml:featureMember>
298
	<gml:featureMember>
299
		<locationDef>
300
			<gml:name>Brunei</gml:name>
301
			<spatialKeyword>
302
				<gml:location>
303
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
304
						<gml:coordinates>114.22,3.96 115.42,5.09</gml:coordinates>
305
					</gml:Envelope>
306
				</gml:location>
307
			</spatialKeyword>
308
		</locationDef>
309
	</gml:featureMember>
310
	<gml:featureMember>
311
		<locationDef>
312
			<gml:name>Bulgaria</gml:name>
313
			<spatialKeyword>
314
				<gml:location>
315
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
316
						<gml:coordinates>22.19,40.86 29.02,44.59</gml:coordinates>
317
					</gml:Envelope>
318
				</gml:location>
319
			</spatialKeyword>
320
		</locationDef>
321
	</gml:featureMember>
322
	<gml:featureMember>
323
		<locationDef>
324
			<gml:name>Burkina Faso</gml:name>
325
			<spatialKeyword>
326
				<gml:location>
327
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
328
						<gml:coordinates>-5.72,9.19 2.98,15.54</gml:coordinates>
329
					</gml:Envelope>
330
				</gml:location>
331
			</spatialKeyword>
332
		</locationDef>
333
	</gml:featureMember>
334
	<gml:featureMember>
335
		<locationDef>
336
			<gml:name>Burma</gml:name>
337
			<spatialKeyword>
338
				<gml:location>
339
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
340
						<gml:coordinates>91.41,9.22 102.13,29.34</gml:coordinates>
341
					</gml:Envelope>
342
				</gml:location>
343
			</spatialKeyword>
344
		</locationDef>
345
	</gml:featureMember>
346
	<gml:featureMember>
347
		<locationDef>
348
			<gml:name>Burundi</gml:name>
349
			<spatialKeyword>
350
				<gml:location>
351
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
352
						<gml:coordinates>28.98,-4.85 31.17,-2.35</gml:coordinates>
353
					</gml:Envelope>
354
				</gml:location>
355
			</spatialKeyword>
356
		</locationDef>
357
	</gml:featureMember>
358
	<gml:featureMember>
359
		<locationDef>
360
			<gml:name>Byelarus</gml:name>
361
			<spatialKeyword>
362
				<gml:location>
363
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
364
						<gml:coordinates>22.91,50.82 33.38,56.65</gml:coordinates>
365
					</gml:Envelope>
366
				</gml:location>
367
			</spatialKeyword>
368
		</locationDef>
369
	</gml:featureMember>
370
	<gml:featureMember>
371
		<locationDef>
372
			<gml:name>Cambodia</gml:name>
373
			<spatialKeyword>
374
				<gml:location>
375
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
376
						<gml:coordinates>102.28,10.07 107.98,14.86</gml:coordinates>
377
					</gml:Envelope>
378
				</gml:location>
379
			</spatialKeyword>
380
		</locationDef>
381
	</gml:featureMember>
382
	<gml:featureMember>
383
		<locationDef>
384
			<gml:name>Cameroon</gml:name>
385
			<spatialKeyword>
386
				<gml:location>
387
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
388
						<gml:coordinates>8.22,1.06 16.85,13.65</gml:coordinates>
389
					</gml:Envelope>
390
				</gml:location>
391
			</spatialKeyword>
392
		</locationDef>
393
	</gml:featureMember>
394
	<gml:featureMember>
395
		<locationDef>
396
			<gml:name>Canada</gml:name>
397
			<spatialKeyword>
398
				<gml:location>
399
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
400
						<gml:coordinates>-145.27,37.3 -48.11,87.61</gml:coordinates>
401
					</gml:Envelope>
402
				</gml:location>
403
			</spatialKeyword>
404
		</locationDef>
405
	</gml:featureMember>
406
	<gml:featureMember>
407
		<locationDef>
408
			<gml:name>Caribbean</gml:name>
409
			<spatialKeyword>
410
				<gml:location>
411
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
412
						<gml:coordinates>-91.4,27.36 -55.4,6.48</gml:coordinates>
413
					</gml:Envelope>
414
				</gml:location>
415
			</spatialKeyword>
416
		</locationDef>
417
	</gml:featureMember>
418
	<gml:featureMember>
419
		<locationDef>
420
			<gml:name>Central African Republic</gml:name>
421
			<spatialKeyword>
422
				<gml:location>
423
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
424
						<gml:coordinates>13.96,1.5 28.11,11.67</gml:coordinates>
425
					</gml:Envelope>
426
				</gml:location>
427
			</spatialKeyword>
428
		</locationDef>
429
	</gml:featureMember>
430
	<gml:featureMember>
431
		<locationDef>
432
			<gml:name>Central America</gml:name>
433
			<spatialKeyword>
434
				<gml:location>
435
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
436
						<gml:coordinates>-94.1,21.8 -75.8,6.61</gml:coordinates>
437
					</gml:Envelope>
438
				</gml:location>
439
			</spatialKeyword>
440
		</locationDef>
441
	</gml:featureMember>
442
	<gml:featureMember>
443
		<locationDef>
444
			<gml:name>Chad</gml:name>
445
			<spatialKeyword>
446
				<gml:location>
447
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
448
						<gml:coordinates>12.88,6.67 24.97,24.19</gml:coordinates>
449
					</gml:Envelope>
450
				</gml:location>
451
			</spatialKeyword>
452
		</locationDef>
453
	</gml:featureMember>
454
	<gml:featureMember>
455
		<locationDef>
456
			<gml:name>Chile</gml:name>
457
			<spatialKeyword>
458
				<gml:location>
459
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
460
						<gml:coordinates>-77.16,-56.79 -64.9,-15.72</gml:coordinates>
461
					</gml:Envelope>
462
				</gml:location>
463
			</spatialKeyword>
464
		</locationDef>
465
	</gml:featureMember>
466
	<gml:featureMember>
467
		<locationDef>
468
			<gml:name>China</gml:name>
469
			<spatialKeyword>
470
				<gml:location>
471
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
472
						<gml:coordinates>70.83,15.06 137.97,56.58</gml:coordinates>
473
					</gml:Envelope>
474
				</gml:location>
475
			</spatialKeyword>
476
		</locationDef>
477
	</gml:featureMember>
478
	<gml:featureMember>
479
		<locationDef>
480
			<gml:name>Colombia</gml:name>
481
			<spatialKeyword>
482
				<gml:location>
483
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
484
						<gml:coordinates>-79.69,-5 -66.15,13.28</gml:coordinates>
485
					</gml:Envelope>
486
				</gml:location>
487
			</spatialKeyword>
488
		</locationDef>
489
	</gml:featureMember>
490
	<gml:featureMember>
491
		<locationDef>
492
			<gml:name>Congo</gml:name>
493
			<spatialKeyword>
494
				<gml:location>
495
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
496
						<gml:coordinates>10.93,-5.41 19.19,3.98</gml:coordinates>
497
					</gml:Envelope>
498
				</gml:location>
499
			</spatialKeyword>
500
		</locationDef>
501
	</gml:featureMember>
502
	<gml:featureMember>
503
		<locationDef>
504
			<gml:name>Costa Rica</gml:name>
505
			<spatialKeyword>
506
				<gml:location>
507
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
508
						<gml:coordinates>-85.83,7.9 -82.18,11.38</gml:coordinates>
509
					</gml:Envelope>
510
				</gml:location>
511
			</spatialKeyword>
512
		</locationDef>
513
	</gml:featureMember>
514
	<gml:featureMember>
515
		<locationDef>
516
			<gml:name>Croatia</gml:name>
517
			<spatialKeyword>
518
				<gml:location>
519
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
520
						<gml:coordinates>13.47,42.09 19.92,46.84</gml:coordinates>
521
					</gml:Envelope>
522
				</gml:location>
523
			</spatialKeyword>
524
		</locationDef>
525
	</gml:featureMember>
526
	<gml:featureMember>
527
		<locationDef>
528
			<gml:name>Cuba</gml:name>
529
			<spatialKeyword>
530
				<gml:location>
531
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
532
						<gml:coordinates>-85.03,19.36 -73.44,23.68</gml:coordinates>
533
					</gml:Envelope>
534
				</gml:location>
535
			</spatialKeyword>
536
		</locationDef>
537
	</gml:featureMember>
538
	<gml:featureMember>
539
		<locationDef>
540
			<gml:name>Cyprus</gml:name>
541
			<spatialKeyword>
542
				<gml:location>
543
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
544
						<gml:coordinates>32.23,34.44 34.78,35.78</gml:coordinates>
545
					</gml:Envelope>
546
				</gml:location>
547
			</spatialKeyword>
548
		</locationDef>
549
	</gml:featureMember>
550
	<gml:featureMember>
551
		<locationDef>
552
			<gml:name>Czech Republic</gml:name>
553
			<spatialKeyword>
554
				<gml:location>
555
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
556
						<gml:coordinates>12.13,48.23 19.38,51.42</gml:coordinates>
557
					</gml:Envelope>
558
				</gml:location>
559
			</spatialKeyword>
560
		</locationDef>
561
	</gml:featureMember>
562
	<gml:featureMember>
563
		<locationDef>
564
			<gml:name>Denmark</gml:name>
565
			<spatialKeyword>
566
				<gml:location>
567
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
568
						<gml:coordinates>8.02,54.68 12.89,58</gml:coordinates>
569
					</gml:Envelope>
570
				</gml:location>
571
			</spatialKeyword>
572
		</locationDef>
573
	</gml:featureMember>
574
	<gml:featureMember>
575
		<locationDef>
576
			<gml:name>Djibouti</gml:name>
577
			<spatialKeyword>
578
				<gml:location>
579
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
580
						<gml:coordinates>41.89,10.78 43.77,12.81</gml:coordinates>
581
					</gml:Envelope>
582
				</gml:location>
583
			</spatialKeyword>
584
		</locationDef>
585
	</gml:featureMember>
586
	<gml:featureMember>
587
		<locationDef>
588
			<gml:name>Dominican Republic</gml:name>
589
			<spatialKeyword>
590
				<gml:location>
591
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
592
						<gml:coordinates>-71.87,17.54 -67.99,20.12</gml:coordinates>
593
					</gml:Envelope>
594
				</gml:location>
595
			</spatialKeyword>
596
		</locationDef>
597
	</gml:featureMember>
598
	<gml:featureMember>
599
		<locationDef>
600
			<gml:name>East Pacific Ocean</gml:name>
601
			<spatialKeyword>
602
				<gml:location>
603
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
604
						<gml:coordinates>-180,64.8 -72.7,-75.6</gml:coordinates>
605
					</gml:Envelope>
606
				</gml:location>
607
			</spatialKeyword>
608
		</locationDef>
609
	</gml:featureMember>
610
	<gml:featureMember>
611
		<locationDef>
612
			<gml:name>Ecuador</gml:name>
613
			<spatialKeyword>
614
				<gml:location>
615
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
616
						<gml:coordinates>-81.08,-5.35 -74.68,1.72</gml:coordinates>
617
					</gml:Envelope>
618
				</gml:location>
619
			</spatialKeyword>
620
		</locationDef>
621
	</gml:featureMember>
622
	<gml:featureMember>
623
		<locationDef>
624
			<gml:name>Egypt</gml:name>
625
			<spatialKeyword>
626
				<gml:location>
627
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
628
						<gml:coordinates>24.29,21.29 37.61,32.14</gml:coordinates>
629
					</gml:Envelope>
630
				</gml:location>
631
			</spatialKeyword>
632
		</locationDef>
633
	</gml:featureMember>
634
	<gml:featureMember>
635
		<locationDef>
636
			<gml:name>El Salvador</gml:name>
637
			<spatialKeyword>
638
				<gml:location>
639
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
640
						<gml:coordinates>-90.05,13.07 -87.41,14.6</gml:coordinates>
641
					</gml:Envelope>
642
				</gml:location>
643
			</spatialKeyword>
644
		</locationDef>
645
	</gml:featureMember>
646
	<gml:featureMember>
647
		<locationDef>
648
			<gml:name>Equatorial Guinea</gml:name>
649
			<spatialKeyword>
650
				<gml:location>
651
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
652
						<gml:coordinates>8.39,0.76 11.59,3.82</gml:coordinates>
653
					</gml:Envelope>
654
				</gml:location>
655
			</spatialKeyword>
656
		</locationDef>
657
	</gml:featureMember>
658
	<gml:featureMember>
659
		<locationDef>
660
			<gml:name>Eritrea</gml:name>
661
			<spatialKeyword>
662
				<gml:location>
663
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
664
						<gml:coordinates>36.31,12 43.58,18.41</gml:coordinates>
665
					</gml:Envelope>
666
				</gml:location>
667
			</spatialKeyword>
668
		</locationDef>
669
	</gml:featureMember>
670
	<gml:featureMember>
671
		<locationDef>
672
			<gml:name>Estonia</gml:name>
673
			<spatialKeyword>
674
				<gml:location>
675
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
676
						<gml:coordinates>23.3,57.29 28.59,59.75</gml:coordinates>
677
					</gml:Envelope>
678
				</gml:location>
679
			</spatialKeyword>
680
		</locationDef>
681
	</gml:featureMember>
682
	<gml:featureMember>
683
		<locationDef>
684
			<gml:name>Ethiopia</gml:name>
685
			<spatialKeyword>
686
				<gml:location>
687
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
688
						<gml:coordinates>32.49,2.63 48.85,15.56</gml:coordinates>
689
					</gml:Envelope>
690
				</gml:location>
691
			</spatialKeyword>
692
		</locationDef>
693
	</gml:featureMember>
694
	<gml:featureMember>
695
		<locationDef>
696
			<gml:name>Europe</gml:name>
697
			<spatialKeyword>
698
				<gml:location>
699
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
700
						<gml:coordinates>-25.1,71.3 35,34.9</gml:coordinates>
701
					</gml:Envelope>
702
				</gml:location>
703
			</spatialKeyword>
704
		</locationDef>
705
	</gml:featureMember>
706
	<gml:featureMember>
707
		<locationDef>
708
			<gml:name>Finland</gml:name>
709
			<spatialKeyword>
710
				<gml:location>
711
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
712
						<gml:coordinates>20.46,59.3 32.14,70.44</gml:coordinates>
713
					</gml:Envelope>
714
				</gml:location>
715
			</spatialKeyword>
716
		</locationDef>
717
	</gml:featureMember>
718
	<gml:featureMember>
719
		<locationDef>
720
			<gml:name>France</gml:name>
721
			<spatialKeyword>
722
				<gml:location>
723
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
724
						<gml:coordinates>-5.29,40.65 10.4,51.82</gml:coordinates>
725
					</gml:Envelope>
726
				</gml:location>
727
			</spatialKeyword>
728
		</locationDef>
729
	</gml:featureMember>
730
	<gml:featureMember>
731
		<locationDef>
732
			<gml:name>French Guiana</gml:name>
733
			<spatialKeyword>
734
				<gml:location>
735
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
736
						<gml:coordinates>-54.37,1.84 -51.23,5.89</gml:coordinates>
737
					</gml:Envelope>
738
				</gml:location>
739
			</spatialKeyword>
740
		</locationDef>
741
	</gml:featureMember>
742
	<gml:featureMember>
743
		<locationDef>
744
			<gml:name>Gabon</gml:name>
745
			<spatialKeyword>
746
				<gml:location>
747
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
748
						<gml:coordinates>8.71,-4.23 15.01,2.6</gml:coordinates>
749
					</gml:Envelope>
750
				</gml:location>
751
			</spatialKeyword>
752
		</locationDef>
753
	</gml:featureMember>
754
	<gml:featureMember>
755
		<locationDef>
756
			<gml:name>Gambia</gml:name>
757
			<spatialKeyword>
758
				<gml:location>
759
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
760
						<gml:coordinates>-16.71,13.02 -13.66,13.96</gml:coordinates>
761
					</gml:Envelope>
762
				</gml:location>
763
			</spatialKeyword>
764
		</locationDef>
765
	</gml:featureMember>
766
	<gml:featureMember>
767
		<locationDef>
768
			<gml:name>Germany</gml:name>
769
			<spatialKeyword>
770
				<gml:location>
771
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
772
						<gml:coordinates>5.68,46.86 15.68,55.41</gml:coordinates>
773
					</gml:Envelope>
774
				</gml:location>
775
			</spatialKeyword>
776
		</locationDef>
777
	</gml:featureMember>
778
	<gml:featureMember>
779
		<locationDef>
780
			<gml:name>Ghana</gml:name>
781
			<spatialKeyword>
782
				<gml:location>
783
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
784
						<gml:coordinates>-3.31,4.39 1.7,11.47</gml:coordinates>
785
					</gml:Envelope>
786
				</gml:location>
787
			</spatialKeyword>
788
		</locationDef>
789
	</gml:featureMember>
790
	<gml:featureMember>
791
		<locationDef>
792
			<gml:name>Greece</gml:name>
793
			<spatialKeyword>
794
				<gml:location>
795
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
796
						<gml:coordinates>19.99,34.62 27.19,42.01</gml:coordinates>
797
					</gml:Envelope>
798
				</gml:location>
799
			</spatialKeyword>
800
		</locationDef>
801
	</gml:featureMember>
802
	<gml:featureMember>
803
		<locationDef>
804
			<gml:name>Greenland</gml:name>
805
			<spatialKeyword>
806
				<gml:location>
807
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
808
						<gml:coordinates>-75.34,56.78 -9.36,86.6</gml:coordinates>
809
					</gml:Envelope>
810
				</gml:location>
811
			</spatialKeyword>
812
		</locationDef>
813
	</gml:featureMember>
814
	<gml:featureMember>
815
		<locationDef>
816
			<gml:name>Guatemala</gml:name>
817
			<spatialKeyword>
818
				<gml:location>
819
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
820
						<gml:coordinates>-92.24,13.59 -87.87,18.06</gml:coordinates>
821
					</gml:Envelope>
822
				</gml:location>
823
			</spatialKeyword>
824
		</locationDef>
825
	</gml:featureMember>
826
	<gml:featureMember>
827
		<locationDef>
828
			<gml:name>Guinea</gml:name>
829
			<spatialKeyword>
830
				<gml:location>
831
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
832
						<gml:coordinates>-15.19,6.77 -6.87,13.02</gml:coordinates>
833
					</gml:Envelope>
834
				</gml:location>
835
			</spatialKeyword>
836
		</locationDef>
837
	</gml:featureMember>
838
	<gml:featureMember>
839
		<locationDef>
840
			<gml:name>Guinea-Bissau</gml:name>
841
			<spatialKeyword>
842
				<gml:location>
843
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
844
						<gml:coordinates>-16.51,10.97 -13.34,12.8</gml:coordinates>
845
					</gml:Envelope>
846
				</gml:location>
847
			</spatialKeyword>
848
		</locationDef>
849
	</gml:featureMember>
850
	<gml:featureMember>
851
		<locationDef>
852
			<gml:name>Guyana</gml:name>
853
			<spatialKeyword>
854
				<gml:location>
855
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
856
						<gml:coordinates>-61.41,0.81 -56.12,8.79</gml:coordinates>
857
					</gml:Envelope>
858
				</gml:location>
859
			</spatialKeyword>
860
		</locationDef>
861
	</gml:featureMember>
862
	<gml:featureMember>
863
		<locationDef>
864
			<gml:name>Haiti</gml:name>
865
			<spatialKeyword>
866
				<gml:location>
867
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
868
						<gml:coordinates>-74.38,17.88 -71.34,20.1</gml:coordinates>
869
					</gml:Envelope>
870
				</gml:location>
871
			</spatialKeyword>
872
		</locationDef>
873
	</gml:featureMember>
874
	<gml:featureMember>
875
		<locationDef>
876
			<gml:name>Honduras</gml:name>
877
			<spatialKeyword>
878
				<gml:location>
879
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
880
						<gml:coordinates>-89.47,12.75 -82.92,16.31</gml:coordinates>
881
					</gml:Envelope>
882
				</gml:location>
883
			</spatialKeyword>
884
		</locationDef>
885
	</gml:featureMember>
886
	<gml:featureMember>
887
		<locationDef>
888
			<gml:name>Hungary</gml:name>
889
			<spatialKeyword>
890
				<gml:location>
891
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
892
						<gml:coordinates>16.12,45.44 23.57,48.95</gml:coordinates>
893
					</gml:Envelope>
894
				</gml:location>
895
			</spatialKeyword>
896
		</locationDef>
897
	</gml:featureMember>
898
	<gml:featureMember>
899
		<locationDef>
900
			<gml:name>Iceland</gml:name>
901
			<spatialKeyword>
902
				<gml:location>
903
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
904
						<gml:coordinates>-24.55,62.81 -12.79,67.01</gml:coordinates>
905
					</gml:Envelope>
906
				</gml:location>
907
			</spatialKeyword>
908
		</locationDef>
909
	</gml:featureMember>
910
	<gml:featureMember>
911
		<locationDef>
912
			<gml:name>India</gml:name>
913
			<spatialKeyword>
914
				<gml:location>
915
					<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
916
						<gml:coordinates>66.79,6.58 99.01,36.96</gml:coordinates>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff