Revision 5862
Added by ben leinfelder almost 14 years ago
lib/style/skins/sanparks/spatial/africa_frame_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>africa_frame_model.xml</defaultModelUrl> |
|
18 |
<widgets> |
|
19 |
|
|
20 |
<MapPaneOL id="mainMapWidget"> |
|
21 |
<htmlTagId>mainMapPane</htmlTagId> |
|
22 |
<fixedSize>true</fixedSize> |
|
23 |
<transitionEffect>resize</transitionEffect> |
|
24 |
</MapPaneOL> |
|
25 |
<CursorTrack id="cursorTrack"> |
|
26 |
<precision>5</precision> |
|
27 |
</CursorTrack> |
|
28 |
<MapScaleText id="scaleText"/> |
|
29 |
<Legend id="legend"/> |
|
30 |
|
|
31 |
<Loading2 id="loading2"> |
|
32 |
<mapContainerId>mainMapPane</mapContainerId> |
|
33 |
</Loading2> |
|
34 |
|
|
35 |
</widgets> |
|
36 |
<tools> |
|
37 |
<History id="extentHistory"/> |
|
38 |
<AoiMouseHandler id="mainAoi"/> |
|
39 |
<MouseClickHandler id="mainMouseClick"/> |
|
40 |
</tools> |
|
41 |
</Context> |
|
42 |
|
|
43 |
<Model id="locations"> |
|
44 |
<defaultModelUrl>./named_locations.xml</defaultModelUrl> |
|
45 |
<widgets> |
|
46 |
<Locations id="locationsSelect"> |
|
47 |
<targetModel>mainMap</targetModel> |
|
48 |
</Locations> |
|
49 |
</widgets> |
|
50 |
<tools> |
|
51 |
<ZoomToAoi id="locationsZoomToAoi"> |
|
52 |
<targetModel>mainMap</targetModel> |
|
53 |
</ZoomToAoi> |
|
54 |
</tools> |
|
55 |
</Model> |
|
56 |
|
|
57 |
</models> |
|
58 |
<widgets> |
|
59 |
|
|
60 |
<Back id="back"> |
|
61 |
<buttonBar>mainButtonBar</buttonBar> |
|
62 |
<targetModel>mainMap</targetModel> |
|
63 |
<class>Button</class> |
|
64 |
<disabledSrc>/images/UndoDisable.png</disabledSrc> |
|
65 |
</Back> |
|
66 |
<Forward id="forward"> |
|
67 |
<buttonBar>mainButtonBar</buttonBar> |
|
68 |
<targetModel>mainMap</targetModel> |
|
69 |
<class>Button</class> |
|
70 |
<disabledSrc>/images/RedoDisable.png</disabledSrc> |
|
71 |
</Forward> |
|
72 |
<ZoomIn id="zoomIn"> |
|
73 |
<buttonBar>mainButtonBar</buttonBar> |
|
74 |
<targetModel>mainMap</targetModel> |
|
75 |
<class>RadioButton</class> |
|
76 |
<selected>true</selected> |
|
77 |
<enabledSrc>/images/ZoomInEnable.png</enabledSrc> |
|
78 |
<disabledSrc>/images/ZoomInDisable.png</disabledSrc> |
|
79 |
</ZoomIn> |
|
80 |
<ZoomOut id="zoomOut"> |
|
81 |
<buttonBar>mainButtonBar</buttonBar> |
|
82 |
<targetModel>mainMap</targetModel> |
|
83 |
<class>RadioButton</class> |
|
84 |
<enabledSrc>/images/ZoomOutEnable.png</enabledSrc> |
|
85 |
<disabledSrc>/images/ZoomOutDisable.png</disabledSrc> |
|
86 |
</ZoomOut> |
|
87 |
<DragPan id="dragPan"> |
|
88 |
<buttonBar>mainButtonBar</buttonBar> |
|
89 |
<targetModel>mainMap</targetModel> |
|
90 |
<class>RadioButton</class> |
|
91 |
<enabledSrc>/images/PanEnable.png</enabledSrc> |
|
92 |
<disabledSrc>/images/PanDisable.png</disabledSrc> |
|
93 |
</DragPan> |
|
94 |
<Reset id="reset"> |
|
95 |
<buttonBar>mainButtonBar</buttonBar> |
|
96 |
<targetModel>mainMap</targetModel> |
|
97 |
<class>Button</class> |
|
98 |
<disabledSrc>/images/ResetExtentDisable.png</disabledSrc> |
|
99 |
</Reset> |
|
100 |
<Loading id="loadingApp"> |
|
101 |
<htmlTagId>mainMapPane</htmlTagId> |
|
102 |
</Loading> |
|
103 |
|
|
104 |
<AoiMetacatQuery id="aoiMetacatQuery"> |
|
105 |
<buttonBar>mainButtonBar</buttonBar> |
|
106 |
<targetModel>mainMap</targetModel> |
|
107 |
<class>RadioButton</class> |
|
108 |
<mouseHandler>mainAoi</mouseHandler> |
|
109 |
<enabledSrc>/images/QueryEnable.png</enabledSrc> |
|
110 |
<disabledSrc>/images/QueryDisable.png</disabledSrc> |
|
111 |
<tooltip xml:lang="en">select multiple datasets</tooltip> |
|
112 |
<metacat>../../../../metacat</metacat> |
|
113 |
<skin>sanparks</skin> |
|
114 |
<pixel_tolerance>5</pixel_tolerance> |
|
115 |
</AoiMetacatQuery> |
|
116 |
|
|
117 |
</widgets> |
|
118 |
<skinDir>../../../../spatial/mapbuilder/lib/skin/default</skinDir> |
|
119 |
<!-- Url of LOCAL redirection script, required to access external URLs --> |
|
120 |
<proxyUrl>../../proxy.jsp</proxyUrl> |
|
121 |
</MapbuilderConfig> |
|
122 | 0 |
lib/style/skins/sanparks/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 |
|
|
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 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
18 |
<!-- <BoundingBox SRS="EPSG:4326" miny = "-35" maxy = "-22" maxx = "32.5" minx = "16.5" />--> |
|
19 |
</gml:Envelope> |
|
20 |
</gml:location> |
|
21 |
</spatialKeyword> |
|
22 |
</locationDef> |
|
23 |
</gml:featureMember> |
|
24 |
|
|
25 |
<gml:featureMember> |
|
26 |
<locationDef> |
|
27 |
<gml:name>Addo Elephant National Park, South Africa</gml:name> |
|
28 |
<spatialKeyword> |
|
29 |
<gml:location> |
|
30 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
31 |
<gml:coordinates>24.96,-33.77 26.66,-33.07</gml:coordinates> |
|
32 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
33 |
</gml:Envelope> |
|
34 |
</gml:location> |
|
35 |
</spatialKeyword> |
|
36 |
</locationDef> |
|
37 |
</gml:featureMember> |
|
38 |
|
|
39 |
<gml:featureMember> |
|
40 |
<locationDef> |
|
41 |
<gml:name>AENP - Kuzuko Contractual Park, South Africa</gml:name> |
|
42 |
<spatialKeyword> |
|
43 |
<gml:location> |
|
44 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
45 |
<gml:coordinates>25.32,-33.25 25.54,-33.13</gml:coordinates> |
|
46 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
47 |
</gml:Envelope> |
|
48 |
</gml:location> |
|
49 |
</spatialKeyword> |
|
50 |
</locationDef> |
|
51 |
</gml:featureMember> |
|
52 |
|
|
53 |
<gml:featureMember> |
|
54 |
<locationDef> |
|
55 |
<gml:name>AENP - Langevlakte Contractual Park, South Africa</gml:name> |
|
56 |
<spatialKeyword> |
|
57 |
<gml:location> |
|
58 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
59 |
<gml:coordinates>26.31,-33.75 26.36,-33.71</gml:coordinates> |
|
60 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
61 |
</gml:Envelope> |
|
62 |
</gml:location> |
|
63 |
</spatialKeyword> |
|
64 |
</locationDef> |
|
65 |
</gml:featureMember> |
|
66 |
|
|
67 |
<gml:featureMember> |
|
68 |
<locationDef> |
|
69 |
<gml:name>AENP - Riverbend Contractual Park, South Africa</gml:name> |
|
70 |
<spatialKeyword> |
|
71 |
<gml:location> |
|
72 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
73 |
<gml:coordinates>25.72,-33.45 25.77,-33.41</gml:coordinates> |
|
74 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
75 |
</gml:Envelope> |
|
76 |
</gml:location> |
|
77 |
</spatialKeyword> |
|
78 |
</locationDef> |
|
79 |
</gml:featureMember> |
|
80 |
|
|
81 |
<gml:featureMember> |
|
82 |
<locationDef> |
|
83 |
<gml:name>Agulhas National Park, South Africa</gml:name> |
|
84 |
<spatialKeyword> |
|
85 |
<gml:location> |
|
86 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
87 |
<gml:coordinates>19.65,-34.83 20.02,-34.68</gml:coordinates> |
|
88 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
89 |
</gml:Envelope> |
|
90 |
</gml:location> |
|
91 |
</spatialKeyword> |
|
92 |
</locationDef> |
|
93 |
</gml:featureMember> |
|
94 |
|
|
95 |
<gml:featureMember> |
|
96 |
<locationDef> |
|
97 |
<gml:name>Augrabies Falls National Park, South Africa</gml:name> |
|
98 |
<spatialKeyword> |
|
99 |
<gml:location> |
|
100 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
101 |
<gml:coordinates>19.88,-28.62 20.4,-28.41</gml:coordinates> |
|
102 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
103 |
</gml:Envelope> |
|
104 |
</gml:location> |
|
105 |
</spatialKeyword> |
|
106 |
</locationDef> |
|
107 |
</gml:featureMember> |
|
108 |
|
|
109 |
<!-- |
|
110 |
BNP Bounbdary Position Uncertain 20.42 -34.06 20.43 -34.06 |
|
111 |
--> |
|
112 |
<gml:featureMember> |
|
113 |
<locationDef> |
|
114 |
<gml:name>Bontebok National Park, South Africa</gml:name> |
|
115 |
<spatialKeyword> |
|
116 |
<gml:location> |
|
117 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
118 |
<gml:coordinates>20.41,-34.09 20.52,-34.04</gml:coordinates> |
|
119 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
120 |
</gml:Envelope> |
|
121 |
</gml:location> |
|
122 |
</spatialKeyword> |
|
123 |
</locationDef> |
|
124 |
</gml:featureMember> |
|
125 |
<gml:featureMember> |
|
126 |
<locationDef> |
|
127 |
<gml:name>Camdeboo National Park, South Africa</gml:name> |
|
128 |
<spatialKeyword> |
|
129 |
<gml:location> |
|
130 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
131 |
<gml:coordinates>24.47,-32.33 24.68,-32.17</gml:coordinates> |
|
132 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
133 |
</gml:Envelope> |
|
134 |
</gml:location> |
|
135 |
</spatialKeyword> |
|
136 |
</locationDef> |
|
137 |
</gml:featureMember> |
|
138 |
|
|
139 |
<gml:featureMember> |
|
140 |
<locationDef> |
|
141 |
<gml:name>Forestry Exit Areas (SAFCOL), South Africa</gml:name> |
|
142 |
<spatialKeyword> |
|
143 |
<gml:location> |
|
144 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
145 |
<gml:coordinates>22.6,-33.96 23.19,-33.83</gml:coordinates> |
|
146 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
147 |
</gml:Envelope> |
|
148 |
</gml:location> |
|
149 |
</spatialKeyword> |
|
150 |
</locationDef> |
|
151 |
</gml:featureMember> |
|
152 |
|
|
153 |
<gml:featureMember> |
|
154 |
<locationDef> |
|
155 |
<gml:name>Garden Route National Park, South Africa</gml:name> |
|
156 |
<spatialKeyword> |
|
157 |
<gml:location> |
|
158 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
159 |
<gml:coordinates>22.53,-34.11 24.2,-33.81</gml:coordinates> |
|
160 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
161 |
</gml:Envelope> |
|
162 |
</gml:location> |
|
163 |
</spatialKeyword> |
|
164 |
</locationDef> |
|
165 |
</gml:featureMember> |
|
166 |
|
|
167 |
<gml:featureMember> |
|
168 |
<locationDef> |
|
169 |
<gml:name>Garden Route National Park (Contractual), South Africa</gml:name> |
|
170 |
<spatialKeyword> |
|
171 |
<gml:location> |
|
172 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
173 |
<gml:coordinates>23.23,-34 23.7,-33.79</gml:coordinates> |
|
174 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
175 |
</gml:Envelope> |
|
176 |
</gml:location> |
|
177 |
</spatialKeyword> |
|
178 |
</locationDef> |
|
179 |
</gml:featureMember> |
|
180 |
|
|
181 |
<gml:featureMember> |
|
182 |
<locationDef> |
|
183 |
<gml:name>Golden Gate Highlands National Park, South Africa</gml:name> |
|
184 |
<spatialKeyword> |
|
185 |
<gml:location> |
|
186 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
187 |
<gml:coordinates>28.52,-28.61 28.81,-28.4</gml:coordinates> |
|
188 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
189 |
</gml:Envelope> |
|
190 |
</gml:location> |
|
191 |
</spatialKeyword> |
|
192 |
</locationDef> |
|
193 |
</gml:featureMember> |
|
194 |
|
|
195 |
<gml:featureMember> |
|
196 |
<locationDef> |
|
197 |
<gml:name>Groenkloof National Park, South Africa</gml:name> |
|
198 |
<spatialKeyword> |
|
199 |
<gml:location> |
|
200 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
201 |
<gml:coordinates>28.2,-25.81 28.23,-25.79</gml:coordinates> |
|
202 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
203 |
</gml:Envelope> |
|
204 |
</gml:location> |
|
205 |
</spatialKeyword> |
|
206 |
</locationDef> |
|
207 |
</gml:featureMember> |
|
208 |
|
|
209 |
<gml:featureMember> |
|
210 |
<locationDef> |
|
211 |
<gml:name>Karoo National Park, South Africa</gml:name> |
|
212 |
<spatialKeyword> |
|
213 |
<gml:location> |
|
214 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
215 |
<gml:coordinates>21.99,-32.41 22.58,-32.12</gml:coordinates> |
|
216 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
217 |
</gml:Envelope> |
|
218 |
</gml:location> |
|
219 |
</spatialKeyword> |
|
220 |
</locationDef> |
|
221 |
</gml:featureMember> |
|
222 |
|
|
223 |
<gml:featureMember> |
|
224 |
<locationDef> |
|
225 |
<gml:name>Kgalagadi Transfrontier Park, South Africa</gml:name> |
|
226 |
<spatialKeyword> |
|
227 |
<gml:location> |
|
228 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
229 |
<gml:coordinates>20,-26.48 22.16,-24.11</gml:coordinates> |
|
230 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
231 |
</gml:Envelope> |
|
232 |
</gml:location> |
|
233 |
</spatialKeyword> |
|
234 |
</locationDef> |
|
235 |
</gml:featureMember> |
|
236 |
|
|
237 |
<gml:featureMember> |
|
238 |
<locationDef> |
|
239 |
<gml:name>Knysna National Lake Area, South Africa</gml:name> |
|
240 |
<spatialKeyword> |
|
241 |
<gml:location> |
|
242 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
243 |
<gml:coordinates>22.53,-34.11 24.2,-33.81</gml:coordinates> |
|
244 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
245 |
</gml:Envelope> |
|
246 |
</gml:location> |
|
247 |
</spatialKeyword> |
|
248 |
</locationDef> |
|
249 |
</gml:featureMember> |
|
250 |
|
|
251 |
<gml:featureMember> |
|
252 |
<locationDef> |
|
253 |
<gml:name>Kruger National Park, South Africa</gml:name> |
|
254 |
<spatialKeyword> |
|
255 |
<gml:location> |
|
256 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
257 |
<gml:coordinates>31,-26 32,-22</gml:coordinates> |
|
258 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
259 |
</gml:Envelope> |
|
260 |
</gml:location> |
|
261 |
</spatialKeyword> |
|
262 |
</locationDef> |
|
263 |
</gml:featureMember> |
|
264 |
|
|
265 |
<gml:featureMember> |
|
266 |
<locationDef> |
|
267 |
<gml:name>Mapungubwe National Park, South Africa</gml:name> |
|
268 |
<spatialKeyword> |
|
269 |
<gml:location> |
|
270 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
271 |
<gml:coordinates>29.17,-22.31 29.53,-22.17</gml:coordinates> |
|
272 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
273 |
</gml:Envelope> |
|
274 |
</gml:location> |
|
275 |
</spatialKeyword> |
|
276 |
</locationDef> |
|
277 |
</gml:featureMember> |
|
278 |
|
|
279 |
<gml:featureMember> |
|
280 |
<locationDef> |
|
281 |
<gml:name>Marakele National Park, South Africa</gml:name> |
|
282 |
<spatialKeyword> |
|
283 |
<gml:location> |
|
284 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
285 |
<gml:coordinates>27.4,-24.6 27.8,-24.2</gml:coordinates> |
|
286 |
</gml:Envelope> |
|
287 |
</gml:location> |
|
288 |
</spatialKeyword> |
|
289 |
</locationDef> |
|
290 |
</gml:featureMember> |
|
291 |
|
|
292 |
<gml:featureMember> |
|
293 |
<locationDef> |
|
294 |
<gml:name>Marakele Parks Limited, South Africa</gml:name> |
|
295 |
<spatialKeyword> |
|
296 |
<gml:location> |
|
297 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
298 |
<gml:coordinates>27.49,-24.37 27.72,-24.23</gml:coordinates> |
|
299 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
300 |
</gml:Envelope> |
|
301 |
</gml:location> |
|
302 |
</spatialKeyword> |
|
303 |
</locationDef> |
|
304 |
</gml:featureMember> |
|
305 |
|
|
306 |
<gml:featureMember> |
|
307 |
<locationDef> |
|
308 |
<gml:name>Mokala National Park, South Africa</gml:name> |
|
309 |
<spatialKeyword> |
|
310 |
<gml:location> |
|
311 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
312 |
<gml:coordinates>24.2,-29.25 24.5,-28.95</gml:coordinates> |
|
313 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
314 |
</gml:Envelope> |
|
315 |
</gml:location> |
|
316 |
</spatialKeyword> |
|
317 |
</locationDef> |
|
318 |
</gml:featureMember> |
|
319 |
|
|
320 |
<gml:featureMember> |
|
321 |
<locationDef> |
|
322 |
<gml:name>Mountain Zebra National Park, South Africa</gml:name> |
|
323 |
<spatialKeyword> |
|
324 |
<gml:location> |
|
325 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
326 |
<gml:coordinates>25.09,-32.32 25.53,-32.09</gml:coordinates> |
|
327 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
328 |
</gml:Envelope> |
|
329 |
</gml:location> |
|
330 |
</spatialKeyword> |
|
331 |
</locationDef> |
|
332 |
</gml:featureMember> |
|
333 |
|
|
334 |
<gml:featureMember> |
|
335 |
<locationDef> |
|
336 |
<gml:name>Namaqua National Park, South Africa</gml:name> |
|
337 |
<spatialKeyword> |
|
338 |
<gml:location> |
|
339 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
340 |
<gml:coordinates>17.32,-30.5 17.82,-29.9</gml:coordinates> |
|
341 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
342 |
</gml:Envelope> |
|
343 |
</gml:location> |
|
344 |
</spatialKeyword> |
|
345 |
</locationDef> |
|
346 |
</gml:featureMember> |
|
347 |
<gml:featureMember> |
|
348 |
<locationDef> |
|
349 |
<gml:name>Table Mountain National Park, South Africa</gml:name> |
|
350 |
<spatialKeyword> |
|
351 |
<gml:location> |
|
352 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
353 |
<gml:coordinates>18.31,-34.36 18.5,-33.91</gml:coordinates> |
|
354 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
355 |
</gml:Envelope> |
|
356 |
</gml:location> |
|
357 |
</spatialKeyword> |
|
358 |
</locationDef> |
|
359 |
</gml:featureMember> |
|
360 |
|
|
361 |
<gml:featureMember> |
|
362 |
<locationDef> |
|
363 |
<gml:name>Tankwa Contractual, South Africa</gml:name> |
|
364 |
<spatialKeyword> |
|
365 |
<gml:location> |
|
366 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
367 |
<gml:coordinates>20.1,-32.28 20.23,-32.14</gml:coordinates> |
|
368 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
369 |
</gml:Envelope> |
|
370 |
</gml:location> |
|
371 |
</spatialKeyword> |
|
372 |
</locationDef> |
|
373 |
</gml:featureMember> |
|
374 |
|
|
375 |
<gml:featureMember> |
|
376 |
<locationDef> |
|
377 |
<gml:name>Tankwa Karoo National Park, South Africa</gml:name> |
|
378 |
<spatialKeyword> |
|
379 |
<gml:location> |
|
380 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
381 |
<gml:coordinates>19.66,-32.38 20.22,-32.08</gml:coordinates> |
|
382 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
383 |
</gml:Envelope> |
|
384 |
</gml:location> |
|
385 |
</spatialKeyword> |
|
386 |
</locationDef> |
|
387 |
</gml:featureMember> |
|
388 |
|
|
389 |
<gml:featureMember> |
|
390 |
<locationDef> |
|
391 |
<gml:name>Tsitsikamma National Park, South Africa</gml:name> |
|
392 |
<spatialKeyword> |
|
393 |
<gml:location> |
|
394 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
395 |
<gml:coordinates>22.53,-34.11 24.2,-33.81</gml:coordinates> |
|
396 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
397 |
</gml:Envelope> |
|
398 |
</gml:location> |
|
399 |
</spatialKeyword> |
|
400 |
</locationDef> |
|
401 |
</gml:featureMember> |
|
402 |
<gml:featureMember> |
|
403 |
<locationDef> |
|
404 |
<gml:name>Vaalbos National Park, South Africa</gml:name> |
|
405 |
<spatialKeyword> |
|
406 |
<gml:location> |
|
407 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
408 |
<gml:coordinates>24.2,-28.72 24.48,-28.45</gml:coordinates> |
|
409 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
410 |
</gml:Envelope> |
|
411 |
</gml:location> |
|
412 |
</spatialKeyword> |
|
413 |
</locationDef> |
|
414 |
</gml:featureMember> |
|
415 |
|
|
416 |
<gml:featureMember> |
|
417 |
<locationDef> |
|
418 |
<gml:name>West Coast National Park, South Africa</gml:name> |
|
419 |
<spatialKeyword> |
|
420 |
<gml:location> |
|
421 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
422 |
<gml:coordinates>17.92,-33.34 18.26,-33.04</gml:coordinates> |
|
423 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
424 |
</gml:Envelope> |
|
425 |
</gml:location> |
|
426 |
</spatialKeyword> |
|
427 |
</locationDef> |
|
428 |
</gml:featureMember> |
|
429 |
<gml:featureMember> |
|
430 |
<locationDef> |
|
431 |
<gml:name>Wilderness National Park, South Africa</gml:name> |
|
432 |
<spatialKeyword> |
|
433 |
<gml:location> |
|
434 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
435 |
<gml:coordinates>22.53,-34.11 24.2,-33.81</gml:coordinates> |
|
436 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
437 |
</gml:Envelope> |
|
438 |
</gml:location> |
|
439 |
</spatialKeyword> |
|
440 |
</locationDef> |
|
441 |
</gml:featureMember> |
|
442 |
<gml:featureMember> |
|
443 |
<locationDef> |
|
444 |
<gml:name>Ai-|Ais/Richtersveld Transfrontier National Park, South Africa</gml:name> |
|
445 |
<spatialKeyword> |
|
446 |
<gml:location> |
|
447 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
448 |
<gml:coordinates>16.88,-28.52 17.41,-28.03</gml:coordinates> |
|
449 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
450 |
</gml:Envelope> |
|
451 |
</gml:location> |
|
452 |
</spatialKeyword> |
|
453 |
</locationDef> |
|
454 |
</gml:featureMember> |
|
455 |
|
|
456 |
|
|
457 |
</QuickviewPresetResultSet> |
|
458 | 0 |
lib/style/skins/sanparks/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 |
|
|
34 | 0 |
lib/style/skins/sanparks/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 |
|
|
84 | 0 |
lib/style/skins/sanparks/spatial/pma.html | ||
---|---|---|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
|
2 |
|
|
3 |
|
|
4 |
<html> |
|
5 |
<head> |
|
6 |
<title>Metacat Spatial Option Demo</title> |
|
7 |
|
|
8 |
<link rel="stylesheet" href="./html.css" type="text/css"/> |
|
9 |
|
|
10 |
<link href="../sanparks.css" type="text/css" rel="stylesheet"/> |
|
11 |
<script src="../sanparks.js" type="text/JavaScript" language="Javascript"></script> |
|
12 |
|
|
13 |
<link href="./map.css" type="text/css" rel="stylesheet"/> |
|
14 |
|
|
15 |
<script src="../../../common/prototype.js" type="text/JavaScript" language="Javascript"></script> |
|
16 |
<script src="../../../common/effects.js" type="text/JavaScript" language="Javascript"></script> |
|
17 |
|
|
18 |
<script language="JavaScript"> |
|
19 |
function submitform(action,form_ref) { |
|
20 |
form_ref.action.value=action; |
|
21 |
form_ref.sessionid.value=""; |
|
22 |
form_ref.qformat.value="sanparks"; |
|
23 |
form_ref.submit(); |
|
24 |
} |
|
25 |
</script> |
|
26 |
|
|
27 |
<script type="text/javascript"> |
|
28 |
var mbConfigUrl="africa_frame_config.xml"; |
|
29 |
</script> |
|
30 |
<script type="text/javascript" src="../../../../spatial/mapbuilder/lib/Mapbuilder.js"></script> |
|
31 |
|
|
32 |
|
|
33 |
<script language="JavaScript"> |
|
34 |
|
|
35 |
function getElementsByClassName(oElm, strTagName, strClassName){ |
|
36 |
var arrElements = (strTagName == "*" && document.all)? document.all : oElm.getElementsByTagName(strTagName); |
|
37 |
var arrReturnElements = new Array(); |
|
38 |
strClassName = strClassName.replace(/\-/g, "\\-"); |
|
39 |
var oRegExp = new RegExp("(^|\\s)" + strClassName + "(\\s|$)"); |
|
40 |
var oElement; |
|
41 |
for(var i=0; i<arrElements.length; i++){ |
|
42 |
oElement = arrElements[i]; |
|
43 |
if(oRegExp.test(oElement.className)){ |
|
44 |
arrReturnElements.push(oElement); |
|
45 |
} |
|
46 |
} |
|
47 |
return (arrReturnElements) |
|
48 |
} |
|
49 |
|
|
50 |
</script> |
|
51 |
|
|
52 |
</head> |
|
53 |
<!-- |
|
54 |
<body onload="document.location='/wms/GetCapabilities'"> |
|
55 |
--> |
|
56 |
<body onload="mbDoLoad()" style="background: #FFFFFF;"> |
|
57 |
|
|
58 |
<div id="mapContainer"> |
|
59 |
|
|
60 |
<table border="0" cellpadding="0" cellspacing="0" style="background: #FFFFFF;"> |
|
61 |
<tr> |
|
62 |
<td valign="top"> |
|
63 |
<table border="0" style="border: 1px solid #525d76;"> |
|
64 |
|
|
65 |
<tr valign="top"> |
|
66 |
|
|
67 |
<td> |
|
68 |
<div id="mainMapPane" style="background-color:white;" /> |
|
69 |
<div id="loading"> |
|
70 |
<p> Loading Map |
|
71 |
<img src="../../../../spatial/mapbuilder/lib/skin/default/images/Loading.gif"/> |
|
72 |
</p> |
|
73 |
</div> |
|
74 |
</td> |
|
75 |
|
|
76 |
<td> |
|
77 |
|
|
78 |
<table border="0"> |
|
79 |
<tr> |
|
80 |
<td id="locatorMap" style="display:none"/> |
|
81 |
</tr> |
|
82 |
<tr> |
|
83 |
<td id="mainButtonBar" /> |
|
84 |
</tr> |
|
85 |
<tr> |
|
86 |
<td id="cursorTrack" /> |
|
87 |
</tr> |
|
88 |
<tr> |
|
89 |
<td id="legend" valign="top"/> |
|
90 |
</tr> |
|
91 |
<tr> |
|
92 |
<td id="featureList" /> |
|
93 |
</tr> |
|
94 |
</table> |
|
95 |
</td> |
|
96 |
|
|
97 |
</tr> |
|
98 |
|
|
99 |
<tr> |
|
100 |
<td colspan="2" align="center" id="locationsSelect" /> |
|
101 |
</tr> |
|
102 |
|
|
103 |
</table> |
|
104 |
</td> |
|
105 |
</tr> |
|
106 |
</table> |
|
107 |
</div> |
|
108 |
|
|
109 |
<div id="debug"></div> |
|
110 |
|
|
111 |
</body> |
|
112 |
</html> |
|
113 | 0 |
lib/style/skins/sanparks/spatial/africa_frame_model.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="320" height="260" /> |
|
9 |
<!-- <BoundingBox SRS="EPSG:4326" minx="30" miny="-26.5" maxx="33" maxy="-21.5"/>--> |
|
10 |
<!-- <BoundingBox SRS="EPSG:4326" minx="10" miny="-40" maxx="40" maxy="-10"/> --> |
|
11 |
<BoundingBox SRS="EPSG:4326" miny = "-35" maxy = "-22" maxx = "32.5" minx = "16.5" /> |
|
12 |
<Title>South African National Parks</Title> |
|
13 |
<KeywordList> |
|
14 |
<Keyword>metacat</Keyword> |
|
15 |
<Keyword>EML</Keyword> |
|
16 |
</KeywordList> |
|
17 |
<Abstract>Low resolution.</Abstract> |
|
18 |
</General> |
|
19 |
<LayerList> |
|
20 |
|
|
21 |
<Layer queryable="0" hidden="1"> |
|
22 |
<Server service="wms" version="1.1.0" title="wms"> |
|
23 |
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://wms.jpl.nasa.gov/wms.cgi?"/> |
|
24 |
</Server> |
|
25 |
<Name>global_mosaic</Name> |
|
26 |
<!-- <Name>BMNG</Name> --> |
|
27 |
<Title>Satellite Imagery</Title> |
|
28 |
<SRS>EPSG:4326</SRS> |
|
29 |
<FormatList> |
|
30 |
<Format current="1">image/jpeg</Format> |
|
31 |
</FormatList> |
|
32 |
</Layer> |
|
33 |
|
|
34 |
<Layer queryable="0" hidden="0"> |
|
35 |
<Server service="OGC:WMS" version="1.1.1" |
|
36 |
title="countries"> |
|
37 |
<OnlineResource xlink:type="simple" xlink:href="../../../../wms" /> |
|
38 |
</Server> |
|
39 |
<Name>metacat:world_borders</Name> |
|
40 |
<Title>World Countries</Title> |
|
41 |
<SRS>EPSG:4326</SRS> |
|
42 |
<FormatList> |
|
43 |
<Format current="1">image/gif</Format> |
|
44 |
</FormatList> |
|
45 |
</Layer> |
|
46 |
|
|
47 |
<Layer queryable="0" hidden="0"> |
|
48 |
<Server service="OGC:WMS" version="1.1.1" |
|
49 |
title="SANParks"> |
|
50 |
<OnlineResource xlink:type="simple" xlink:href="../../../../wms" /> |
|
51 |
</Server> |
|
52 |
<Name>sanparks:SANParks_Boundaries_gcs_wgs84</Name> |
|
53 |
<Title>SANParks Boundaries</Title> |
|
54 |
<SRS>EPSG:4326</SRS> |
|
55 |
<FormatList> |
|
56 |
<Format current="1">image/gif</Format> |
|
57 |
</FormatList> |
|
58 |
</Layer> |
|
59 |
|
|
60 |
<Layer queryable="0" hidden="0"> |
|
61 |
<Server service="OGC:WMS" version="1.1.1" |
|
62 |
title="DatasetBounds"> |
|
63 |
<OnlineResource xlink:type="simple" xlink:href="../../../../wms" /> |
|
64 |
</Server> |
|
65 |
<Name>metacat:data_bounds</Name> |
|
66 |
<Title>Dataset Bounds</Title> |
|
67 |
<SRS>EPSG:4326</SRS> |
|
68 |
<FormatList> |
|
69 |
<Format current="1">image/gif</Format> |
|
70 |
</FormatList> |
|
71 |
</Layer> |
|
72 |
|
|
73 |
|
|
74 |
<Layer queryable="0" hidden="0"> |
|
75 |
<Server service="OGC:WMS" version="1.1.1" |
|
76 |
title="DatasetPoints"> |
|
77 |
<OnlineResource xlink:type="simple" xlink:href="../../../../wms" /> |
|
78 |
</Server> |
|
79 |
<Name>metacat:data_points</Name> |
|
80 |
<Title>Dataset Points</Title> |
|
81 |
<SRS>EPSG:4326</SRS> |
|
82 |
<FormatList> |
|
83 |
<Format current="1">image/gif</Format> |
|
84 |
</FormatList> |
|
85 |
</Layer> |
|
86 |
|
|
87 |
<!-- <Layer queryable="1" hidden="0"> |
|
88 |
<Server service="OGC:WMS" version="1.1.1" |
|
89 |
title="Datasets"> |
|
90 |
<OnlineResource xlink:type="simple" xlink:href="../../../../wms" /> |
|
91 |
</Server> |
|
92 |
<Name>metacat:metacat_testdata</Name> |
|
93 |
<Title>Datasets</Title> |
|
94 |
<SRS>EPSG:4326</SRS> |
|
95 |
<FormatList> |
|
96 |
<Format current="1">image/png</Format> |
|
97 |
</FormatList> |
|
98 |
</Layer> --> |
|
99 |
|
|
100 |
</LayerList> |
|
101 |
</ViewContext> |
|
102 | 0 |
lib/style/skins/saeon/spatial/africa_frame_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>africa_frame_model.xml</defaultModelUrl> |
|
18 |
<widgets> |
|
19 |
|
|
20 |
<MapPaneOL id="mainMapWidget"> |
|
21 |
<htmlTagId>mainMapPane</htmlTagId> |
|
22 |
<fixedSize>true</fixedSize> |
|
23 |
<transitionEffect>resize</transitionEffect> |
|
24 |
</MapPaneOL> |
|
25 |
<CursorTrack id="cursorTrack"> |
|
26 |
<precision>5</precision> |
|
27 |
</CursorTrack> |
|
28 |
<MapScaleText id="scaleText"/> |
|
29 |
<Legend id="legend"/> |
|
30 |
|
|
31 |
<Loading2 id="loading2"> |
|
32 |
<mapContainerId>mainMapPane</mapContainerId> |
|
33 |
</Loading2> |
|
34 |
|
|
35 |
</widgets> |
|
36 |
<tools> |
|
37 |
<History id="extentHistory"/> |
|
38 |
<AoiMouseHandler id="mainAoi"/> |
|
39 |
<MouseClickHandler id="mainMouseClick"/> |
|
40 |
</tools> |
|
41 |
</Context> |
|
42 |
|
|
43 |
<Model id="locations"> |
|
44 |
<defaultModelUrl>./named_locations.xml</defaultModelUrl> |
|
45 |
<widgets> |
|
46 |
<Locations id="locationsSelect"> |
|
47 |
<targetModel>mainMap</targetModel> |
|
48 |
</Locations> |
|
49 |
</widgets> |
|
50 |
<tools> |
|
51 |
<ZoomToAoi id="locationsZoomToAoi"> |
|
52 |
<targetModel>mainMap</targetModel> |
|
53 |
</ZoomToAoi> |
|
54 |
</tools> |
|
55 |
</Model> |
|
56 |
|
|
57 |
</models> |
|
58 |
<widgets> |
|
59 |
|
|
60 |
<Back id="back"> |
|
61 |
<buttonBar>mainButtonBar</buttonBar> |
|
62 |
<targetModel>mainMap</targetModel> |
|
63 |
<class>Button</class> |
|
64 |
<disabledSrc>/images/UndoDisable.png</disabledSrc> |
|
65 |
</Back> |
|
66 |
<Forward id="forward"> |
|
67 |
<buttonBar>mainButtonBar</buttonBar> |
|
68 |
<targetModel>mainMap</targetModel> |
|
69 |
<class>Button</class> |
|
70 |
<disabledSrc>/images/RedoDisable.png</disabledSrc> |
|
71 |
</Forward> |
|
72 |
<ZoomIn id="zoomIn"> |
|
73 |
<buttonBar>mainButtonBar</buttonBar> |
|
74 |
<targetModel>mainMap</targetModel> |
|
75 |
<class>RadioButton</class> |
|
76 |
<selected>true</selected> |
|
77 |
<enabledSrc>/images/ZoomInEnable.png</enabledSrc> |
|
78 |
<disabledSrc>/images/ZoomInDisable.png</disabledSrc> |
|
79 |
</ZoomIn> |
|
80 |
<ZoomOut id="zoomOut"> |
|
81 |
<buttonBar>mainButtonBar</buttonBar> |
|
82 |
<targetModel>mainMap</targetModel> |
|
83 |
<class>RadioButton</class> |
|
84 |
<enabledSrc>/images/ZoomOutEnable.png</enabledSrc> |
|
85 |
<disabledSrc>/images/ZoomOutDisable.png</disabledSrc> |
|
86 |
</ZoomOut> |
|
87 |
<DragPan id="dragPan"> |
|
88 |
<buttonBar>mainButtonBar</buttonBar> |
|
89 |
<targetModel>mainMap</targetModel> |
|
90 |
<class>RadioButton</class> |
|
91 |
<enabledSrc>/images/PanEnable.png</enabledSrc> |
|
92 |
<disabledSrc>/images/PanDisable.png</disabledSrc> |
|
93 |
</DragPan> |
|
94 |
<Reset id="reset"> |
|
95 |
<buttonBar>mainButtonBar</buttonBar> |
|
96 |
<targetModel>mainMap</targetModel> |
|
97 |
<class>Button</class> |
|
98 |
<disabledSrc>/images/ResetExtentDisable.png</disabledSrc> |
|
99 |
</Reset> |
|
100 |
<Loading id="loadingApp"> |
|
101 |
<htmlTagId>mainMapPane</htmlTagId> |
|
102 |
</Loading> |
|
103 |
|
|
104 |
<AoiMetacatQuery id="aoiMetacatQuery"> |
|
105 |
<buttonBar>mainButtonBar</buttonBar> |
|
106 |
<targetModel>mainMap</targetModel> |
|
107 |
<class>RadioButton</class> |
|
108 |
<mouseHandler>mainAoi</mouseHandler> |
|
109 |
<enabledSrc>/images/QueryEnable.png</enabledSrc> |
|
110 |
<disabledSrc>/images/QueryDisable.png</disabledSrc> |
|
111 |
<tooltip xml:lang="en">select multiple datasets</tooltip> |
|
112 |
<metacat>../../../../metacat</metacat> |
|
113 |
<skin>saeon</skin> |
|
114 |
<pixel_tolerance>5</pixel_tolerance> |
|
115 |
</AoiMetacatQuery> |
|
116 |
|
|
117 |
</widgets> |
|
118 |
<skinDir>../../../../spatial/mapbuilder/lib/skin/default</skinDir> |
|
119 |
<!-- Url of LOCAL redirection script, required to access external URLs --> |
|
120 |
<proxyUrl>../../proxy.jsp</proxyUrl> |
|
121 |
</MapbuilderConfig> |
|
122 | 0 |
lib/style/skins/saeon/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 |
|
|
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 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
18 |
<!-- <BoundingBox SRS="EPSG:4326" miny = "-35" maxy = "-22" maxx = "32.5" minx = "16.5" />--> |
|
19 |
</gml:Envelope> |
|
20 |
</gml:location> |
|
21 |
</spatialKeyword> |
|
22 |
</locationDef> |
|
23 |
</gml:featureMember> |
|
24 |
|
|
25 |
<gml:featureMember> |
|
26 |
<locationDef> |
|
27 |
<gml:name>Addo Elephant National Park, South Africa</gml:name> |
|
28 |
<spatialKeyword> |
|
29 |
<gml:location> |
|
30 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
31 |
<gml:coordinates>24.96,-33.77 26.66,-33.07</gml:coordinates> |
|
32 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
33 |
</gml:Envelope> |
|
34 |
</gml:location> |
|
35 |
</spatialKeyword> |
|
36 |
</locationDef> |
|
37 |
</gml:featureMember> |
|
38 |
|
|
39 |
<gml:featureMember> |
|
40 |
<locationDef> |
|
41 |
<gml:name>AENP - Kuzuko Contractual Park, South Africa</gml:name> |
|
42 |
<spatialKeyword> |
|
43 |
<gml:location> |
|
44 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
45 |
<gml:coordinates>25.32,-33.25 25.54,-33.13</gml:coordinates> |
|
46 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
47 |
</gml:Envelope> |
|
48 |
</gml:location> |
|
49 |
</spatialKeyword> |
|
50 |
</locationDef> |
|
51 |
</gml:featureMember> |
|
52 |
|
|
53 |
<gml:featureMember> |
|
54 |
<locationDef> |
|
55 |
<gml:name>AENP - Langevlakte Contractual Park, South Africa</gml:name> |
|
56 |
<spatialKeyword> |
|
57 |
<gml:location> |
|
58 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
59 |
<gml:coordinates>26.31,-33.75 26.36,-33.71</gml:coordinates> |
|
60 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
61 |
</gml:Envelope> |
|
62 |
</gml:location> |
|
63 |
</spatialKeyword> |
|
64 |
</locationDef> |
|
65 |
</gml:featureMember> |
|
66 |
|
|
67 |
<gml:featureMember> |
|
68 |
<locationDef> |
|
69 |
<gml:name>AENP - Riverbend Contractual Park, South Africa</gml:name> |
|
70 |
<spatialKeyword> |
|
71 |
<gml:location> |
|
72 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
73 |
<gml:coordinates>25.72,-33.45 25.77,-33.41</gml:coordinates> |
|
74 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
75 |
</gml:Envelope> |
|
76 |
</gml:location> |
|
77 |
</spatialKeyword> |
|
78 |
</locationDef> |
|
79 |
</gml:featureMember> |
|
80 |
|
|
81 |
<gml:featureMember> |
|
82 |
<locationDef> |
|
83 |
<gml:name>Agulhas National Park, South Africa</gml:name> |
|
84 |
<spatialKeyword> |
|
85 |
<gml:location> |
|
86 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
87 |
<gml:coordinates>19.65,-34.83 20.02,-34.68</gml:coordinates> |
|
88 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
89 |
</gml:Envelope> |
|
90 |
</gml:location> |
|
91 |
</spatialKeyword> |
|
92 |
</locationDef> |
|
93 |
</gml:featureMember> |
|
94 |
|
|
95 |
<gml:featureMember> |
|
96 |
<locationDef> |
|
97 |
<gml:name>Augrabies Falls National Park, South Africa</gml:name> |
|
98 |
<spatialKeyword> |
|
99 |
<gml:location> |
|
100 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
101 |
<gml:coordinates>19.88,-28.62 20.4,-28.41</gml:coordinates> |
|
102 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
103 |
</gml:Envelope> |
|
104 |
</gml:location> |
|
105 |
</spatialKeyword> |
|
106 |
</locationDef> |
|
107 |
</gml:featureMember> |
|
108 |
|
|
109 |
<!-- |
|
110 |
BNP Bounbdary Position Uncertain 20.42 -34.06 20.43 -34.06 |
|
111 |
--> |
|
112 |
<gml:featureMember> |
|
113 |
<locationDef> |
|
114 |
<gml:name>Bontebok National Park, South Africa</gml:name> |
|
115 |
<spatialKeyword> |
|
116 |
<gml:location> |
|
117 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
118 |
<gml:coordinates>20.41,-34.09 20.52,-34.04</gml:coordinates> |
|
119 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
120 |
</gml:Envelope> |
|
121 |
</gml:location> |
|
122 |
</spatialKeyword> |
|
123 |
</locationDef> |
|
124 |
</gml:featureMember> |
|
125 |
<gml:featureMember> |
|
126 |
<locationDef> |
|
127 |
<gml:name>Camdeboo National Park, South Africa</gml:name> |
|
128 |
<spatialKeyword> |
|
129 |
<gml:location> |
|
130 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
131 |
<gml:coordinates>24.47,-32.33 24.68,-32.17</gml:coordinates> |
|
132 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
133 |
</gml:Envelope> |
|
134 |
</gml:location> |
|
135 |
</spatialKeyword> |
|
136 |
</locationDef> |
|
137 |
</gml:featureMember> |
|
138 |
|
|
139 |
<gml:featureMember> |
|
140 |
<locationDef> |
|
141 |
<gml:name>Forestry Exit Areas (SAFCOL), South Africa</gml:name> |
|
142 |
<spatialKeyword> |
|
143 |
<gml:location> |
|
144 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
145 |
<gml:coordinates>22.6,-33.96 23.19,-33.83</gml:coordinates> |
|
146 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
147 |
</gml:Envelope> |
|
148 |
</gml:location> |
|
149 |
</spatialKeyword> |
|
150 |
</locationDef> |
|
151 |
</gml:featureMember> |
|
152 |
|
|
153 |
<gml:featureMember> |
|
154 |
<locationDef> |
|
155 |
<gml:name>Garden Route National Park, South Africa</gml:name> |
|
156 |
<spatialKeyword> |
|
157 |
<gml:location> |
|
158 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
159 |
<gml:coordinates>22.53,-34.11 24.2,-33.81</gml:coordinates> |
|
160 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
161 |
</gml:Envelope> |
|
162 |
</gml:location> |
|
163 |
</spatialKeyword> |
|
164 |
</locationDef> |
|
165 |
</gml:featureMember> |
|
166 |
|
|
167 |
<gml:featureMember> |
|
168 |
<locationDef> |
|
169 |
<gml:name>Garden Route National Park (Contractual), South Africa</gml:name> |
|
170 |
<spatialKeyword> |
|
171 |
<gml:location> |
|
172 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
173 |
<gml:coordinates>23.23,-34 23.7,-33.79</gml:coordinates> |
|
174 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
175 |
</gml:Envelope> |
|
176 |
</gml:location> |
|
177 |
</spatialKeyword> |
|
178 |
</locationDef> |
|
179 |
</gml:featureMember> |
|
180 |
|
|
181 |
<gml:featureMember> |
|
182 |
<locationDef> |
|
183 |
<gml:name>Golden Gate Highlands National Park, South Africa</gml:name> |
|
184 |
<spatialKeyword> |
|
185 |
<gml:location> |
|
186 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
187 |
<gml:coordinates>28.52,-28.61 28.81,-28.4</gml:coordinates> |
|
188 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
189 |
</gml:Envelope> |
|
190 |
</gml:location> |
|
191 |
</spatialKeyword> |
|
192 |
</locationDef> |
|
193 |
</gml:featureMember> |
|
194 |
|
|
195 |
<gml:featureMember> |
|
196 |
<locationDef> |
|
197 |
<gml:name>Groenkloof National Park, South Africa</gml:name> |
|
198 |
<spatialKeyword> |
|
199 |
<gml:location> |
|
200 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
201 |
<gml:coordinates>28.2,-25.81 28.23,-25.79</gml:coordinates> |
|
202 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
203 |
</gml:Envelope> |
|
204 |
</gml:location> |
|
205 |
</spatialKeyword> |
|
206 |
</locationDef> |
|
207 |
</gml:featureMember> |
|
208 |
|
|
209 |
<gml:featureMember> |
|
210 |
<locationDef> |
|
211 |
<gml:name>Karoo National Park, South Africa</gml:name> |
|
212 |
<spatialKeyword> |
|
213 |
<gml:location> |
|
214 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
215 |
<gml:coordinates>21.99,-32.41 22.58,-32.12</gml:coordinates> |
|
216 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
217 |
</gml:Envelope> |
|
218 |
</gml:location> |
|
219 |
</spatialKeyword> |
|
220 |
</locationDef> |
|
221 |
</gml:featureMember> |
|
222 |
|
|
223 |
<gml:featureMember> |
|
224 |
<locationDef> |
|
225 |
<gml:name>Kgalagadi Transfrontier Park, South Africa</gml:name> |
|
226 |
<spatialKeyword> |
|
227 |
<gml:location> |
|
228 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
229 |
<gml:coordinates>20,-26.48 22.16,-24.11</gml:coordinates> |
|
230 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
231 |
</gml:Envelope> |
|
232 |
</gml:location> |
|
233 |
</spatialKeyword> |
|
234 |
</locationDef> |
|
235 |
</gml:featureMember> |
|
236 |
|
|
237 |
<gml:featureMember> |
|
238 |
<locationDef> |
|
239 |
<gml:name>Knysna National Lake Area, South Africa</gml:name> |
|
240 |
<spatialKeyword> |
|
241 |
<gml:location> |
|
242 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
243 |
<gml:coordinates>22.53,-34.11 24.2,-33.81</gml:coordinates> |
|
244 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
245 |
</gml:Envelope> |
|
246 |
</gml:location> |
|
247 |
</spatialKeyword> |
|
248 |
</locationDef> |
|
249 |
</gml:featureMember> |
|
250 |
|
|
251 |
<gml:featureMember> |
|
252 |
<locationDef> |
|
253 |
<gml:name>Kruger National Park, South Africa</gml:name> |
|
254 |
<spatialKeyword> |
|
255 |
<gml:location> |
|
256 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
257 |
<gml:coordinates>31,-26 32,-22</gml:coordinates> |
|
258 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
259 |
</gml:Envelope> |
|
260 |
</gml:location> |
|
261 |
</spatialKeyword> |
|
262 |
</locationDef> |
|
263 |
</gml:featureMember> |
|
264 |
|
|
265 |
<gml:featureMember> |
|
266 |
<locationDef> |
|
267 |
<gml:name>Mapungubwe National Park, South Africa</gml:name> |
|
268 |
<spatialKeyword> |
|
269 |
<gml:location> |
|
270 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
271 |
<gml:coordinates>29.17,-22.31 29.53,-22.17</gml:coordinates> |
|
272 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
273 |
</gml:Envelope> |
|
274 |
</gml:location> |
|
275 |
</spatialKeyword> |
|
276 |
</locationDef> |
|
277 |
</gml:featureMember> |
|
278 |
|
|
279 |
<gml:featureMember> |
|
280 |
<locationDef> |
|
281 |
<gml:name>Marakele National Park, South Africa</gml:name> |
|
282 |
<spatialKeyword> |
|
283 |
<gml:location> |
|
284 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
285 |
<gml:coordinates>27.4,-24.6 27.8,-24.2</gml:coordinates> |
|
286 |
</gml:Envelope> |
|
287 |
</gml:location> |
|
288 |
</spatialKeyword> |
|
289 |
</locationDef> |
|
290 |
</gml:featureMember> |
|
291 |
|
|
292 |
<gml:featureMember> |
|
293 |
<locationDef> |
|
294 |
<gml:name>Marakele Parks Limited, South Africa</gml:name> |
|
295 |
<spatialKeyword> |
|
296 |
<gml:location> |
|
297 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
298 |
<gml:coordinates>27.49,-24.37 27.72,-24.23</gml:coordinates> |
|
299 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
300 |
</gml:Envelope> |
|
301 |
</gml:location> |
|
302 |
</spatialKeyword> |
|
303 |
</locationDef> |
|
304 |
</gml:featureMember> |
|
305 |
|
|
306 |
<gml:featureMember> |
|
307 |
<locationDef> |
|
308 |
<gml:name>Mokala National Park, South Africa</gml:name> |
|
309 |
<spatialKeyword> |
|
310 |
<gml:location> |
|
311 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
312 |
<gml:coordinates>24.2,-29.25 24.5,-28.95</gml:coordinates> |
|
313 |
<!-- <gml:coordinates>LL:lon,lat UR:lon,lat</gml:coordinates> --> |
|
314 |
</gml:Envelope> |
|
315 |
</gml:location> |
|
316 |
</spatialKeyword> |
|
317 |
</locationDef> |
|
318 |
</gml:featureMember> |
|
319 |
|
|
320 |
<gml:featureMember> |
|
321 |
<locationDef> |
|
322 |
<gml:name>Mountain Zebra National Park, South Africa</gml:name> |
|
323 |
<spatialKeyword> |
|
324 |
<gml:location> |
|
325 |
<gml:Envelope srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"> |
|
326 |
<gml:coordinates>25.09,-32.32 25.53,-32.09</gml:coordinates> |
Also available in: Unified diff
use OpenLayers implementation for rendering map/spatial search - has it's own copy of locations and a different bound for the map
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2188