Project

General

Profile

1
<!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='config.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
    
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>RSS feed with georss extension <a href="http://crcp-blogger.mit.edu/geoblogger/rss.php">here</a> </p>
24
 
25
    
26
    
27
    </p>
28
    <div id="mainMapPane">
29
        <noscript>
30
            this page requires Javascript to be enabled
31
        </noscript>
32
    </div>
33
    <div id="mainButtonBar">
34
    </div>
35
    <div id="loading">
36
      <p>Loading Program<br/>
37
      <img src="../../lib/skin/default/images/Loading.gif"/>
38
      </p>
39
    </div>
40
    <div id="eventsListing">
41
    </div>
42
  </body>
43
</html>
44

    
45

    
(8-8/9)