Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/conf.xml @ 1058:c37084f31c84
Implemented a MapInfo service that returns some basic information to create maps for specific rivers.
flys-artifacts/trunk@2528 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 23 Aug 2011 07:53:41 +0000 |
parents | eeebf8514c7f |
children | 107d44b3455d |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/conf.xml Mon Aug 22 16:37:12 2011 +0000 +++ b/flys-artifacts/doc/conf/conf.xml Tue Aug 23 07:53:41 2011 +0000 @@ -44,6 +44,10 @@ name="metadata" service="de.intevation.flys.artifacts.services.MetaDataService" description="The service provides some introspection into the database content.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> + <service-factory + name="mapinfo" + service="de.intevation.flys.artifacts.services.MapInfoService" + description="The service provides some basic information to create a WMS for a specific river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> </service-factories> </factories> @@ -106,12 +110,25 @@ <template>${artifacts.config.dir}/meta-data.xml</template> </metadata> - <!-- The WMS layer that is displayed as background layer in floodmaps. --> + <!-- The floodmap configuration for each supported river. Each element + requires a srid, wms and background-wms. Those information are used for + creating a Map view.--> <floodmap> - <background-layer url="http://vmap0.tiles.osgeo.org/wms/vmap0" layer="basic"/> - <river-wms river="Saar" srid="31466" url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/> - <river-wms river="Mosel" srid="31466" url="http://flys-devel.intevation.de/cgi-bin/mosel-wms"/> - <river-wms river="Elbe" srid="31466" url="http://flys-devel.intevation.de/cgi-bin/elbe-wms"/> + <river name="Saar"> + <srid value="31466"/> + <river-wms url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/> + <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> + </river> + <river name="Mosel"> + <srid value="31466"/> + <river-wms url="http://flys-devel.intevation.de/cgi-bin/mosel-wms"/> + <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> + </river> + <river name="Elbe"> + <srid value="31466"/> + <river-wms url="http://flys-devel.intevation.de/cgi-bin/elbe-wms"/> + <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> + </river> </floodmap> <rest-server>