Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 2683:f5af3adb3b95
Improved datacage configuration for floodmaps and maps and modified the WMS layer artifacts to support names for layers.
flys-artifacts/trunk@4383 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 10 May 2012 11:14:17 +0000 |
parents | 2be59d5b342c |
children | 14188f8daefb |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Thu May 10 10:04:12 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Thu May 10 11:14:17 2012 +0000 @@ -943,6 +943,21 @@ </fields> </theme> + <theme name="HydrBoundariesLines"> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> + <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> + </fields> + </theme> + + <theme name="HydrBoundariesPolys"> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> + <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> + <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> + </fields> + </theme> + <!-- Mappings are following now. A mapping maps between a name of a facet @@ -1033,6 +1048,8 @@ <mapping from="floodmap.kms" to="Kms"/> <mapping from="floodmap.qps" to="Qps"/> <mapping from="floodmap.hws" to="Hws"/> + <mapping from="floodmap.hydr_boundaries" to="HydrBoundariesLines"/> + <mapping from="floodmap.hydr_boundaries_poly" to="HydrBoundariesPolys"/> <mapping from="floodmap.catchment" to="Catchment"/> <mapping from="floodmap.floodplain" to="Floodplain"/> <mapping from="floodmap.lines" to="FloodmapLines"/>