Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 1836:729ba79e94a0
Added datacage configuration, loader (Artifact and State) and a theme for cross section tracks.
flys-artifacts/trunk@3172 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 04 Nov 2011 14:09:05 +0000 |
parents | 35e38e2afb22 |
children | 90df645985d4 |
comparison
equal
deleted
inserted
replaced
1835:35e38e2afb22 | 1836:729ba79e94a0 |
---|---|
524 </km> | 524 </km> |
525 </dc:if> | 525 </dc:if> |
526 </dc:elements> | 526 </dc:elements> |
527 </dc:context> | 527 </dc:context> |
528 </dc:macro> | 528 </dc:macro> |
529 <dc:macro name="flood-map-qps"> | |
530 <dc:context> | |
531 <dc:statement> | |
532 SELECT count(*) as km_exists | |
533 FROM cross_section_tracks WHERE river_id = ${river_id} | |
534 </dc:statement> | |
535 <dc:elements> | |
536 <dc:if test="$km_exists>0"> | |
537 <qps> | |
538 <dc:attribute name="factory" value="wmsqpsfactory"/> | |
539 <dc:attribute name="ids" value="${river_id}"/> | |
540 </qps> | |
541 </dc:if> | |
542 </dc:elements> | |
543 </dc:context> | |
544 </dc:macro> | |
529 <dc:macro name="flood-map-complete"> | 545 <dc:macro name="flood-map-complete"> |
530 <kilometrage> | 546 <kilometrage> |
531 <riveraxis> | 547 <riveraxis> |
532 <dc:attribute name="factory" value="riveraxis"/> | 548 <dc:attribute name="factory" value="riveraxis"/> |
533 <dc:attribute name="ids" value="${river_id}"/> | 549 <dc:attribute name="ids" value="${river_id}"/> |
534 </riveraxis> | 550 </riveraxis> |
535 <dc:call-macro name="flood-map-km"/> | 551 <dc:call-macro name="flood-map-km"/> |
552 <dc:call-macro name="flood-map-qps"/> | |
536 </kilometrage> | 553 </kilometrage> |
537 <rastermap> | 554 <rastermap> |
538 <background> | 555 <background> |
539 <dc:attribute name="factory" value="wmsbackground"/> | 556 <dc:attribute name="factory" value="wmsbackground"/> |
540 <dc:attribute name="ids" value="${river_id}"/> | 557 <dc:attribute name="ids" value="${river_id}"/> |