Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2

    
3

    
4
<html>
5
<head>
6
<title>Metacat Spatial Option Demo</title>
7

    
8

    
9
<link rel="stylesheet" href="../../../../style.css" type="text/css">
10
<link rel="stylesheet" href="../../lib/skin/default/html.css" type="text/css">
11

    
12
<link href="http://metacat.nceas.ucsb.edu/knb/style/skins/knb/knb.css" type="text/css" rel="stylesheet">
13
<script src="http://metacat.nceas.ucsb.edu/knb/style/skins/knb/knb.js" type="text/JavaScript" language="Javascript"></script>
14
<script src="http://metacat.nceas.ucsb.edu/knb/style/common/branding.js" type="text/JavaScript" language="Javascript"></script><script language="JavaScript">
15
          function submitform(action,form_ref) {
16
            form_ref.action.value=action;
17
            form_ref.sessionid.value="";
18
            form_ref.qformat.value="knb";
19
            form_ref.submit();
20
          }
21
</script>
22

    
23
<script type="text/javascript">
24
      // URL of Mapbuilder configuration file.
25
      var mbConfigUrl='available_layers_config.xml';
26
    </script>
27
<script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
28
</head>
29

    
30
<!--
31
 <body onload="document.location='../../../wms/GetCapabilities'">
32
 -->
33
<body onload="mbDoLoad()">
34
<!-- Layout mapbuilder widgets and HTML -->
35
<h1>Metacat Spatial Option Demo </h1>
36

    
37
<table border="0">
38
	<tr>
39
		<td  valign="top">
40
    <table border="0">
41
      <tr> <td id="locatorMap"/> </tr>
42
      <tr> <td id="mainButtonBar" />  </tr>
43
      <tr> <td id="legend" valign="top"/> </tr> 
44
      <tr> <td colspan="3" id="featureList" /> </tr>
45
    </table>
46
		</td>
47
    <td rowspan="2" valign="top" />
48
		<table border="0">
49
			<tr> <!--
50
				<td align="left" id="mainButtonBar" />
51
				<td align="right" id="cursorTrack" />
52
			--> </tr>
53
			<tr>
54
				<td colspan="2" id="mainMapPane" style="background-color: white;" />
55
			</tr>
56
			<tr align="right">
57

    
58
        <table border="0">
59
          <tr>
60
            <td align="left" id="mapScaleText"/>
61
				    <td colspan="1"></td>
62
            <td align="right" id="cursorTrack" />
63
          </tr>
64
        </table>
65
        <!-- description and use documentation -->
66
        <table width="600">
67
          <tr><td> This is a demonstration of the Metacat Spatial Option (MSO) 
68
          that shows the ability to select Ecological Markup Language (EML) 
69
          documents stored in the Metacat server: (metacat.nceas.ucsb.edu).  
70
          Additionally, the user may choose to select information for other layers - for 
71
          a qualitative sense of where (spatially) the EML documents exist. 
72
          <br><br>
73
          1] to select information for layers: zoom in, press the blue info 'i' button,  press the 'circled i' (next to desired layer) and point at the feature.
74
          <br><br>
75
          * Make sure to position the mouse directly over the feature while selecting it.
76
          <br><br>
77
          * EML documents are represented as red dots -- the center of the dot is the geometric center of that EML data package. (a dataset comprising a global 
78
          study will lie at the intersection of the equator and the prime meridian).
79
          
80
          </td> </tr> </table>
81
			</tr>
82
      
83
      
84
		</table>
85
		</td>
86
	</tr>
87
</table>
88

    
89

    
90
</body>
91
</html>
(1-1/6)