Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
3
<html 
4
  xmlns:vml="urn:schemas-microsoft-com:vml" 
5
  xmlns:svg="http://www.w3.org/2000/svg" 
6
  xmlns:xlink="http://www.w3.org/1999/xlink"
7
  >
8
     
9
<html xmlns="http://www.w3.org/1999/xhtml" >
10
  <head>
11
  	<style> vml\:* { behavior: url(#default#VML); position:absolute }</style >
12
    <title>Mapbuilder using OpenLayers Demo</title>
13
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/docsStyle.css'>
14
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/mapStyle.css'>
15
    <script>
16
      // URL of Mapbuilder configuration file.
17
      var mbConfigUrl='config2.xml';
18

    
19
    </script>
20
    <script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
21
    <!--script src="http://openlayers.org/dev/lib/OpenLayers.js"></script-->
22
    <script src="http://openlayers.org/api/2/OpenLayers.js"></script>
23
  </head>
24
  <body onload="mbDoLoad()">
25
    <h1>Mapbuilder using <a href="http://openlayers.org">OpenLayers</a> for rendering, using non-default projection.</h1>
26
    <div id="mainMapPane">
27
      <noscript>
28
        this page requires Javascript to be enabled
29
      </noscript>
30
    </div>
31
    <div id="mainButtonBar"></div>
32
    <div id="cursorTrack"></div>
33
    <div id="legend"></div>
34
  </body>
35
</html>
36

    
37

    
(6-6/6)