Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 1815:a97764363ba2
Apply point theme to heightmark data imported via datacage to longitudinal section diagram.
flys-artifacts/trunk@3144 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 02 Nov 2011 13:41:39 +0000 |
parents | 5e9696c32f04 |
children | 5364b86a0880 |
comparison
equal
deleted
inserted
replaced
1814:a9b690d864a7 | 1815:a97764363ba2 |
---|---|
490 <fields> | 490 <fields> |
491 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | 491 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
492 </fields> | 492 </fields> |
493 </theme> | 493 </theme> |
494 | 494 |
495 <!-- Height Marks --> | |
496 <theme name="heightmarks_points"> | |
497 <inherits> | |
498 <inherit from="Points"/> | |
499 </inherits> | |
500 <fields> | |
501 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
502 </fields> | |
503 </theme> | |
504 | |
495 | 505 |
496 <!-- Virtual themes are following now! --> | 506 <!-- Virtual themes are following now! --> |
497 <theme name="Lines" type="virtual"> | 507 <theme name="Lines" type="virtual"> |
498 <fields> | 508 <fields> |
499 <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/> | 509 <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/> |
500 <field name="linesize" type="int" display="Liniendicke" default="1"/> | 510 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
501 <field name="linetype" type="Dash" display="Linienart" default="10"/> | 511 <field name="linetype" type="Dash" display="Linienart" default="10"/> |
512 </fields> | |
513 </theme> | |
514 | |
515 <theme name="Points" type="virtual"> | |
516 <fields> | |
517 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | |
518 <field name="linesize" type="int" display="Liniendicke" default="1"/> | |
519 <field name="linetype" type="Dash" display="Linienart" default="10"/> | |
520 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | |
502 </fields> | 521 </fields> |
503 </theme> | 522 </theme> |
504 | 523 |
505 <theme name="ColorLines" type="virtual"> | 524 <theme name="ColorLines" type="virtual"> |
506 <inherits> | 525 <inherits> |
611 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> | 630 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> |
612 <mapping from="longitudinal_section.annotations" to="Annotations"/> | 631 <mapping from="longitudinal_section.annotations" to="Annotations"/> |
613 <mapping from="w_differences" to="Differences"/> | 632 <mapping from="w_differences" to="Differences"/> |
614 <mapping from="floodmap.riveraxis" to="RiverAxis"/> | 633 <mapping from="floodmap.riveraxis" to="RiverAxis"/> |
615 <mapping from="floodmap.kms" to="Kms"/> | 634 <mapping from="floodmap.kms" to="Kms"/> |
635 <mapping from="heightmarks_points" to="heightmarks_points"/> | |
616 </mappings> | 636 </mappings> |
617 </themes> | 637 </themes> |