Project

General

Profile

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
  xmlns:vml="urn:schemas-microsoft-com:vml"
6
  xmlns:svg="http://www.w3.org/2000/svg"
7
  xmlns:xlink="http://www.w3.org/1999/xlink">
8
  <head>
9
    <title>Mapbuilder OpenLayers Integration</title>
10
       <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/demoStyles.css'/>
11
     <script>
12
      // URL of Mapbuilder configuration file.
13
      var mbConfigUrl='config.xml';
14

    
15
    </script>
16
    <script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
17
  </head>
18
  <body onload="mbDoLoad()" >
19
  <div id="header">
20
    <h1><a href="http://communitymapbuilder.org">MapBuilder</a> <!--Version-->1.5-rc2<!--VersionEnd--> OpenLayers Integration</h1>
21
    <!-- The version tag will be inserted into the comment tags above
22
    during the build process. -->
23
<!--This is for more complex pages <a href="" class="help">how to use this page</a></div>-->
24
  </div>
25
  <div id="middle">
26
  	    <div id="exampleList"></div><!-- this is the container where the menubar will be drawn -->
27
  <div id="mainbody">
28
    <div class="left">
29
            <h3>Explanation</h3>
30
            <p>
31
            This demonstrates rendering of Geographic Markup Language (GML) layers using browser based vector
32
            rendering - SVG and VML. The map context uses the OGC OWS Context format (specification pending)
33
            and uses Style Layer Descriptor (SLD) format to describe vector colors.
34
            </p>
35
            <p>
36
      This is a result of the integration of <a href="http://openlayers.org/">OpenLayers</a> with Mapbuilder.
37
      In September 2006 during <a href="http://www.foss4g2006.org/">Foss4G</a> several webmapping projects
38
      got together and decided upon a single library to render maps. Mapbuilder developers joined
39
      the OpenLayers development, and Mapbuilder now uses OpenLayers for all of map rendering.</p>
40
      As a consequence, we have replaced
41
      MapPane.js and MapPane2.js by MapPaneOL.js.<p/>
42
            <p>
43
      As you can see MapPaneOL supports the new <a href="http://wiki.osgeo.org/index.php/WMS_Tiling_Client_Recommendation">WMS Tiling Client Recommendation</a>.
44
            If you want to use this, you have to use the service type "WMS-C" instead of "WMS" in your Context document. Other supported layer types are GML and WFS layers, and as baselayer you can also use Google Maps, Yahoo Maps, and Microsoft Virtual Earth.</p>
45
            
46

    
47
    </div>
48
    <div class="right">
49
      <div id="mainMapPane" style="height:80%">
50
        <noscript>
51
          this page requires Javascript to be enabled
52
        </noscript>
53
      </div>
54
      <div id="mainButtonBar"></div>
55
    <div id="cursorTrack"></div>
56
    <div id="legend"></div>
57
    </div>
58
  </div>
59
  </div>
60
  <div id="footer">
61

    
62
    <div class="right">
63
<a href="http://communitymapbuilder.org/" title="powered by community mapbuilder"><img src="../../lib/skin/default/images/Icon.gif"/></a>
64
<a href="https://www.osgeo.org/" title="member of OSgeo"><img src="../../lib/skin/default/images/Osgeo.png"/></a>
65
         </div>
66
  </div>
67
  </body>
68
</html>
(5-5/6)