Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/conf.xml @ 2614:036e234c2385
Added service to generate a chart of fixings for given river and km applied
some filters. Stub by now.
flys-artifacts/trunk@4198 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 04 Apr 2012 14:41:27 +0000 |
parents | fb7975828ffa |
children | a78dafdd8590 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/conf.xml Wed Apr 04 14:17:36 2012 +0000 +++ b/flys-artifacts/doc/conf/conf.xml Wed Apr 04 14:41:27 2012 +0000 @@ -128,6 +128,10 @@ service="de.intevation.flys.artifacts.services.FixingsOverviewService" description="Returns an overview of the fixings of a given river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> <service-factory + name="fixings-km-chart" + service="de.intevation.flys.artifacts.services.FixingsKMChartService" + description="Returns a chart of fixings of given river and km.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> + <service-factory name="gaugeinfo" service="de.intevation.flys.artifacts.services.GaugeInfoService" description="Returns an overview of the fixings of a given river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory>