Mercurial > dive4elements > river
diff artifacts/doc/conf/meta-data.xml @ 9438:d2f5375ede26
Replaced own W and Q facets in bundu bzws by subclass of FixWaterlevelFacet, added annotations and datacage
author | mschaefer |
---|---|
date | Mon, 20 Aug 2018 16:05:06 +0200 |
parents | 063befcaef74 |
children | e5cb5efbc43e |
line wrap: on
line diff
--- a/artifacts/doc/conf/meta-data.xml Mon Aug 20 15:53:33 2018 +0200 +++ b/artifacts/doc/conf/meta-data.xml Mon Aug 20 16:05:06 2018 +0200 @@ -146,10 +146,15 @@ <!--dc:when test="$out = 'sinfo_floodduration_curve'"> <dc:call-macro name="mainvalues" /> </dc:when--> - <dc:when test="$out = 'uinfo_salix_line'"> <dc:call-macro name="annotations" /> </dc:when> + <dc:when test="$out = 'bundu_wspl_longitudinal_section'"> + <dc:call-macro name="annotations" /> + </dc:when> + <dc:when test="$out = 'bundu_depth_longitudinal_section'"> + <dc:call-macro name="annotations" /> + </dc:when> </dc:choose> </dc:iterate> </dc:when> @@ -338,6 +343,12 @@ <dc:variable name="vegzonedata" expr="dc:defaultvegetationzone()"></dc:variable> <defaultVegetationZone factory="dummy" target_out="{$out}" data="{$vegzonedata}"></defaultVegetationZone> </dc:when> + <dc:when test="$out = 'bundu_wspl_longitudinal_section'"> + <dc:call-macro name="longitudinal-section-prototype" /> + </dc:when> + <dc:when test="$out = 'bundu_depth_longitudinal_section'"> + <dc:call-macro name="longitudinal-section-prototype" /> + </dc:when> </dc:choose> </dc:iterate> </dc:otherwise> @@ -448,6 +459,12 @@ <dc:when test="$out = 'uinfo.inundation_duration.vegzoneselect'"> <dc:call-macro name="vegetationzones" /> </dc:when> + <dc:when test="$out = 'bundu_wspl_longitudinal_section'"> + <dc:call-macro name="longitudinal-section-user-prototype" /> + </dc:when> + <dc:when test="$out = 'bundu_depth_longitudinal_section'"> + <dc:call-macro name="longitudinal-section-user-prototype" /> + </dc:when> <dc:comment> Discharge curves </dc:comment> <dc:when test="$out = 'computed_discharge_curve'"> <dc:call-macro name="discharge-curve-user-prototype" />