Project

General

Profile

« Previous | Next » 

Revision 3087

Added by perry over 17 years ago

Updated mapbuilder interface with some cosmetic changes, the demis world map wms layer, removed faulty scalebar, added named regions from morpho to the location dropdown.

View differences:

map.html
3 3
<head>
4 4
<title>Metacat Spatial Option Demo</title>
5 5

  
6
<link rel="stylesheet" href="/style.css" type="text/css"/>
7
<link rel="stylesheet" href="./html.css" type="text/css"/>
8
<link rel="stylesheet" href="../knp.css" type="text/css"/>
9
<link rel="stylesheet" href="./map.css" type="text/css"/> 
10 6
<link rel='StyleSheet' type='text/css' href='../../../../spatial/mapbuilder/lib/skin/default/docsStyle.css'>
11 7
<link rel='StyleSheet' type='text/css' href='../../../../spatial/mapbuilder/lib/skin/default/mapStyle.css'>
12 8
<link rel='StyleSheet' type='text/css' href='../../../../spatial/mapbuilder/lib/skin/default/button.css'>
13 9
<link rel='StyleSheet' type='text/css' href='../../../../spatial/mapbuilder/lib/skin/default/scalebar-fat.css'>
14 10

  
15
<script src="../../knp.js" type="text/JavaScript" language="Javascript"></script>
16

  
17 11
<script type="text/javascript">
18 12
  var mbConfigUrl="config.xml";
19 13
</script>
......
38 32
                    <td>
39 33

  
40 34
                    <table border="0" width="100%">
41
                                    <!-- <tr> <td id="locatorMap" style="display:none"/> </tr> -->
42 35
                                    <tr valign="top"> 
43 36
                                      <td id="legend" align="left"/>
44 37
                                      <td width="45%" align="right">
45 38
                                        <table>
46
                                          <tr><td id="cursorTrack" /></tr>
47
                                          <tr><td id="scalebar"/> </tr>
39
                                          <tr>
40
                                            <td align="center" id="cursorTrack" />
41
                                            <td align="right" id="mainButtonBar" /> 
42
                                          </tr>
43
                                          <tr><td colspan="2" align="right" id="locationsSelect" /> </tr>
44
                                          <!-- <tr><td colspan="2" align="right" id="scalebar"/> </tr> -->
45
                                          <tr> 
46
                                           <td colspan="2" align="right" style="font-size:8pt;"> 
47
                                             <a style="text-decoration:none;" href="../../../../spatial/kml.jsp">
48
                                               <br/> 
49
                                               Download Google Earth KML
50
                                               <img border="0" src="../../../../style/images/kml.gif">
51
                                             </a>
52
                                           </td>
53
                                          </tr> 
48 54
                                        </table>
49 55
                                      </td>
50
                                      <td align="right">
51
                                        <table>
52
                                          <tr><td id="mainButtonBar" /> </tr>
53
                                          <tr><td id="locationsSelect" /> </tr>
54
                                        </table>
55
                                      </td>
56 56
                                      
57 57
                                    </tr> 
58 58
                    </table>
59 59

  
60 60
                    </td>
61 61
            </tr>
62
            <tr> <td align="right" style="font-size:8pt;"> <a href="../../../../spatial/kml.jsp">View in Google Earth (kml)</a></td></tr> 
63 62
    </table>
64 63

  
65 64

  

Also available in: Unified diff