Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 1793:1636686070f7
Initial commit to support styles in maps.
flys-artifacts/trunk@3116 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 28 Oct 2011 14:42:24 +0000 |
parents | f7072039ad84 |
children | 5e9696c32f04 |
comparison
equal
deleted
inserted
replaced
1792:49ad801076e4 | 1793:1636686070f7 |
---|---|
535 <theme name="AnnotationText" type="virtual"> | 535 <theme name="AnnotationText" type="virtual"> |
536 <fields> | 536 <fields> |
537 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> | 537 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> |
538 <field name="textorientation" type="boolean" display="Textausrichtung" default="false"/> | 538 <field name="textorientation" type="boolean" display="Textausrichtung" default="false"/> |
539 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> | 539 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> |
540 </fields> | |
541 </theme> | |
542 | |
543 | |
544 <!-- MAP relevant themes --> | |
545 <theme name="RiverAxis"> | |
546 <fields> | |
547 <field name="linecolor" type="Color" display="Linienfarbe" default="#800080"/> | |
548 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> | |
540 </fields> | 549 </fields> |
541 </theme> | 550 </theme> |
542 | 551 |
543 | 552 |
544 <!-- Mappings are following now. A mapping maps between a name of a facet | 553 <!-- Mappings are following now. A mapping maps between a name of a facet |
593 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> | 602 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> |
594 <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> | 603 <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> |
595 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> | 604 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> |
596 <mapping from="longitudinal_section.annotations" to="Annotations"/> | 605 <mapping from="longitudinal_section.annotations" to="Annotations"/> |
597 <mapping from="w_differences" to="Differences"/> | 606 <mapping from="w_differences" to="Differences"/> |
607 <mapping from="floodmap.riveraxis" to="RiverAxis"/> | |
598 </mappings> | 608 </mappings> |
599 </themes> | 609 </themes> |