diff flys-artifacts/doc/conf/conf.xml @ 2639:a78dafdd8590

Issue 657. Added file upload service to load a user defined shapefile. User the shapefile for wsplgen calculation and display a new layer. flys-artifacts/trunk@4292 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 25 Apr 2012 07:45:00 +0000
parents 036e234c2385
children 9e9eb9d97548
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/conf.xml	Thu Apr 19 11:49:57 2012 +0000
+++ b/flys-artifacts/doc/conf/conf.xml	Wed Apr 25 07:45:00 2012 +0000
@@ -135,6 +135,10 @@
                 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>
+            <service-factory
+                name="fileupload"
+                service="de.intevation.flys.artifacts.services.FileUploadService"
+                description="Takes base64 coded files embedded in XML.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory>
         </service-factories>
 
     </factories>

http://dive4elements.wald.intevation.org