Project

General

Profile

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
      
4
<html xmlns="http://www.w3.org/1999/xhtml" >
5
  <head>
6
    <title>Mapbuilder Feature Entry</title>
7
       <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/demoStyles.css'/>
8
       <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/mapStyle.css'/>
9
     <script>
10
      // URL of Mapbuilder configuration file.
11
      var mbConfigUrl='config.xml';
12

    
13
    </script>
14
    <script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
15
  </head>
16
  <body onload="mbDoLoad()" >
17
  <div id="header">
18
    <h1><a href="http://communitymapbuilder.org">MapBuilder</a> <!--Version-->1.5-rc2<!--VersionEnd--> Feature Entry</h1>
19
    <!-- The version tag will be inserted into the comment tags above
20
    during the build process. -->
21
<!--<a href="install.html" class="help">how to use this page</a></div>-->
22
  </div>
23
  <div id="middle">
24
 	    <div id="exampleList"></div><!-- this is the container where the menubar will be drawn -->
25
	<div id="mainbody">
26
	  <div class="left">
27
	    <h3>Explanation</h3>
28
    <p>The Feature entry demo is configured to work with a default installation
29
    of <a href="http://geoserver.sourceforge.net">Geoserver</a>.  Geoserver
30
    needs be installed on a server which supports Java Servlets. You (normally) can see it in action on the <a href="http://demo.communitymapbuilder.org/">demo site</a><br/>
31
    The features are requested from geoserver as GML and rendered using the <i>GmlRendererOL</i> widget, which creates a Vector layer in OpenLayers. 
32
    The OpenLayers popup when clicking on a selected feature is rendered inside the Map pane.
33
    
34
    <h2>Installation instructions</h2>
35
    <ol>
36
      <li>Download and install <a href="http://java.sun.com/javase/downloads/index.jsp">Java</a>.</li>
37
      <li>Download and install <a href="http://java.sun.com/products/java-media/jai/current.html">Java Advanced Imaging (JAI)</a>.</li>
38
      <li>Download, install and start <a href="http://tomcat.apache.org/">Tomcat</a>, (or another a Java Servlet Container).</li>
39
      <li>Download and install <a href="http://www.geoserver.org/">Geoserver</a> version 1.3.0-beta or later.  Installation is as simple as copying the geoserver.war file into the tomcat/webapps/ directory.</li>
40
      <li>Copy the mapbuilder.war file into the tomcat/webapps/ directory.</li>
41
      <li>Access the WFS-T demo URL.  This will probably be <a href="http://localhost:8080/mapbuilder/demo/wfs-t/">http://localhost:8080/mapbuilder/demo/wfs-t/</a>.
42
    </ol>
43
    </div>
44
  	<div class="right">
45
  	  <table>
46
      <tr>
47
        <td valign="top" id="locatorMap"/>
48
        <td valign="top" rowspan="2" colspan="2">
49
          <!--div id="loading">
50
            <p>Loading Program<br/>
51
            <img src="../../lib/skin/default/images/Loading.gif"/>
52
            </p>
53
          </div-->
54
          <div>
55
	          <div id="mainMapPane"></div>
56
	          <div id="mainButtonBar" style="margin-top:5px;height:24px;width:240px"></div>
57
	          <div id="cursorTrack" style="height:12pt"></div>
58
          </div>
59
      </tr>
60
      <tr>
61
        <td id="legend"/>
62
      </tr>
63
      <tr>
64
        <td colspan="3" id="featureList"/>
65
      </tr>
66
      <tr>
67
        <td colspan="3" id="transactionResponse"/>
68
      </tr>
69
      <tr>
70
        <td colspan="3">
71
          <div id="eventLog"/>
72
        </td>
73
      </tr>
74
      
75
    </table>
76
		</div>
77
	</div>
78
	</div>
79
  <div id="footer">
80
	  
81
    <div class="right">
82
<a href="http://communitymapbuilder.org/" title="powered by community mapbuilder"><img src="../../lib/skin/default/images/Icon.gif"/></a>	  	
83
<a href="https://www.osgeo.org/" title="member of OSgeo"><img src="../../lib/skin/default/images/Osgeo.png"/></a>
84
         </div>
85
  </div>  
86
  </body>
87
</html>
(2-2/8)