Revision 2676
Added by harris about 19 years ago
index.html | ||
---|---|---|
1 | 1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
2 | 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 | 3 |
|
9 |
$Id$ |
|
10 |
$Name$ |
|
11 |
--> |
|
12 |
|
|
13 | 4 |
<html> |
14 | 5 |
<head> |
15 |
<title>Metacat WFS-T Demo</title>
|
|
6 |
<title>Metacat Spatial Option Demo</title>
|
|
16 | 7 |
|
8 |
|
|
17 | 9 |
<link rel="stylesheet" href="../../../../style.css" type="text/css"> |
18 | 10 |
<link rel="stylesheet" href="../../lib/skin/default/html.css" |
19 | 11 |
type="text/css"> |
... | ... | |
30 | 22 |
--> |
31 | 23 |
<body onload="mbDoLoad()"> |
32 | 24 |
<!-- Layout mapbuilder widgets and HTML --> |
33 |
<h1><a href="http://mapbuilder.sourceforge.net">Map Builder</a> WFS-T |
|
34 |
Demo</h1> |
|
25 |
<h1>Metacat Spatial Option Demo </h1> |
|
35 | 26 |
|
36 | 27 |
<table border="0"> |
37 | 28 |
<tr> |
Also available in: Unified diff
Further work -- added additional layers, added the ability to query AOI. Almost have the js parseing the
correct metacat url, and sme style changes.