Project

General

Profile

1 2670 harris
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
3
4
<html>
5
<head>
6 2676 harris
<title>Metacat Spatial Option Demo</title>
7 2670 harris
8 2676 harris
9 2670 harris
<link rel="stylesheet" href="../../../../style.css" type="text/css">
10 2688 harris
<link rel="stylesheet" href="../../lib/skin/default/html.css" type="text/css">
11 2670 harris
12 2726 harris
<link href="./knb/style/skins/knb/knb.css" type="text/css" rel="stylesheet">
13
<script src="./knb/style/skins/knb/knb.js" type="text/JavaScript" language="Javascript"></script>
14
<script src="./knb/style/common/branding.js" type="text/JavaScript" language="Javascript"></script><script language="JavaScript">
15 2688 harris
          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 2670 harris
<script type="text/javascript">
24
      // URL of Mapbuilder configuration file.
25
      var mbConfigUrl='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 2676 harris
<h1>Metacat Spatial Option Demo </h1>
36 2670 harris
37 2700 harris
<table width="100" border="0">
38 2670 harris
	<tr>
39 2688 harris
		<td  valign="top">
40 2700 harris
    <table border="0">
41 2688 harris
      <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 2700 harris
      <tr><td>
46
      <br>
47
      <br>
48
      Upload a Spatial EML Document:
49
50
51
      <form action="http://sulphur.homelinux.com:7000/cgs/metacat_spatialresolver.jsp" enctype="multipart/form-data" method="post">
52
      <input name="file" type="file">
53
      <input type="submit" value="upload EML">
54
      </form>
55
      <br>
56
      * A Spatial EML Document describes and includes a spatial dataset (eg, a .shp or .dxf file). The
57
      EML must reference the spatial dataset as a file(s).  The spatial data file(s) and the EML that references it must be combined in
58
      a standard Zip file for uploading.
59
      </td></tr>
60 2688 harris
    </table>
61
		</td>
62
    <td rowspan="2" valign="top" />
63 2700 harris
		<table border="0">
64 2688 harris
			<tr> <!--
65 2670 harris
				<td align="left" id="mainButtonBar" />
66
				<td align="right" id="cursorTrack" />
67 2688 harris
			--> </tr>
68 2670 harris
			<tr>
69
				<td colspan="2" id="mainMapPane" style="background-color: white;" />
70
			</tr>
71
			<tr align="right">
72 2688 harris
73 2700 harris
        <table border="0" width="600">
74 2688 harris
          <tr>
75 2700 harris
            <td align="center" id="mapScaleText"/>
76 2688 harris
				    <td colspan="1"></td>
77 2700 harris
            <td align="center" id="cursorTrack" />
78 2688 harris
          </tr>
79
        </table>
80 2700 harris
        <!-- description and use documentation -->
81
        <table width="600">
82
          <tr><td> This is a demonstration of the Metacat Spatial Option (MSO)
83
          that shows the ability to select Ecological Markup Language (EML)
84
          documents stored in the Metacat server: (metacat.nceas.ucsb.edu).
85
          Additionally, the user may choose to select places in the USA - for
86
          a qualitative sense of where (spatially) the EML documents exist.
87
          <br><br>
88
          1] to select the EML Document: zoom in, press the blue info 'i' button and point to a red dot.
89
          <br><br>
90
          2] to select a known place: zoom in, press the blue info 'i' button, press the 'circled i' (next to the USA known places layer selector) and then point to a black dot.
91
          <br><br><p>
92
          * Make sure to position the mouse directly over the feature while selecting it.
93
          <br>
94
          * Any of these features can be made selectable by a simple configuration change see: <a href="available_layers.html">selectable layers</a>
95
          <br>
96
          * 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
97
          study will lie at the intersection of the equator and the prime meridian).
98
99
          </td> </tr> </table>
100
101 2670 harris
			</tr>
102 2688 harris
103
104 2670 harris
		</table>
105
		</td>
106
	</tr>
107
</table>
108 2688 harris
109
110 2670 harris
</body>
111
</html>