Project

General

Profile

1 3032 perry
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
<html>
3
  <head>
4
    <title>Mapbuilder GeoRSS Demo</title>
5
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/docsStyle.css'>
6
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/mapStyle.css'>
7
    <script>
8
      // URL of Mapbuilder configuration file.
9
      var mbConfigUrl='config2.xml';
10
11
    </script>
12
    <script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
13
  </head>
14
  <body onload="mbDoLoad()">
15
    <h1><a href="http://mapbuilder.sourceforge.net">MapBuilder</a> GeoRSS Demo</h1>
16
    <p>This demo is intended to show how to extend Mapbuilder to handle new model types
17
    (ie. new XML document flavours) and new widgets for existing models and the new model.
18
    This was used as a demonstration at the
19
    <a href="http://mapserver.gis.umn.edu/mum/mtg2005.html">OSG'05</a> conference in Minneapolis in June 2005.
20
    </p>
21
    <p>This version was shown embedded in the City of Cambridge, MA,
22
      <a href="http://www.cambridgema.gov/Calendar.cfm">events calendar.</a></p>
23
    <p>Atom feed with georss extension <a href="http://georss.mit.edu/cambridgeevents.php">here</a> </p>
24
    <div id="mainMapPane">
25
        <noscript>
26
            this page requires Javascript to be enabled
27
        </noscript>
28
    </div>
29
    <div id="mainButtonBar">
30
    </div>
31
    <div id="loading">
32
      <p>Loading Program<br/>
33
      <img src="../../lib/skin/default/images/Loading.gif"/>
34
      </p>
35
    </div>
36
    <div id="eventsListing">
37
    </div>
38
  </body>
39
</html>
40