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
|
|
9
|
<link rel="stylesheet" href="../../../../style.css" type="text/css">
|
10
|
<link rel="stylesheet" href="../../lib/skin/default/html.css"
|
11
|
type="text/css">
|
12
|
|
13
|
<script type="text/javascript">
|
14
|
// URL of Mapbuilder configuration file.
|
15
|
var mbConfigUrl='config.xml';
|
16
|
</script>
|
17
|
<script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
|
18
|
</head>
|
19
|
|
20
|
<!--
|
21
|
<body onload="document.location='../../../wms/GetCapabilities'">
|
22
|
-->
|
23
|
<body onload="mbDoLoad()">
|
24
|
<!-- Layout mapbuilder widgets and HTML -->
|
25
|
<h1>Metacat Spatial Option Demo </h1>
|
26
|
|
27
|
<table border="0">
|
28
|
<tr>
|
29
|
<td valign="top" id="locatorMap"/>
|
30
|
<td rowspan="2" valign="top" />
|
31
|
<table border="0">
|
32
|
<tr>
|
33
|
<td align="left" id="mainButtonBar" />
|
34
|
<td align="right" id="cursorTrack" />
|
35
|
</tr>
|
36
|
<tr>
|
37
|
<td colspan="2" id="mainMapPane" style="background-color: white;" />
|
38
|
</tr>
|
39
|
<tr align="right">
|
40
|
<td align="left" id="mapScaleText"/>
|
41
|
<td colspan="1">
|
42
|
</td>
|
43
|
</tr>
|
44
|
</table>
|
45
|
</td>
|
46
|
</tr>
|
47
|
<tr>
|
48
|
<td id="legend" valign="top"/>
|
49
|
</tr>
|
50
|
<tr>
|
51
|
<td colspan="3" id="featureList" />
|
52
|
</tr>
|
53
|
<tr>
|
54
|
<td colspan="3" id="transactionResponse" />
|
55
|
</tr>
|
56
|
<tr>
|
57
|
<td colspan="3" id="getFeatureInfo" />
|
58
|
</tr>
|
59
|
<tr>
|
60
|
<td colspan="3">
|
61
|
<div id="eventLog" />
|
62
|
</td>
|
63
|
</tr>
|
64
|
</table>
|
65
|
</body>
|
66
|
</html>
|