Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/conf.xml @ 4246:cac0878b4a92
Add a service to return measurement stations of a river
The new service returns an xml representation of the measurement stations on a
river.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 24 Oct 2012 15:57:48 +0200 |
parents | 49cb65d5932d |
children | 6d44914b2dd4 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/conf.xml Wed Oct 24 15:56:19 2012 +0200 +++ b/flys-artifacts/doc/conf/conf.xml Wed Oct 24 15:57:48 2012 +0200 @@ -206,6 +206,10 @@ name="dischargetablesoverview" service="de.intevation.flys.artifacts.services.DischargeTablesOverview" description="Returns an overview of the fixings of a given river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> + <service-factory + name="measurementstationinfo" + service="de.intevation.flys.artifacts.services.MeasurementStationInfoService" + description="Returns an overview of the measurement stations of a given river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> </service-factories> </factories>