Mercurial > dive4elements > river
view backend/doc/annotation-types.xml @ 6693:88bb0c794833
issue1391: Enable GaugeDischarge artifact to directly load a table by its ID
This allows us to use the GaugeDischargeArtifact for any discharge
tables that we have in our database. The name of the created facet
is taken from the ids string as is also usual in the WMS artifacts.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 29 Jul 2013 12:19:57 +0200 |
parents | 8025cb45c31a |
children | 6fd8a5b55f73 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?> <annotation> <types> <type name="Abzweigung"/> <type name="Berechnungsstrecke"/> <type name="Brücke"/> <type name="Bundesland"/> <type name="Deich"/> <type name="Einmündung"/> <type name="Fähre"/> <type name="Gemeinde"/> <type name="Grenze"/> <type name="Hafen"/> <type name="HW-Schutz"/> <type name="Landkreis"/> <type name="Meldestelle"/> <type name="Messstelle"/> <type name="Pegel"/> <type name="Stauwehr"/> <type name="Staatsgrenze"/> <type name="Staat"/> <type name="WSA"/> <type name="Zufluss"/> <type name="Quelle"/> <type name="Senke"/> <type name="Sonstige" default="true"/> </types> <patterns> <file pattern="^Brücken$" type="Brücke"/> <file pattern="^Deich.*$" type="Deich"/> <file pattern="^Hafen$" type="Hafen"/> <file pattern="^Pegel-alle$" type="Pegel"/> <file pattern="^Pegel$" type="Pegel"/> <file pattern="^Wehr$" type="Stauwehr"/> <file pattern="^Stauwehr$" type="Stauwehr"/> <file pattern="^Zufluß$" type="Zufluss"/> <file pattern="^Zufluss$" type="Zufluss"/> <line pattern="^Deich.*$" type="Deich"/> <line pattern="^Abz.?[:\s].*$" type="Abzweigung"/> <line pattern="^Berechnungsstrecke.*$" type="Berechnungsstrecke"/> <line pattern="^Brücke[:\s].*$" type="Brücke"/> <line pattern="^Bundesland[:\s].*$" type="Bundesland"/> <line pattern="^Einmündung[:\s].*$" type="Einmündung"/> <line pattern="^Mündung[:\s].*$" type="Einmündung"/> <line pattern="^Fähre[:\s].*$" type="Abzweigung"/> <line pattern="^Gemeinde[:\s].*$" type="Gemeinde"/> <line pattern="^Grenze[:\s].*$" type="Grenze"/> <line pattern="^Hafen[:\s].*$" type="Hafen"/> <line pattern="^HW-Schutz[:\s].*$" type="HW-Schutz"/> <line pattern="^Landkreis[:\s].*$" type="Landkreis"/> <line pattern="^Meldestelle[:\s].*$" type="Meldestelle"/> <line pattern="^Messstelle[:\s].*$" type="Messstelle"/> <line pattern="^Geschiebemessstelle[:\s].*$" type="Messstelle"/> <line pattern="^Schwebstoffmessstelle[:\s].*$" type="Messstelle"/> <line pattern="^Pegel[:\s].*$" type="Pegel"/> <line pattern="^Staatsgrenze[:\s].*$" type="Staatsgrenze"/> <line pattern="^Staat[:\s].*$" type="Staat"/> <line pattern="^Wehr[:\s].*$" type="Stauwehr"/> <line pattern="^WSA[:\s].*$" type="WSA"/> <line pattern="^Zufluß[:\s].*$" type="Zufluss"/> <line pattern="^Zufluss[:\s].*$" type="Zufluss"/> <line pattern="^Quelle[:\s].*$" type="Quelle"/> <line pattern="^Senke[:\s].*$" type="Senke"/> </patterns> </annotation>