view artifacts/doc/conf/artifacts/sqrelation.xml @ 9713:aef987124822 3.2.x

Do not rely on database default for setting hws_lines.official to 0 It's not under the control of the importer whether the field is rendered into an INSERT statement, whether it's actually set or not. If it is unset but rendered into the statement, the field would be set to NULL. Thus, always set it explicitly. While here, remove an unused import.
author Tom Gottfried <tom@intevation.de>
date Fri, 12 Mar 2021 15:11:44 +0100
parents a5fbcdd85359
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<artifact name="staticsqrelation">
    <states>
        <state id="state.sqrelation.init" description="state.sqrelation.init" state="org.dive4elements.river.artifacts.states.sq.SQInitState">
            <data name="river" type="String"/>
            <data name="station" type="Integer" />
            <data name="station_name" type="String" />
            <data name="ld_locations" type="String" />
        </state>
        <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
            <from state="state.sqrelation.init"/>
            <to state="state.sqrelation.static"/>
        </transition>
         <state id="state.sqrelation.static" description="state.sqrelation.static" state="org.dive4elements.river.artifacts.states.sq.SQStaticState">
            <outputmodes>
                <outputmode name="sq_relation_a" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_a_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_a.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_b" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_b_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_b.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_c" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_c_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_c.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_d" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_d_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_d.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_e" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_e_curve" description="A facet for sq curve"/>
                        <facet name="sq_relation_e.manualpoints" />
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_f" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_relation_f.manualpoints" />
                        <facet name="sq_f_curve" description="A facet for sq curve"/>
                    </facets>
                </outputmode>
                <outputmode name="sq_relation_g" description="output.sq_relation" type="chart">
                    <facets>
                        <facet name="sq_relation_g.manualpoints" />
                        <facet name="sq_g_curve" description="A facet for sq curve"/>
                    </facets>
                </outputmode>
            </outputmodes>
         </state>
    </states>
</artifact>

http://dive4elements.wald.intevation.org