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

root/Interactive_Map/trunk/Interactive_Map/htdocs/tools_ogc.html

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

Production code checkin

Line 
1     <tr>
2       <!-- UPLOADCONTEXT -->
3       <td><cwc2 type="UploadContext" image="icons/icon_open.png" label="Open Context" PopupWidth="450" PopupHeight="250" Toolbar="false" Status="false" Menubar="false" Visible="true" Scrollbars="false" styleresource="TextButtons" ImageTip="Load a previously saved context" allowresize="true">
4           <image state="normal"/>
5           <image state="selected"/>
6           <image state="hover"/>
7             <context name="gmap" url="http://dev1.dmsolutions.ca/msapps/chameleon/gmap_context.xml"/>
8             <context name="world" url="http://dev1.dmsolutions.ca/msapps/world_testdata/map/world_context.xml"/>
9       </cwc2>
10       </td>
11     </tr>
12     <tr>
13       <!-- CONTEXTSELECTOR -->
14       <td><cwc2 type="ContextSelector" allowresize="false" label="Context:">
15             <option label="Select a context" value="" selected="true"/>
16             <context name="gmap" url="http://dev1.dmsolutions.ca/msapps/chameleon/gmap_context.xml"/>
17             <context name="world" url="http://dev1.dmsolutions.ca/msapps/world_testdata/map/world_context.xml"/>
18       </cwc2>
19       </td>
20     </tr>
21     <tr>
22       <!-- DOWNLOADCONTEXT -->
23       <td><cwc2 type="DownloadContext" styleresource="TextButtons" image="icons/icon_save.png" label="Save Context" PopupWidth="450" PopupHeight="175" Toolbar="false" Status="false" Menubar="false" Visible="true" Scrollbars="false" ImageTip="Save the current context">
24          <Version value="1.0.0"/>
25          <image state="normal"/>
26          <image state="selected"/>
27          <image state="hover"/>
28       </CWC2>
29       </td>
30     </tr>
31     <tr>
32       <!-- UPLOADSLD -->
33       <td><cwc2 type="UploadSLD" image="icons/icon_open.png" label="OpenSLD" PopupWidth="450" PopupHeight="250" Toolbar="false" Status="false" Menubar="false" Visible="true" Scrollbars="false" styleresource="TextButtons" ImageTip="Load a previously saved SLD.">
34           <image state="normal"/>
35           <image state="selected"/>
36           <image state="hover"/>
37       </cwc2>
38       </td>
39     </tr>
40     <tr>
41       <!-- DOWNLOADSLD -->
42       <td><cwc2 type="DownloadSLD" styleresource="TextButtons" image="icons/icon_save.png" label="Save SLD" PopupWidth="450" PopupHeight="175" Toolbar="false" Status="false" Menubar="false" Visible="true" Scrollbars="false" ImageTip="Save an SLD from the current map state.">
43          <image state="normal"/>
44          <image state="selected"/>
45          <image state="hover"/>
46       </CWC2>
47       </td>
48     </tr>
49     <tr>
50       <!-- CATALOGSEARCH -->
51       <td><cwc2 type="CatalogSearch" image="icons/icon_search.png" label="Catalog" styleresource="TextButtons" PopupWidth="500" PopupHeight="550" Toolbar="false" Status="true" Menubar="false"  Visible="true" >
52         <image state="normal"/>
53         <image state="selected"/>
54         <image state="hover"/>
55       </cwc2>
56       </td>
57     </tr>
58     <tr>
59       <!-- EXPRESSIONBUILDER -->
60       <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="!">
61             <image state="normal"/>
62             <image state="selected"/>
63             <image state="hover"/>
64           </cwc2>
65       </td>
66     </tr>
67     <tr>
68       <!-- CLEARWFSFILTER -->
69       <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">
70             <image state="normal"/>
71             <image state="selected"/>
72             <image state="hover"/>
73           </cwc2>
74       </td>
75     </tr>
76     <tr>
77       <!-- EXTRACTCONTEXT -->
78       <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">
79             <image state="normal"/>
80             <image state="selected"/>
81             <image state="hover"/>
82           </cwc2>
83       </td>
84     </tr>
85     <tr>
86       <!-- EXTRACTWFSDATA -->
87       <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">
88             <image state="normal"/>
89             <image state="selected"/>
90             <image state="hover"/>
91           </cwc2>
92       </td>
93     </tr>
94     <tr>
95       <!-- WMSBROWSER -->
96       <td><cwc2 type="WMSBrowser" image="icons/icon_layer_add.png" label="WMS Layers" visible="true" styleresource="TextButtons" popupstyleresource="TextButtons" imagetip="add WMS layers" wmscachedirectory="../wmscache/" popupwidth="640" popupheight="620">
97                     <image state="normal"/>
98                     <image state="selected"/>
99                     <image state="hover"/>
100               </cwc2>
101       </td>
102     </tr>
Note: See TracBrowser for help on using the browser.