changeset 1100:2e50dfd45753

Fixed broken transition chain for 'Achsenparalleles Vertikalprofil' (issue300). gnv-artifacts/trunk@1224 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 28 Jun 2010 07:24:21 +0000
parents 5cc3fc2e50fd
children e38f93d64253
files gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml
diffstat 2 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog	Tue Jun 15 14:19:43 2010 +0000
+++ b/gnv-artifacts/ChangeLog	Mon Jun 28 07:24:21 2010 +0000
@@ -1,3 +1,11 @@
+2010-06-28  Ingo Weinzierl <ingo.weinzierl@intevation.de>
+
+	  Issue300
+
+	* doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml: Fixed
+	  broken transition. The transition chain ended after choosing a subarea;
+	  now it leads to the coordinate selection.
+
 2010-06-15  Tim Englich  <tim.englich@intevation.de>
 
 	  ISSUE299v
--- a/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml	Tue Jun 15 14:19:43 2010 +0000
+++ b/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml	Mon Jun 28 07:24:21 2010 +0000
@@ -81,6 +81,24 @@
             <to state="verticalcrosssection_mesh_parallel"/>
         </transition>
 
+        <state id="verticalcrosssection_mesh_parallel" description="verticalcrosssection_mesh_parallel" state="de.intevation.gnv.state.DefaultState">
+            <queryID>verticalprofile_mesh_with_area</queryID>
+            <dataname>meshid</dataname>
+            <data-multiselect>false</data-multiselect>
+            <inputvalues>
+               <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
+               <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
+               <inputvalue name="subareaid" type="Integer" multiselect="false" usedinquery="1"/>
+               <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="0"/>
+            </inputvalues>
+        </state>
+
+        <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
+            <from state="verticalcrosssection_mesh_parallel"/>
+            <to state="verticalcrosssection_mesh_parallel_coordinate"/>
+            <condition inputvalue="geometry" value="POINT" operator="notequal"/>
+        </transition>
+
          <state id="verticalcrosssection_mesh_parallel_without_geom" description="verticalcrosssection_mesh_parallel" state="de.intevation.gnv.state.DefaultState">
               <queryID>verticalprofile_mesh</queryID>
               <dataname>meshid</dataname>

http://dive4elements.wald.intevation.org