Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/test/ressources/conf.xml @ 173:1b2fc94766c9
Added real Coordinate-Query to TimeSeries-Mesh
gnv-artifacts/trunk@212 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 13 Oct 2009 09:11:23 +0000 |
parents | 7be22e76c270 |
children | dbf68950b4d9 |
comparison
equal
deleted
inserted
replaced
172:b5e55f460f0b | 173:1b2fc94766c9 |
---|---|
191 <inputvalues> | 191 <inputvalues> |
192 <inputvalue name="meshid" type="Integer" multiselect="false"/> | 192 <inputvalue name="meshid" type="Integer" multiselect="false"/> |
193 </inputvalues> | 193 </inputvalues> |
194 </transition> | 194 </transition> |
195 | 195 |
196 <transition id="timeseries_meshpoint" description="timeseries_meshpoint" transition="de.intevation.gnv.transition.DefaultTransition"> | 196 <transition id="timeseries_meshpoint" description="timeseries_meshpoint" transition="de.intevation.gnv.transition.CoordinateSelectionTransition"> |
197 <queryID>timeseries_meshpoint</queryID> | 197 <queryID>timeseries_meshpoint</queryID> |
198 <dataname>mesh_point</dataname> | 198 <dataname>mesh_point</dataname> |
199 <data-multiselect>false</data-multiselect> | 199 <data-multiselect>false</data-multiselect> |
200 <reachableTransitions> | 200 <reachableTransitions> |
201 <transition>timeseries_meshpoint_depth</transition>v | 201 <transition>timeseries_meshpoint_depth</transition>v |
202 </reachableTransitions> | 202 </reachableTransitions> |
203 <inputvalues> | 203 <inputvalues> |
204 <inputvalue name="meshid" type="Integer" multiselect="false"/> | 204 <inputvalue name="meshid" type="Integer" multiselect="false"/> |
205 <inputvalue name="mesh_coordinate" type="Point" multiselect="false" usedinquery="0"/> | 205 <inputvalue name="mesh_coordinate" type="Coordinate" multiselect="false" usedinquery="1"/> |
206 </inputvalues> | 206 </inputvalues> |
207 </transition> | 207 </transition> |
208 | 208 |
209 <transition id="timeseries_meshpoint_depth" description="timeseries_meshpoint_depth" transition="de.intevation.gnv.transition.DefaultTransition"> | 209 <transition id="timeseries_meshpoint_depth" description="timeseries_meshpoint_depth" transition="de.intevation.gnv.transition.DefaultTransition"> |
210 <queryID>timeseries_meshpoint_depth</queryID> | 210 <queryID>timeseries_meshpoint_depth</queryID> |