Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 1871:257f7b54a943
Added new WMSBuildingsArtifact for displaying buildings in maps.
flys-artifacts/trunk@3222 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 10 Nov 2011 13:54:24 +0000 |
parents | ec458853f560 |
children | 2e810c50e685 |
comparison
equal
deleted
inserted
replaced
1870:ec458853f560 | 1871:257f7b54a943 |
---|---|
665 </lines> | 665 </lines> |
666 </dc:if> | 666 </dc:if> |
667 </dc:elements> | 667 </dc:elements> |
668 </dc:context> | 668 </dc:context> |
669 </dc:macro> | 669 </dc:macro> |
670 <dc:macro name="flood-map-buildings"> | |
671 <dc:context> | |
672 <dc:statement> | |
673 SELECT count(*) as km_exists | |
674 FROM buildings WHERE river_id = ${river_id} | |
675 </dc:statement> | |
676 <dc:elements> | |
677 <dc:if test="$km_exists>0"> | |
678 <buildings> | |
679 <dc:attribute name="factory" value="wmsbuildingsfactory"/> | |
680 <dc:attribute name="ids" value="${river_id}"/> | |
681 </buildings> | |
682 </dc:if> | |
683 </dc:elements> | |
684 </dc:context> | |
685 </dc:macro> | |
670 <dc:macro name="flood-map-complete"> | 686 <dc:macro name="flood-map-complete"> |
671 <kilometrage> | 687 <kilometrage> |
672 <riveraxis> | 688 <riveraxis> |
673 <dc:attribute name="factory" value="riveraxis"/> | 689 <dc:attribute name="factory" value="riveraxis"/> |
674 <dc:attribute name="ids" value="${river_id}"/> | 690 <dc:attribute name="ids" value="${river_id}"/> |
677 <dc:call-macro name="flood-map-qps"/> | 693 <dc:call-macro name="flood-map-qps"/> |
678 <dc:call-macro name="flood-map-hws"/> | 694 <dc:call-macro name="flood-map-hws"/> |
679 <dc:call-macro name="flood-map-catchments"/> | 695 <dc:call-macro name="flood-map-catchments"/> |
680 <dc:call-macro name="flood-map-floodplain"/> | 696 <dc:call-macro name="flood-map-floodplain"/> |
681 <dc:call-macro name="flood-map-lines"/> | 697 <dc:call-macro name="flood-map-lines"/> |
698 <dc:call-macro name="flood-map-buildings"/> | |
682 </kilometrage> | 699 </kilometrage> |
683 <rastermap> | 700 <rastermap> |
684 <background> | 701 <background> |
685 <dc:attribute name="factory" value="wmsbackground"/> | 702 <dc:attribute name="factory" value="wmsbackground"/> |
686 <dc:attribute name="ids" value="${river_id}"/> | 703 <dc:attribute name="ids" value="${river_id}"/> |