Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/artifacts/fixanalysis.xml @ 4866:acfd48384835
Changed data field names in fix analsis to ld_from, ld_to, ld step.
* Changed names in state model.
* Changed data fields in artifact.
* Use RangeAccess to get location/distance data.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 25 Jan 2013 11:53:04 +0100 |
parents | ce6bea03156c |
children | 3b974a24a8e1 |
comparison
equal
deleted
inserted
replaced
4865:1358d0c8481c | 4866:acfd48384835 |
---|---|
25 </transition> | 25 </transition> |
26 | 26 |
27 <state id="state.fix.location" description="state.fix.location" | 27 <state id="state.fix.location" description="state.fix.location" |
28 helpText="help.state.fix.location" | 28 helpText="help.state.fix.location" |
29 state="de.intevation.flys.artifacts.states.fixation.LocationSelect"> | 29 state="de.intevation.flys.artifacts.states.fixation.LocationSelect"> |
30 <data name="from" type="Double"/> | 30 <data name="ld_from" type="Double"/> |
31 <data name="to" type="Double"/> | 31 <data name="ld_to" type="Double"/> |
32 <data name="step" type="Double"/> | 32 <data name="ld_step" type="Double"/> |
33 </state> | 33 </state> |
34 | 34 |
35 <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition"> | 35 <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition"> |
36 <from state="state.fix.location"/> | 36 <from state="state.fix.location"/> |
37 <to state="state.fix.period"/> | 37 <to state="state.fix.period"/> |