Mercurial > dive4elements > river
changeset 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 | 6c7fdfd262ac |
children | 4b64692b2d1e |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Nov 16 10:58:48 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Nov 16 14:44:24 2011 +0000 @@ -1,3 +1,7 @@ +2011-11-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * doc/conf/themes.xml: Added Point Style for other.wq data. + 2011-11-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java:
--- 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"/>