Revision 2700
Added by harris about 19 years ago
index.html | ||
---|---|---|
34 | 34 |
<!-- Layout mapbuilder widgets and HTML --> |
35 | 35 |
<h1>Metacat Spatial Option Demo </h1> |
36 | 36 |
|
37 |
<table border="2">
|
|
37 |
<table width="100" border="0">
|
|
38 | 38 |
<tr> |
39 | 39 |
<td valign="top"> |
40 |
<table border="1">
|
|
40 |
<table border="0">
|
|
41 | 41 |
<tr> <td id="locatorMap"/> </tr> |
42 | 42 |
<tr> <td id="mainButtonBar" /> </tr> |
43 | 43 |
<tr> <td id="legend" valign="top"/> </tr> |
44 | 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> |
|
45 | 60 |
</table> |
46 | 61 |
</td> |
47 | 62 |
<td rowspan="2" valign="top" /> |
48 |
<table border="1">
|
|
63 |
<table border="0">
|
|
49 | 64 |
<tr> <!-- |
50 | 65 |
<td align="left" id="mainButtonBar" /> |
51 | 66 |
<td align="right" id="cursorTrack" /> |
... | ... | |
55 | 70 |
</tr> |
56 | 71 |
<tr align="right"> |
57 | 72 |
|
58 |
<table border="1">
|
|
73 |
<table border="0" width="600">
|
|
59 | 74 |
<tr> |
60 |
<td align="left" id="mapScaleText"/>
|
|
75 |
<td align="center" id="mapScaleText"/>
|
|
61 | 76 |
<td colspan="1"></td> |
62 |
<td align="right" id="cursorTrack" />
|
|
77 |
<td align="center" id="cursorTrack" />
|
|
63 | 78 |
</tr> |
64 | 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 |
|
|
65 | 101 |
</tr> |
66 | 102 |
|
67 | 103 |
|
Also available in: Unified diff
Added some documentation and did a little cleanup.