metacat / lib / style / skins / esa / spatial / map.html @ 3137
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
---|---|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Metacat Spatial Option Demo</title> |
5 |
|
6 |
<link rel='StyleSheet' type='text/css' href='/esa/spatial/mapbuilder/lib/skin/default/docsStyle.css'> |
7 |
<link rel='StyleSheet' type='text/css' href='/esa/spatial/mapbuilder/lib/skin/default/mapStyle.css'> |
8 |
<link rel='StyleSheet' type='text/css' href='/esa/spatial/mapbuilder/lib/skin/default/button.css'> |
9 |
<link rel='StyleSheet' type='text/css' href='/esa/spatial/mapbuilder/lib/skin/default/scalebar-fat.css'> |
10 |
|
11 |
<script type="text/javascript"> |
12 |
var mbConfigUrl="config.xml";
|
13 |
</script>
|
14 |
|
15 |
<script type="text/javascript" src="/esa/spatial/mapbuilder/lib/Mapbuilder.js"></script> |
16 |
</head>
|
17 |
<body onload="mbDoLoad()"> |
18 |
|
19 |
<table border="0"> |
20 |
<tr>
|
21 |
<td colspan="2"> |
22 |
<div id="mainMapPane" style="background-color:#b8d5f5;" /> |
23 |
<div id="loading"> |
24 |
<p> Loading Map
|
25 |
<img src="/esa/spatial/mapbuilder/lib/skin/default/images/Loading.gif"/> |
26 |
</p>
|
27 |
</div>
|
28 |
</td>
|
29 |
|
30 |
</tr>
|
31 |
<tr align="left"> |
32 |
<td>
|
33 |
|
34 |
<table border="0" width="100%"> |
35 |
<tr valign="top"> |
36 |
<td id="legend" align="left"/> |
37 |
<td width="45%" align="right"> |
38 |
<table>
|
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="/esa/spatial/kml.jsp"> |
48 |
<br/> |
49 |
Download Google Earth KML |
50 |
<img border="0" src="/esa/style/images/kml.gif"> |
51 |
</a>
|
52 |
</td>
|
53 |
</tr>
|
54 |
</table>
|
55 |
</td>
|
56 |
|
57 |
</tr>
|
58 |
</table>
|
59 |
|
60 |
</td>
|
61 |
</tr>
|
62 |
</table>
|
63 |
|
64 |
|
65 |
</body>
|
66 |
</html>
|