view flys-artifacts/doc/conf/themes/second/cross-section.xml @ 5200:42bb6ff78d1b 2.9.11

Directly set the connectionInitSqls on the datasource Somehow the factory fails to set the connectionInitSqls if we add it to the dbcpProperties. So we now set it directly
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 08 Mar 2013 11:48:33 +0100
parents a8d8ea1f2a5c
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<!--themegroup name="default"-->
    <theme name="CrossSection">
        <inherits>
            <inherit from="Lines" />
            <inherit from="Points" />
            <inherit from="Label" />
            <inherit from="MinMaxPoints" />
        </inherits>
        <fields>
            <field name="showpoints" type="boolean" display="Punkte anzeigen"
                default="false" />
            <field name="showpointlabel" type="boolean"
                display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
        </fields>
    </theme>

    <theme name="CrossSectionWaterLine">
        <inherits>
            <inherit from="Lines" />
            <inherit from="Points" />
            <inherit from="Label" />
        </inherits>
        <fields>
            <field name="showpoints" type="boolean" display="Punkte anzeigen"
                default="false" />
            <field name="showpointlabel" type="boolean"
                display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0,0,153" />
            <field name="showwidth" type="boolean" display="Breite anzeigen"
                default="false" />
            <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
                default="true" />
            <field name="showlinelabel" type="boolean" default="true"
                display="Beschriftung anzeigen" />
            <field name="showmiddleheight" type="boolean"
                display="Wasserstand anzeigen" default="false" />
        </fields>
    </theme>

    <theme name="Hyk">
        <inherits>
            <inherit from="Text" />
        </inherits>
        <fields>
            <field name="textorientation" type="boolean" display="Textausrichtung"
                default="true" />
        </fields>
    </theme>

    <theme name="CrossSectionArea">
        <inherits>
            <inherit from="Areas" />
        </inherits>
        <fields>
            <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
                default="true" hints="hidden" />
            <field name="areashowborder" type="boolean" display="Begrenzung"
                default="false" hints="hidden" />
            <field name="areabordercolor" type="Color" default="0, 0, 0"
                display="Begrenzungslinienfarbe" hints="hidden" />
            <field name="showarea" type="boolean" display="Flaeche anzeigen"
              default="true" hints="hidden" />
            <field name="showarealabel" type="boolean"
                display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
        </fields>
    </theme>
<!--/themegroup-->

http://dive4elements.wald.intevation.org