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

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

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

Last code checkout from earlier SVN instance

Line 
1     <tr>
2
3       <!-- UPLOADCONTEXT -->
4
5       <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">
6
7           <image state="normal"/>
8
9           <image state="selected"/>
10
11           <image state="hover"/>
12
13             <context name="gmap" url="http://dev1.dmsolutions.ca/msapps/chameleon/gmap_context.xml"/>
14
15             <context name="world" url="http://dev1.dmsolutions.ca/msapps/world_testdata/map/world_context.xml"/>
16
17       </cwc2>
18
19       </td>
20
21     </tr>
22
23     <tr>
24
25       <!-- CONTEXTSELECTOR -->
26
27       <td><cwc2 type="ContextSelector" allowresize="false" label="Context:">
28
29             <option label="Select a context" value="" selected="true"/>
30
31             <context name="gmap" url="http://dev1.dmsolutions.ca/msapps/chameleon/gmap_context.xml"/>
32
33             <context name="world" url="http://dev1.dmsolutions.ca/msapps/world_testdata/map/world_context.xml"/>
34
35       </cwc2>
36
37       </td>
38
39     </tr>
40
41     <tr>
42
43       <!-- DOWNLOADCONTEXT -->
44
45       <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">
46
47          <Version value="1.0.0"/>
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       <!-- UPLOADSLD -->
64
65       <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.">
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
79     <tr>
80
81       <!-- DOWNLOADSLD -->
82
83       <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.">
84
85          <image state="normal"/>
86
87          <image state="selected"/>
88
89          <image state="hover"/>
90
91       </CWC2>
92
93       </td>
94
95     </tr>
96
97     <tr>
98
99       <!-- CATALOGSEARCH -->
100
101       <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" >
102
103         <image state="normal"/>
104
105         <image state="selected"/>
106
107         <image state="hover"/>
108
109       </cwc2>
110
111       </td>
112
113     </tr>
114
115     <tr>
116
117       <!-- EXPRESSIONBUILDER -->
118
119       <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="!">
120
121             <image state="normal"/>
122
123             <image state="selected"/>
124
125             <image state="hover"/>
126
127           </cwc2>
128
129       </td>
130
131     </tr>
132
133     <tr>
134
135       <!-- CLEARWFSFILTER -->
136
137       <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">
138
139             <image state="normal"/>
140
141             <image state="selected"/>
142
143             <image state="hover"/>
144
145           </cwc2>
146
147       </td>
148
149     </tr>
150
151     <tr>
152
153       <!-- EXTRACTCONTEXT -->
154
155       <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">
156
157             <image state="normal"/>
158
159             <image state="selected"/>
160
161             <image state="hover"/>
162
163           </cwc2>
164
165       </td>
166
167     </tr>
168
169     <tr>
170
171       <!-- EXTRACTWFSDATA -->
172
173       <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">
174
175             <image state="normal"/>
176
177             <image state="selected"/>
178
179             <image state="hover"/>
180
181           </cwc2>
182
183       </td>
184
185     </tr>
186
187     <tr>
188
189       <!-- WMSBROWSER -->
190
191       <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">
192
193                     <image state="normal"/>
194
195                     <image state="selected"/>
196
197                     <image state="hover"/>
198
199               </cwc2>
200
201       </td>
202
203     </tr>
204
Note: See TracBrowser for help on using the browser.