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

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

Revision 41 (checked in by jcleary, 16 years ago)

Production code checkin

Line 
1     <tr>
2       <!-- EXPRESSIONBUILDER -->
3       <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="!">
4             <image state="normal"/>
5             <image state="selected"/>
6             <image state="hover"/>
7             <style name="Blue Points" sld="[$gszAppWebPath$]/styles.sld" namedlayer="point" layertype="point"/>
8             <style name="Blue Lines" sld="[$gszAppWebPath$]styles.sld" namedlayer="line" layertype="line"/>
9             <style name="Blue Polygons" sld="[$gszAppWebPath$]styles.sld" namedlayer="polygon" layertype="polygon"/>
10           </cwc2>
11       </td>
12     </tr>
13     <tr>
14       <!-- CLEARWFSFILTER -->
15       <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">
16             <image state="normal"/>
17             <image state="selected"/>
18             <image state="hover"/>
19           </cwc2>
20       </td>
21     </tr>
22     <tr>
23       <!-- EXTRACTCONTEXT -->
24       <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">
25             <image state="normal"/>
26             <image state="selected"/>
27             <image state="hover"/>
28           </cwc2>
29       </td>
30     </tr>
31     <tr>
32       <!-- EXTRACTWFSDATA -->
33       <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">
34             <image state="normal"/>
35             <image state="selected"/>
36             <image state="hover"/>
37           </cwc2>
38       </td>
39     </tr>
Note: See TracBrowser for help on using the browser.