Project

General

Profile

1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
<!-- $Id: named_locations.xml 3459 2007-09-17 21:56:45Z leinfelder $ -->
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

    
10
        <gml:featureMember>
11
                <locationDef>
12
                        <gml:name> Select a Location</gml:name>
13
                        <spatialKeyword>
14
                                <gml:location>
15
                                        <gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
16
                                                <gml:coordinates>16.5,-35 32.5,-22</gml:coordinates>
17
                                                <!-- <BoundingBox SRS="EPSG:4326" miny = "-35" maxy = "-22" maxx = "32.5" minx = "16.5"  />-->
18
                                        </gml:Envelope>
19
                                </gml:location>
20
                        </spatialKeyword>
21
                </locationDef>
22
        </gml:featureMember>
23

    
24
        <gml:featureMember>
25
                <locationDef>
26
                        <gml:name>Kruger National Park, South Africa</gml:name>
27
                        <spatialKeyword>
28
                                <gml:location>
29
                                        <gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
30
                                                <gml:coordinates>31,-26 32,-22</gml:coordinates>
31
                                                <!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> -->
32
                                        </gml:Envelope>
33
                                </gml:location>
34
                        </spatialKeyword>
35
                </locationDef>
36
        </gml:featureMember>
37

    
38
        <gml:featureMember>
39
                <locationDef>
40
                        <gml:name>Marakele National Park, South Africa</gml:name>
41
                        <spatialKeyword>
42
                                <gml:location>
43
                                        <gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
44
                                                <gml:coordinates>27.4,-24.6 27.8,-24.2</gml:coordinates>
45
                                        </gml:Envelope>
46
                                </gml:location>
47
                        </spatialKeyword>
48
                </locationDef>
49
        </gml:featureMember>
50

    
51
</QuickviewPresetResultSet>
(5-5/6)