Revision 2700
Added by harris over 17 years ago
available_layers.html | ||
---|---|---|
34 | 34 |
<!-- Layout mapbuilder widgets and HTML --> |
35 | 35 |
<h1>Metacat Spatial Option Demo </h1> |
36 | 36 |
|
37 |
<table border="2">
|
|
37 |
<table 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> |
... | ... | |
45 | 45 |
</table> |
46 | 46 |
</td> |
47 | 47 |
<td rowspan="2" valign="top" /> |
48 |
<table border="1">
|
|
48 |
<table border="0">
|
|
49 | 49 |
<tr> <!-- |
50 | 50 |
<td align="left" id="mainButtonBar" /> |
51 | 51 |
<td align="right" id="cursorTrack" /> |
... | ... | |
55 | 55 |
</tr> |
56 | 56 |
<tr align="right"> |
57 | 57 |
|
58 |
<table border="1">
|
|
58 |
<table border="0">
|
|
59 | 59 |
<tr> |
60 | 60 |
<td align="left" id="mapScaleText"/> |
61 | 61 |
<td colspan="1"></td> |
62 | 62 |
<td align="right" id="cursorTrack" /> |
63 | 63 |
</tr> |
64 | 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> |
|
65 | 81 |
</tr> |
66 | 82 |
|
67 | 83 |
|
Also available in: Unified diff
Added some documentation and did a little cleanup.