Mercurial > dive4elements > river
changeset 2670:402695ee7c24
Modified configuration of facets for 'map' and theme for floodmap lines.
flys-artifacts/trunk@4357 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 08 May 2012 11:29:13 +0000 |
parents | 7a124cb11d8e |
children | 055315495f8d |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/artifacts/map.xml flys-artifacts/doc/conf/themes.xml |
diffstat | 3 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue May 08 10:19:43 2012 +0000 +++ b/flys-artifacts/ChangeLog Tue May 08 11:29:13 2012 +0000 @@ -1,3 +1,11 @@ +2012-05-08 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/artifacts/map.xml: Added the 'floodmap.floodmaps' facet to the + list of valid facets of the 'map' output. + + * doc/conf/themes.xml: Renamed the 'Line' theme used for floodmaps to + 'FloodmapLines'. + 2012-05-08 Ingo Weinzierl <ingo@intevation.de> * doc/conf/mapserver/db_layer.vm: Added a PROJECTION section which is
--- a/flys-artifacts/doc/conf/artifacts/map.xml Tue May 08 10:19:43 2012 +0000 +++ b/flys-artifacts/doc/conf/artifacts/map.xml Tue May 08 11:29:13 2012 +0000 @@ -27,6 +27,7 @@ <facet name="floodmap.buildings"/> <facet name="floodmap.fixpoints"/> <facet name="floodmap.externalwms"/> + <facet name="floodmap.floodmaps"/> </facets> </outputmode> </outputmodes>
--- a/flys-artifacts/doc/conf/themes.xml Tue May 08 10:19:43 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Tue May 08 11:29:13 2012 +0000 @@ -928,12 +928,12 @@ </fields> </theme> - <!--theme name="Lines"> + <theme name="FloodmapLines"> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="140, 200, 130"/> <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> </fields> - </theme--> + </theme> <theme name="Buildings"> <fields> @@ -1034,7 +1034,7 @@ <mapping from="floodmap.hws" to="Hws"/> <mapping from="floodmap.catchment" to="Catchment"/> <mapping from="floodmap.floodplain" to="Floodplain"/> - <mapping from="floodmap.lines" to="Lines"/> + <mapping from="floodmap.lines" to="FloodmapLines"/> <mapping from="floodmap.buildings" to="Buildings"/> <mapping from="floodmap.fixpoints" to="Fixpoints"/> <mapping from="floodmap.floodmaps" to="Floodmaps"/>