1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
3
|
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
5
|
<head>
|
6
|
<title>Mapbuilder Examples</title>
|
7
|
<link rel='StyleSheet' type='text/css' href='../lib/skin/default/demoStyles.css'/>
|
8
|
</head>
|
9
|
<!-- This onload event starts mapbuilder -->
|
10
|
<body>
|
11
|
<div id="header"> <!-- The header of the page -->
|
12
|
<h1><a href="http://communitymapbuilder.org">MapBuilder</a> Examples</h1>
|
13
|
</div><!-- /header -->
|
14
|
<div id="middle"><!-- The center piece of the page with left menubar and right mainbody -->
|
15
|
<div id="menubar"><!-- left side of the middle div-->
|
16
|
<h2>Documentation</h2>
|
17
|
<ul>
|
18
|
<li><a href="../examples/examples.html" title="Examples">Examples</a></li>
|
19
|
<li><a href="../docs/jsdoc/index.html" title="class description">Class Description</a></li>
|
20
|
<li><a href="../docs/register" title="component register">Component Register</a></li>
|
21
|
</ul>
|
22
|
<h2>Useful sites</h2>
|
23
|
<ul>
|
24
|
<li><a href="http://communitymapbuilder.org/" title="Wiki">Official site</a></li>
|
25
|
<li><a href="http://docs.codehaus.org/display/MAP/User+Guide" title="tutorial">User guide</a></li>
|
26
|
<li><a href="http://demo.communitymapbuilder.org/" title="Wiki">Official demo site</a></li>
|
27
|
<li><a href="http://nightly.communitymapbuilder.org/mapbuilder" title="Wiki">Nightly builds</a></li>
|
28
|
</ul>
|
29
|
<h2 onclick="javascript: history.go(-1)" style="color:black;cursor:pointer;">Back</h2>
|
30
|
</div><!-- /menubar -->
|
31
|
<div id="mainbody"><!-- right side of the middle div, is also divided into two areas -->
|
32
|
<h3>Basic map viewers with different functionality</h3>
|
33
|
<dl>
|
34
|
<dt><a href="simple/index.html" title="simple map demo">Simple Map Viewer</a></dt>
|
35
|
<dd>A very simple example showing a non-interactive map on a webpage</dd>
|
36
|
|
37
|
<dt><a href="interactive/index.html" title="interactive map demo">Interactive Map Viewer</a></dt>
|
38
|
<dd>A simple example showing a map an interactive map with pan and zoom buttons. This is a good example to use as a basis for your own application.</dd>
|
39
|
|
40
|
<dt><a href="mapViewer/index.html" title="enhanced map demo">Enhanced Map Viewer</a></dt>
|
41
|
<dd>A more complex example showing different widgets combined with an interactive map. This is a good example to use as a basis for more complex map viewers.</dd>
|
42
|
</dl>
|
43
|
<h3>Examples of the more complex functionality of Mapbuilder</h3>
|
44
|
<dl>
|
45
|
|
46
|
<dt><a href="Demis/index.html" title="Demis map viewer">Different maps connected</a></dt>
|
47
|
<dd>An example showing the possibility of connecting different maps in a google maps style.</dd>
|
48
|
|
49
|
<dt><a href="timeSeries/index.html" title="Time series viewer">Time series viewer</a></dt>
|
50
|
<dd>An example showing maps as time series, with the possibility to zoom, pan, go forward/backward in time and pause.</dd>
|
51
|
|
52
|
<dt><a href="wfs-t/index.html" title="Feature entry">Feature entry</a></dt>
|
53
|
<dd>Shows editing and updating of GML features and uploading to a Transactional Web Feature Service (WFS-T). This demo accesses data from a Geoserver installation installed in the same Java Servlet Webapps directory as Mapbuilder.</dd>
|
54
|
|
55
|
<dt><a href="OWSExplorer/index.html" title="OWS explorer">Open Web Services explorer</a></dt>
|
56
|
<dd>This demo will show all layers available from a particular WMS and WFS instance.</dd>
|
57
|
</dl>
|
58
|
|
59
|
<h3>Examples of the shiny new features of Mapbuilder 1.5</h3>
|
60
|
<dl>
|
61
|
<dt><a href="catalog/index.html"
|
62
|
title="Catalog Client"> Catalog Client</a></dt>
|
63
|
<dd>Search a Catalog Service (CS/W), then copy returned layers into a Context and Map.</dd>
|
64
|
<dt><a href="mergeModels/index.html" title="Complex Vector Rendering with GmlRendererOL and MergeModels">Complex Vector Rendering</a></dt>
|
65
|
<dd>This demo shows some advanced features of non-context based vector rendering.</dd>
|
66
|
|
67
|
<dt><a href="flickr/index.html" title="GeoRSS feed example">Live flickr feed viewer</a></dt>
|
68
|
<dd>An example showing the photos of the communitymapbuilder flickr feed on a map. This example uses custom XSL transformations and popups.</dd>
|
69
|
|
70
|
<dt><a href="shipTracks/index.html" title="GeoRSS Ship Tracks">GeoRSS Ship Tracks</a></dt>
|
71
|
<dd>A GeoRSS feed with lines and images rendered using SVG/VML.</dd>
|
72
|
|
73
|
<dt><a href="GeoBliki/index.html">WFS query, Popup Feature information</a></dt>
|
74
|
<dd>An example showing how to use a form to submit to WFS and display Popup information about the returned features</dd>
|
75
|
<dt><a href="Google/index.html">Google Map Viewer</a></dt>
|
76
|
<dd>Accessing a Google Maps layer.</dd>
|
77
|
<dt><a href="projDemo/index.html">Projections</a></dt>
|
78
|
<dd>Reprojecting vector data on the fly.</dd>
|
79
|
|
80
|
|
81
|
<dt><a href="openlayers/index.html" title="Webmap.js integration">OpenLayers integration</a></dt>
|
82
|
<dd>A simple demo of the integration of OpenLayers with Mapbuilder. It shows a tiled WMS map and WFS overlay layers.</dd>
|
83
|
|
84
|
<dt><a href="i18n/index.html" title="I18N map demo">I18N Map Viewer</a></dt>
|
85
|
<dd>This demo shows the Internationalization aspects of MapBuilder.</dd>
|
86
|
</dl>
|
87
|
<h2>Note</h2>
|
88
|
<ul>
|
89
|
<li>Browsers supported are Internet Explorer 6 or later, Firefox 1.5 or later, Netscape 6 or later.</li>
|
90
|
<li>Some functionality requires the server proxy and serialize
|
91
|
scripts in the configuration file. Implementations of these
|
92
|
are available for PHP enabled servers and Java Servlet Container
|
93
|
(like Tomcat).
|
94
|
</li>
|
95
|
</ul>
|
96
|
</div><!-- /mainbody -->
|
97
|
</div><!-- /middle -->
|
98
|
<div id="footer"><!-- The footer of the page -->
|
99
|
<div class="right">
|
100
|
<a href="http://communitymapbuilder.org/" title="powered by community mapbuilder"><img src="../lib/skin/default/images/Icon.gif"/></a>
|
101
|
<a href="https://www.osgeo.org/" title="member of OSgeo"><img src="../lib/skin/default/images/Osgeo.png"/></a>
|
102
|
</div><!-- /right -->
|
103
|
</div><!-- /footer -->
|
104
|
</body>
|
105
|
</html>
|