NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/Interactive_Map/trunk/Interactive_Map/htdocs/tools_roi.html

Revision 19 (checked in by jcleary, 17 years ago)

Last code checkout from earlier SVN instance

Line 
1     <tr>
2
3       <!-- EXPRESSIONBUILDER -->
4
5       <td><cwc2 type="ExpressionBuilder" visible="true" styleresource="TextButtons" label="Build Filter" image="icons/icon_expression_build.png" imagetip="Build Filter Expression" popupwidth="700" popupheight="500" toolbar="false" status="false" menubar="false" wildcard="@" singlechar="." escape="!">
6
7             <image state="normal"/>
8
9             <image state="selected"/>
10
11             <image state="hover"/>
12
13             <style name="Blue Points" sld="[$gszAppWebPath$]/styles.sld" namedlayer="point" layertype="point"/>
14
15             <style name="Blue Lines" sld="[$gszAppWebPath$]styles.sld" namedlayer="line" layertype="line"/>
16
17             <style name="Blue Polygons" sld="[$gszAppWebPath$]styles.sld" namedlayer="polygon" layertype="polygon"/>
18
19           </cwc2>
20
21       </td>
22
23     </tr>
24
25     <tr>
26
27       <!-- CLEARWFSFILTER -->
28
29       <td><cwc2 type="ClearWFSFilter" visible="true" styleresource="TextButtons" image="icons/icon_expression_clear.png" imagetip="Clear WFS filter on active layer(s)" label="Clear Filter">
30
31             <image state="normal"/>
32
33             <image state="selected"/>
34
35             <image state="hover"/>
36
37           </cwc2>
38
39       </td>
40
41     </tr>
42
43     <tr>
44
45       <!-- EXTRACTCONTEXT -->
46
47       <td><cwc2 type="ExtractContext" extracturl="/chameleon/samples/extraction.php" styleresource="TextButtons" label="Extract Context" image="icons/icon_extract.png" imagetip="Link to an extraction server that can perform data extract based on a context" popupwidth="200" popupheight="200">
48
49             <image state="normal"/>
50
51             <image state="selected"/>
52
53             <image state="hover"/>
54
55           </cwc2>
56
57       </td>
58
59     </tr>
60
61     <tr>
62
63       <!-- EXTRACTWFSDATA -->
64
65       <td><cwc2 type="ExtractWFSData" visible="true" styleresource="TextButtons" popupstyleresource="TextButtons" label="Extract from WFS" image="icons/icon_extract.png" imagetip="Extract WFS Data" popupwidth="450" popupheight="250" toolbar="false" status="false" menubar="false">
66
67             <image state="normal"/>
68
69             <image state="selected"/>
70
71             <image state="hover"/>
72
73           </cwc2>
74
75       </td>
76
77     </tr>
78
Note: See TracBrowser for help on using the browser.