view artifacts/doc/conf/generators/longitudinal-diagrams.xml @ 8452:b9a8463ac636

(issue1732) When duplication wsplgen artificats fix shapefile layers The shapefile layers are copied but still contained the old names and paths and the wms layer refered to layers from the old artifact. This was broken. Now the old artificat id is replaced by the new artifact id in the mapfiles. Duplication most wsplgen artifacts should now work.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 28 Oct 2014 18:52:35 +0100
parents bf890f7ab5b0
children 19fde13e2db4
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?>
<longitudinal-diagrams>
    <output-generator
        names="longitudinal_section,longitudinal_section_chartinfo,discharge_longitudinal_section,discharge_longitudinal_section_chartinfo"
        class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
        converter="org.dive4elements.river.exports.DiagramAttributes">
        <title key="chart.longitudinal.section.title" default="W-Längsschnitt"/>
        &longitudinal-defaults;
        <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="W"/>
    </output-generator>
    <output-generator
        names="w_differences,w_differences_chartinfo"
        class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
        converter="org.dive4elements.river.exports.DiagramAttributes">
        <title key="chart.w_differences.title" default="Differences"/>
        &longitudinal-defaults;
        <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="W"/>
        <subtitle key="chart.w_differences.subtitle" default="-">
            <arg expr="artifact.river"/>
        </subtitle>
    </output-generator>
    <output-generator
        names="fix_longitudinal_section_curve,fix_longitudinal_section_curve_chartinfo"
        class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
        converter="org.dive4elements.river.exports.DiagramAttributes">
        <title key="chart.fixings.longitudinalsection.title" default="Fixierungsanalyse"/>
        &longitudinal-defaults;
        <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="deltaW"/>
    </output-generator>
    <output-generator
        names="bedheight_middle,bedheight_middle_chartinfo"
        class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
        converter="org.dive4elements.river.exports.DiagramAttributes">
        <title key="chart.bedheight_middle.section.title" default="Mittlere Sohlhöhe"/>
        &longitudinal-defaults;
        <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="BedHeight"/>
    </output-generator>
    <output-generator
        names="bed_difference_height_year,bed_difference_height_year_chartinfo"
        class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
        converter="org.dive4elements.river.exports.DiagramAttributes">
        <title key="chart.beddifference.height.title" default="Sohlenhöhen Differenz"/>
        &longitudinal-defaults;
        <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
            axis="diffBed/Y"/>
    </output-generator>
    <output-generator names="bed_difference_year,bed_difference_year_chartinfo"
        class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
        converter="org.dive4elements.river.exports.DiagramAttributes">
        <title key="chart.beddifference.year.title" default="Sohlenhöhen Differenz"/>
        &longitudinal-defaults;
        <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
            axis="diffBed"/>
    </output-generator>
    <output-generator names="bed_longitudinal_section,bed_longitudinal_section_chartinfo"
        class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
        converter="org.dive4elements.river.exports.DiagramAttributes">
        <title key="chart.bedquality.title" default="Sohlen Längsschnitt"/>
        &longitudinal-defaults;
        <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
            axis="diffBed"/>
    </output-generator>
    <output-generator
        names="sedimentload_ls,sedimentload_ls_chartinfo"
        class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
        converter="org.dive4elements.river.exports.DiagramAttributes">
        <title key="chart.sedimentload.ls.title" default="Sedimentfracht"/>
        &longitudinal-defaults;
        <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
            axis="SedimentLoad"/>
    </output-generator>
    <output-generator
        names="flow_velocity,flow_velocity_chartinfo"
        class="org.dive4elements.river.exports.LongitudinalSectionGenerator2"
        converter="org.dive4elements.river.exports.DiagramAttributes">
        <title key="chart.flow_velocity.section.title" default="Geschwindigkeit- und Schubspannung"/>
        &longitudinal-defaults;
        <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
            axis="Velocity"/>
    </output-generator>
</longitudinal-diagrams>

http://dive4elements.wald.intevation.org