Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 2672:5afccab9aac1
Modified floodmap specific datacage configuration and improved WMS hws layer.
flys-artifacts/trunk@4361 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 08 May 2012 13:55:59 +0000 |
parents | 055315495f8d |
children | f5af3adb3b95 |
comparison
equal
deleted
inserted
replaced
2671:055315495f8d | 2672:5afccab9aac1 |
---|---|
606 </dc:context> | 606 </dc:context> |
607 </dc:macro> | 607 </dc:macro> |
608 <dc:macro name="flood-map-hws"> | 608 <dc:macro name="flood-map-hws"> |
609 <dc:context> | 609 <dc:context> |
610 <dc:statement> | 610 <dc:statement> |
611 SELECT count(*) as km_exists | 611 SELECT count(*) as km_exists, name as name |
612 FROM hws WHERE river_id = ${river_id} | 612 FROM hws WHERE river_id = ${river_id} GROUP BY name |
613 </dc:statement> | 613 </dc:statement> |
614 <dc:elements> | 614 <dc:elements> |
615 <dc:if test="$km_exists>0"> | 615 <dc:if test="$km_exists>0"> |
616 <hws> | 616 <hws> |
617 <dc:attribute name="factory" value="wmshwsfactory"/> | 617 <dc:attribute name="factory" value="wmshwsfactory"/> |
618 <dc:attribute name="ids" value="${river_id}"/> | 618 <dc:attribute name="ids" value="${river_id};${name}"/> |
619 <dc:attribute name="name" value="${name}"/> | |
619 </hws> | 620 </hws> |
620 </dc:if> | 621 </dc:if> |
621 </dc:elements> | 622 </dc:elements> |
622 </dc:context> | 623 </dc:context> |
623 </dc:macro> | 624 </dc:macro> |
794 <dc:attribute name="factory" value="riveraxis"/> | 795 <dc:attribute name="factory" value="riveraxis"/> |
795 <dc:attribute name="ids" value="${river_id}"/> | 796 <dc:attribute name="ids" value="${river_id}"/> |
796 </riveraxis> | 797 </riveraxis> |
797 <dc:call-macro name="flood-map-km"/> | 798 <dc:call-macro name="flood-map-km"/> |
798 <dc:call-macro name="flood-map-qps"/> | 799 <dc:call-macro name="flood-map-qps"/> |
799 <dc:call-macro name="flood-map-hws"/> | |
800 <dc:call-macro name="flood-map-floodplain"/> | 800 <dc:call-macro name="flood-map-floodplain"/> |
801 <dc:call-macro name="flood-map-lines"/> | 801 <dc:call-macro name="flood-map-lines"/> |
802 <dc:call-macro name="flood-map-buildings"/> | 802 <dc:call-macro name="flood-map-buildings"/> |
803 <dc:call-macro name="flood-map-fixpoints"/> | 803 <dc:call-macro name="flood-map-fixpoints"/> |
804 </kilometrage> | 804 </kilometrage> |
805 <dc:call-macro name="flood-map-uesk"/> | 805 <dc:call-macro name="flood-map-uesk"/> |
806 <catchments> | 806 <catchments> |
807 <dc:call-macro name="flood-map-catchments"/> | 807 <dc:call-macro name="flood-map-catchments"/> |
808 </catchments> | 808 </catchments> |
809 <hws> | |
810 <dc:call-macro name="flood-map-hws"/> | |
811 </hws> | |
809 <rastermap> | 812 <rastermap> |
810 <background> | 813 <background> |
811 <dc:attribute name="factory" value="wmsbackground"/> | 814 <dc:attribute name="factory" value="wmsbackground"/> |
812 <dc:attribute name="ids" value="${river_id}"/> | 815 <dc:attribute name="ids" value="${river_id}"/> |
813 </background> | 816 </background> |