Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 1908:19c53705a2eb
Added Point Stlye for other.wq data.
flys-artifacts/trunk@3268 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 16 Nov 2011 14:44:24 +0000 |
parents | 84cf67a2a19e |
children | aa3e7ed1fa46 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Wed Nov 16 10:58:48 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed Nov 16 14:44:24 2011 +0000 @@ -603,6 +603,15 @@ </fields> </theme> + <theme name="WQPoints"> + <inherits><inherit from="Points"/></inherits> + <fields> + <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> + <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> + <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 0"/> + </fields> + </theme> + <!-- Discharge Longitudinal Section --> @@ -874,6 +883,7 @@ <mapping from="floodmap.lines" to="Lines"/> <mapping from="floodmap.buildings" to="Buildings"/> <mapping from="floodmap.fixpoints" to="Fixpoints"/> + <mapping from="other.wq" to="WQPoints"/> <mapping from="other.wkms" to="WKms"/> <mapping from="other.wqkms" to="WQKms"/> <mapping from="heightmarks_points" to="heightmarks_points"/>