Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 5550:220d12a41bfa
merged.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 04 Apr 2013 10:56:26 +0200 |
parents | 38acd82feeac 38713f32a785 |
children | 0e5c17c7cfc4 |
comparison
equal
deleted
inserted
replaced
5549:38acd82feeac | 5550:220d12a41bfa |
---|---|
1568 </dc:for-each> | 1568 </dc:for-each> |
1569 </dc:context> | 1569 </dc:context> |
1570 </dc:macro> | 1570 </dc:macro> |
1571 | 1571 |
1572 <dc:macro name="flood-map-gaugelocations"> | 1572 <dc:macro name="flood-map-gaugelocations"> |
1573 <dc:attribute name="factory" value="externalwmsfactory"/> | 1573 <gauge_points factory="externalwmsfactory" ids="http://www.pegelonline.wsv.de/webservices/gis/wms;Pegelpunkte;Pegelpunkte (WSV)"/> |
1574 <dc:attribute name="ids" value="http://www.pegelonline.wsv.de/webservices/gis/wms;Pegelpunkte;Pegelonline-Pegelpunkte"/> | 1574 <gauge_names factory="externalwmsfactory" ids="http://www.pegelonline.wsv.de/webservices/gis/wms;Pegelnamen;Pegelnamen (WSV)"/> |
1575 <gauge_level factory="externalwmsfactory" ids="http://www.pegelonline.wsv.de/webservices/gis/wms;Pegelwasserstand;Aktueller Wasserstand (WSV)"/> | |
1576 <gauge_tendency factory="externalwmsfactory" ids="http://www.pegelonline.wsv.de/webservices/gis/wms;TendenzWasserstand;Tendenz des Wasserstands (WSV)"/> | |
1575 </dc:macro> | 1577 </dc:macro> |
1576 | 1578 |
1577 <dc:macro name="flood-map-uesk"> | 1579 <dc:macro name="flood-map-uesk"> |
1578 <dc:context> | 1580 <dc:context> |
1579 <dc:statement> | 1581 <dc:statement> |
1701 </uesk> | 1703 </uesk> |
1702 </dc:if> | 1704 </dc:if> |
1703 </dc:context> | 1705 </dc:context> |
1704 </dc:macro> | 1706 </dc:macro> |
1705 | 1707 |
1706 <dc:macro name="flood-map-catchments"> | |
1707 <dc:attribute name="factory" value="externalwmsfactory"/> | |
1708 <dc:attribute name="ids" value="http://geoportal.bafg.de/wmsproxy/INSPIRE/DrainageBasin;HY.PHYSICALWATERS.CATCHMENTS;Einzugsgebiet"/> | |
1709 </dc:macro> | |
1710 | |
1711 <dc:macro name="flood-map-routing"> | 1708 <dc:macro name="flood-map-routing"> |
1712 <qps> | 1709 <qps> |
1713 <dc:call-macro name="flood-map-qps"/> | 1710 <dc:call-macro name="flood-map-qps"/> |
1714 </qps> | 1711 </qps> |
1715 <dc:call-macro name="flood-map-fixpoints"/> | 1712 <dc:call-macro name="flood-map-fixpoints"/> |
1717 <axis> | 1714 <axis> |
1718 <dc:call-macro name="flood-map-riveraxis"/> | 1715 <dc:call-macro name="flood-map-riveraxis"/> |
1719 </axis> | 1716 </axis> |
1720 </dc:macro> | 1717 </dc:macro> |
1721 | 1718 |
1719 <dc:macro name="floodmarks"> | |
1720 <dc:context> | |
1721 <dc:statement> | |
1722 SELECT DISTINCT | |
1723 coalesce(CAST (year AS VARCHAR(64)), 'Unbekanntes Jahr') as year | |
1724 FROM flood_marks | |
1725 WHERE river_id = ${river_id} | |
1726 </dc:statement> | |
1727 <dc:if test="dc:has-result()"> | |
1728 <floodmarks> | |
1729 <dc:for-each> | |
1730 <floodmark name="{$year}" | |
1731 factory="wmsfloodmarkfactory" | |
1732 ids="{$river_id};{$year};{$year}"/> | |
1733 </dc:for-each> | |
1734 </floodmarks> | |
1735 </dc:if> | |
1736 </dc:context> | |
1737 </dc:macro> | |
1738 | |
1722 <dc:macro name="flood-map-complete"> | 1739 <dc:macro name="flood-map-complete"> |
1723 <buildings> | 1740 <buildings> |
1724 <dc:call-macro name="flood-map-buildings"/> | 1741 <dc:call-macro name="flood-map-buildings"/> |
1725 </buildings> | 1742 </buildings> |
1726 <catchments> | 1743 <catchments factory="externalwmsfactory" |
1727 <dc:call-macro name="flood-map-catchments"/> | 1744 ids="http://geoportal.bafg.de/wmsproxy/INSPIRE/DrainageBasin;HY.PHYSICALWATERS.CATCHMENTS;Einzugsgebiet"/> |
1728 </catchments> | 1745 <dc:call-macro name="floodmarks"/> |
1729 <dc:comment><!-- TODO: HW-Marken --></dc:comment> | |
1730 <hws> | 1746 <hws> |
1731 <dc:call-macro name="hwslines"/> | 1747 <dc:call-macro name="hwslines"/> |
1732 <dc:call-macro name="hwspoints"/> | 1748 <dc:call-macro name="hwspoints"/> |
1733 </hws> | 1749 </hws> |
1734 <route_data> | 1750 <route_data> |
1741 <dc:call-macro name="flood-map-uesk"/> | 1757 <dc:call-macro name="flood-map-uesk"/> |
1742 <gaugelocations> | 1758 <gaugelocations> |
1743 <dc:call-macro name="flood-map-gaugelocations"/> | 1759 <dc:call-macro name="flood-map-gaugelocations"/> |
1744 </gaugelocations> | 1760 </gaugelocations> |
1745 <background factory="wmsbackground" ids="{$river_id}"/> | 1761 <background factory="wmsbackground" ids="{$river_id}"/> |
1762 <pegel_had_measurement_points factory="externalwmsfactory" | |
1763 ids="http://geoportal.bafg.de/wmsproxy/HAD/HAD_31;0;HAD Abflussmessstellen"/> | |
1746 </dc:macro> | 1764 </dc:macro> |
1747 | 1765 |
1748 </dc:if> | 1766 </dc:if> |
1749 | 1767 |
1750 <dc:if test="dc:contains($artifact-outs, 'minfo-heights')"> | 1768 <dc:if test="dc:contains($artifact-outs, 'minfo-heights')"> |