comparison flys-artifacts/doc/conf/meta-data.xml @ 1873:841af55d5e53

Added new WMSFixpointsArtifact for displaying fixpoints in maps. flys-artifacts/trunk@3227 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 10 Nov 2011 14:25:56 +0000
parents 2e810c50e685
children 4fb81eb8b45b
comparison
equal deleted inserted replaced
1872:2e810c50e685 1873:841af55d5e53
559 </buildings> 559 </buildings>
560 </dc:if> 560 </dc:if>
561 </dc:elements> 561 </dc:elements>
562 </dc:context> 562 </dc:context>
563 </dc:macro> 563 </dc:macro>
564 <dc:macro name="flood-map-fixpoints">
565 <dc:context>
566 <dc:statement>
567 SELECT count(*) as km_exists
568 FROM fixpoints WHERE river_id = ${river_id}
569 </dc:statement>
570 <dc:elements>
571 <dc:if test="$km_exists>0">
572 <fixpoints>
573 <dc:attribute name="factory" value="wmsfixpointsfactory"/>
574 <dc:attribute name="ids" value="${river_id}"/>
575 </fixpoints>
576 </dc:if>
577 </dc:elements>
578 </dc:context>
579 </dc:macro>
564 <dc:macro name="flood-map-complete"> 580 <dc:macro name="flood-map-complete">
565 <kilometrage> 581 <kilometrage>
566 <riveraxis> 582 <riveraxis>
567 <dc:attribute name="factory" value="riveraxis"/> 583 <dc:attribute name="factory" value="riveraxis"/>
568 <dc:attribute name="ids" value="${river_id}"/> 584 <dc:attribute name="ids" value="${river_id}"/>
572 <dc:call-macro name="flood-map-hws"/> 588 <dc:call-macro name="flood-map-hws"/>
573 <dc:call-macro name="flood-map-catchments"/> 589 <dc:call-macro name="flood-map-catchments"/>
574 <dc:call-macro name="flood-map-floodplain"/> 590 <dc:call-macro name="flood-map-floodplain"/>
575 <dc:call-macro name="flood-map-lines"/> 591 <dc:call-macro name="flood-map-lines"/>
576 <dc:call-macro name="flood-map-buildings"/> 592 <dc:call-macro name="flood-map-buildings"/>
593 <dc:call-macro name="flood-map-fixpoints"/>
577 </kilometrage> 594 </kilometrage>
578 <rastermap> 595 <rastermap>
579 <background> 596 <background>
580 <dc:attribute name="factory" value="wmsbackground"/> 597 <dc:attribute name="factory" value="wmsbackground"/>
581 <dc:attribute name="ids" value="${river_id}"/> 598 <dc:attribute name="ids" value="${river_id}"/>

http://dive4elements.wald.intevation.org