1 |
3032
|
perry
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2 |
|
|
|
3 |
|
|
<HTML>
|
4 |
|
|
<HEAD>
|
5 |
|
|
<TITLE>Mapbuilder demos</TITLE>
|
6 |
|
|
<link rel='StyleSheet' type='text/css' href='/mapbuilder/lib/skin/default/docsStyle.css'>
|
7 |
|
|
</HEAD>
|
8 |
|
|
<BODY>
|
9 |
|
|
<h1>Mapbuilder Demo Pages</h1>
|
10 |
|
|
<DL>
|
11 |
|
|
|
12 |
|
|
<DT>
|
13 |
|
|
<A href="simple/index.html">Simple Map Viewer</A>
|
14 |
|
|
</DT>
|
15 |
|
|
<DD>
|
16 |
|
|
A minimal map implementation showing a map embedded in a page.
|
17 |
|
|
</DD>
|
18 |
|
|
|
19 |
|
|
<DT>
|
20 |
|
|
<A href="basic/index.html">Basic Map Viewer</A>
|
21 |
|
|
</DT>
|
22 |
|
|
<DD>
|
23 |
|
|
A basic map viewer implementation.
|
24 |
|
|
This is a good demo to copy when building a new application.
|
25 |
|
|
</DD>
|
26 |
|
|
|
27 |
|
|
<DT>
|
28 |
|
|
<A href="Demis/index.html">Demis Maps Viewer</A>
|
29 |
|
|
</DT>
|
30 |
|
|
<DD>
|
31 |
|
|
A Demis maps viewer which allows a user to switch maps Google style.
|
32 |
|
|
</DD>
|
33 |
|
|
|
34 |
|
|
<DT>
|
35 |
|
|
<A href="timeSeries/index.html">WMS Time Series</A>
|
36 |
|
|
</DT>
|
37 |
|
|
<DD>
|
38 |
|
|
Shows maps as a time series. Zoom in to a region of interest.
|
39 |
|
|
</DD>
|
40 |
|
|
<!--DT>
|
41 |
|
|
<A href="complete/index.html">Complete configuration</A>
|
42 |
|
|
</DT>
|
43 |
|
|
<DD>
|
44 |
|
|
Not pretty to look at but shows integration of most components.
|
45 |
|
|
Intended for testing extensions to the code base.
|
46 |
|
|
</DD-->
|
47 |
|
|
<DT>
|
48 |
|
|
<A href="wfs-t/index.html">Feature Entry</A>
|
49 |
|
|
</DT>
|
50 |
|
|
<DD>
|
51 |
|
|
Shows editing and updating of GML features and uploading to a
|
52 |
|
|
Transactional Web Feature Service (WFS-T).
|
53 |
|
|
This demo accesses data from a
|
54 |
|
|
<a href="http://geoserver.sourceforge.net">Geoserver</a>
|
55 |
|
|
installation <a href="wfs-t/install.html">installed</a> in the same
|
56 |
|
|
Java Servlet Webapps directory as Mapbuilder.
|
57 |
|
|
</DD>
|
58 |
|
|
<DT>
|
59 |
|
|
<A href="contextEditor/index.html">Context Editor</A>
|
60 |
|
|
</DT>
|
61 |
|
|
<DD>
|
62 |
|
|
Creation and editing of Web Map Context documents from searching and browsing a registry.
|
63 |
|
|
</DD>
|
64 |
|
|
<!--DT>
|
65 |
|
|
<A href="geoRSS/index.html">Live RSS/Atom Feeds with georss extension</A>
|
66 |
|
|
</DT>
|
67 |
|
|
<DD>
|
68 |
|
|
A small application initially demonstrated at <a href="http://mapserver.gis.umn.edu/mum/mtg2005.html">OSG'05</a>
|
69 |
|
|
that showed how to extend Mapbuilder.<br/>
|
70 |
|
|
This one processes a live geoRSS feed.
|
71 |
|
|
While this is <a href='geoRSS/index2.html'>Atom feed variation of it</a> (using georss pro extension) <a href='www.georss.org'>from georss.org</a>
|
72 |
|
|
</DD-->
|
73 |
|
|
<!--
|
74 |
|
|
<DT>
|
75 |
|
|
<A href="forms">Form test page</A>
|
76 |
|
|
</DT>
|
77 |
|
|
<DD>
|
78 |
|
|
A schema driven form application for editing XML documents.
|
79 |
|
|
</DD>
|
80 |
|
|
<DT>
|
81 |
|
|
<A href="owsContext">OWS Context IE</A>
|
82 |
|
|
</DT>
|
83 |
|
|
<DD>
|
84 |
|
|
A page demostrating the results of the OWS Context Interoperability
|
85 |
|
|
Experiment from the OGC.
|
86 |
|
|
</DD>
|
87 |
|
|
<DT>
|
88 |
|
|
<A href="wpsIE/index.html">OGC WPS IE</A>
|
89 |
|
|
</DT>
|
90 |
|
|
<DD>
|
91 |
|
|
A generic client for the Web Processing Service Interoperability
|
92 |
|
|
Experiment from the OGC.
|
93 |
|
|
</DD>
|
94 |
|
|
-->
|
95 |
|
|
</DL>
|
96 |
|
|
<ul>
|
97 |
|
|
<li>Browsers supported are Internet Explorer 6 or later, Mozilla 1.3 or later, Netscape 6 or later.</li>
|
98 |
|
|
<li>Some functionality requires the server proxy and serialize
|
99 |
|
|
scripts in the configuration file. Implementations of these
|
100 |
|
|
are available for PHP enabled servers and Java Servlet Container
|
101 |
|
|
(like Tomcat).
|
102 |
|
|
</li>
|
103 |
|
|
</ul>
|
104 |
|
|
|
105 |
|
|
<table class="footer">
|
106 |
|
|
<tr>
|
107 |
|
|
<td><a href="http://mapbuilder.sourceforge.net">Community Map Builder</a><br/>$Name$</td>
|
108 |
|
|
<td width="60"><img src="../lib/skin/default/images/Icon.gif"/></td>
|
109 |
|
|
</tr>
|
110 |
|
|
</table>
|
111 |
|
|
|
112 |
|
|
</BODY>
|
113 |
|
|
</HTML>
|