Mercurial > dive4elements > river
view flys-artifacts/doc/conf/rivermap.xml @ 4810:5ca2516ebef1
Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Thu, 17 Jan 2013 21:06:41 +0100 |
parents | 13abfb1bcb75 |
children | 3f0c8ef42b7a |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?> <!--// configuration fragment for static river WMS //--> <rivermap> <mapserver> <server path="http://flys-devel.intevation.de/cgi-bin/"/> <mapfile path="${artifacts.config.dir}/../rivers.map"/> <templates path="${artifacts.config.dir}/mapserver/"/> <map-template path="river-mapfile.vm"/> </mapserver> <velocity> <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/> </velocity> <river name="Saar"> <srid value="31467"/> <river-wms url="http://localhost:7777/cgi-bin/river-wms" layers="Saar"/> <background-wms url="http://osm.intevation.de/mapcache/?" layers="flys-wms"/> </river> <river name="Mosel"> <srid value="31467"/> <river-wms url="http://localhost:7777/cgi-bin/river-wms" layers="Mosel"/> <background-wms url="http://osm.intevation.de/mapcache/?" layers="flys-wms"/> </river> <river name="Elbe"> <srid value="31467"/> <river-wms url="http://localhost:7777/cgi-bin/river-wms" layers="Elbe"/> <background-wms url="http://osm.intevation.de/mapcache/?" layers="flys-wms"/> </river> </rivermap>