1 |
2670
|
harris
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
2 |
|
|
|
3 |
|
|
<!--
|
4 |
|
|
Description: A Browser based Transactional Web Feature Server client
|
5 |
|
|
based on javascript and XSL
|
6 |
|
|
libraries from http://mapbuilder.sourceforge.net .
|
7 |
|
|
Licence: GPL as per: http://www.gnu.org/copyleft/gpl.html
|
8 |
|
|
|
9 |
|
|
$Id$
|
10 |
|
|
$Name$
|
11 |
|
|
-->
|
12 |
|
|
|
13 |
|
|
<html>
|
14 |
|
|
<head>
|
15 |
|
|
<title>Metacat WFS-T Demo</title>
|
16 |
|
|
|
17 |
|
|
<link rel="stylesheet" href="../../../../style.css" type="text/css">
|
18 |
|
|
<link rel="stylesheet" href="../../lib/skin/default/html.css"
|
19 |
|
|
type="text/css">
|
20 |
|
|
|
21 |
|
|
<script type="text/javascript">
|
22 |
|
|
// URL of Mapbuilder configuration file.
|
23 |
|
|
var mbConfigUrl='config.xml';
|
24 |
|
|
</script>
|
25 |
|
|
<script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
|
26 |
|
|
</head>
|
27 |
|
|
|
28 |
|
|
<!--
|
29 |
|
|
<body onload="document.location='../../../wms/GetCapabilities'">
|
30 |
|
|
-->
|
31 |
|
|
<body onload="mbDoLoad()">
|
32 |
|
|
<!-- Layout mapbuilder widgets and HTML -->
|
33 |
|
|
<h1><a href="http://mapbuilder.sourceforge.net">Map Builder</a> WFS-T
|
34 |
|
|
Demo</h1>
|
35 |
|
|
|
36 |
|
|
<table border="0">
|
37 |
|
|
<tr>
|
38 |
|
|
<td valign="top" id="locatorMap"/>
|
39 |
|
|
<td rowspan="2" valign="top" />
|
40 |
|
|
<table border="0">
|
41 |
|
|
<tr>
|
42 |
|
|
<td align="left" id="mainButtonBar" />
|
43 |
|
|
<td align="right" id="cursorTrack" />
|
44 |
|
|
</tr>
|
45 |
|
|
<tr>
|
46 |
|
|
<td colspan="2" id="mainMapPane" style="background-color: white;" />
|
47 |
|
|
</tr>
|
48 |
|
|
<tr align="right">
|
49 |
|
|
<td align="left" id="mapScaleText"/>
|
50 |
|
|
<td colspan="1">
|
51 |
|
|
</td>
|
52 |
|
|
</tr>
|
53 |
|
|
</table>
|
54 |
|
|
</td>
|
55 |
|
|
</tr>
|
56 |
|
|
<tr>
|
57 |
|
|
<td id="legend" valign="top"/>
|
58 |
|
|
</tr>
|
59 |
|
|
<tr>
|
60 |
|
|
<td colspan="3" id="featureList" />
|
61 |
|
|
</tr>
|
62 |
|
|
<tr>
|
63 |
|
|
<td colspan="3" id="transactionResponse" />
|
64 |
|
|
</tr>
|
65 |
|
|
<tr>
|
66 |
|
|
<td colspan="3" id="getFeatureInfo" />
|
67 |
|
|
</tr>
|
68 |
|
|
<tr>
|
69 |
|
|
<td colspan="3">
|
70 |
|
|
<div id="eventLog" />
|
71 |
|
|
</td>
|
72 |
|
|
</tr>
|
73 |
|
|
</table>
|
74 |
|
|
</body>
|
75 |
|
|
</html>
|