Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
<html 
3
  xmlns:vml="urn:schemas-microsoft-com:vml" 
4
  xmlns:svg="http://www.w3.org/2000/svg" 
5
  xmlns:xlink="http://www.w3.org/1999/xlink"
6
  >
7
  
8
  <head>
9
    
10
    <style> vml\:* { behavior: url(#default#VML); position:absolute }</style >
11
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/demoStyles.css'/>
12
    <title>Ship Tracks 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

    
16
    <script type="text/javascript">
17
      // URL of Mapbuilder configuration file.
18
		  var mbConfigUrl='config.xml';   
19
      function modelSwitcher( targetModel, modelUrl ) {
20
        config.objects.switcher.switchMap( targetModel, modelUrl );
21
      }
22
      
23
      
24
    </script>
25
  
26
    <script type="text/javascript" src="../../lib/Mapbuilder.js"></script> 
27
  </head>
28
  
29
  <body onload="mbDoLoad()">
30
    <div id="header">
31
      <h1><a href="http://communitymapbuilder.org">MapBuilder</a> <!--Version-->1.5-rc2<!--VersionEnd--> Ship Track Mapbuilder Demo using geoRss Feeds</h1>
32
      <!-- The version tag will be inserted into the comment tags above
33
      during the build process. -->
34
<!--This is for more complex pages <a href="" class="help">how to use this page</a></div>-->
35
  </div>
36
  <div id="middle">
37
  	    <div id="exampleList"></div><!-- this is the container where the menubar will be drawn -->
38
	<div id="mainbody">
39
	  <div class="left">
40
            <h3>Explanation</h3>
41
            <p>This shows an example of a GeoRSS feeds being displayed, containing a line and point geometry.</p>
42
            <p>It also shows how popups, a listing and legend are displayed from the GeoRSS. Note that the GeoRSS feed
43
            is transformed to a FeatureCollection, rendered using <i>GmlRendererOL</i>, and styled by SLD.</p>
44
    </div>
45
  	<div class="right">
46
    <div id="rssRendererTip"></div>
47
    <br/>
48
  
49
    <table>
50
    
51
    <tr><td>
52
    <div id="collectionList"/>
53
    </td></tr>
54
   
55
    <tr>
56
    <td>
57
    
58
    <div id="mainMapPane">
59
        <noscript>
60
            this page requires Javascript to be enabled
61
        </noscript>
62
    </div>
63
    </td>
64
    <td>
65
    
66
    </td>
67
    </tr>
68
    </table>
69
    <!--div id="loading">
70
      <p>Loading Program<br/>
71
      <img src="../../lib/skin/default/images/Loading.gif"/>
72
      </p>
73
    </div-->
74
    
75
     <table width="550">
76
       <tr>
77
          <td valign="top" style="padding:6px;width:180" align="left">
78
            <div id="mainButtonBar"/>
79
          </td>
80
          <td align="right" id="cursorTrack" />
81
       </tr>
82
     </table>
83
     
84
     <table width="550">
85
      <tr><td><hr/><b>Listing Demo:</b><hr/></td></tr>
86
      <tr><td><div id="eventsListing"></div></td></tr>
87
      <tr><td><hr><b>LEGEND Demo:</b><hr></div></td></tr>
88
      <tr><td><div id="legend"/></div></td></tr>
89
     </table>
90
  <div id="footer">
91
	  
92
    <div class="right">
93
<a href="http://communitymapbuilder.org/" title="powered by community mapbuilder"><img src="../../lib/skin/default/images/Icon.gif"/></a>	  	
94
<a href="https://www.osgeo.org/" title="member of OSgeo"><img src="../../lib/skin/default/images/Osgeo.png"/></a>
95
         </div>
96
  </div> 
97
   </body>
98
</html>
99

    
100

    
(2-2/2)