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="./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
          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='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 width="100" 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
      <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
    </table>
61
		</td>
62
    <td rowspan="2" valign="top" />
63
		<table border="0">
64
			<tr> <!--
65
				<td align="left" id="mainButtonBar" />
66
				<td align="right" id="cursorTrack" />
67
			--> </tr>
68
			<tr>
69
				<td colspan="2" id="mainMapPane" style="background-color: white;" />
70
			</tr>
71
			<tr align="right">
72

    
73
        <table border="0" width="600">
74
          <tr>
75
            <td align="center" id="mapScaleText"/>
76
				    <td colspan="1"></td>
77
            <td align="center" id="cursorTrack" />
78
          </tr>
79
        </table>
80
        <!-- 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
			</tr>
102
      
103
      
104
		</table>
105
		</td>
106
	</tr>
107
</table>
108

    
109

    
110
</body>
111
</html>
(11-11/32)