Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
4809:8062b571884d | 4810:5ca2516ebef1 |
---|---|
9 </mapserver> | 9 </mapserver> |
10 | 10 |
11 <velocity> | 11 <velocity> |
12 <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/> | 12 <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/> |
13 </velocity> | 13 </velocity> |
14 | |
15 <river name="Saar"> | |
16 <srid value="31467"/> | |
17 <river-wms url="http://localhost:7777/cgi-bin/river-wms" layers="Saar"/> | |
18 <background-wms url="http://osm.intevation.de/mapcache/?" layers="flys-wms"/> | |
19 </river> | |
20 <river name="Mosel"> | |
21 <srid value="31467"/> | |
22 <river-wms url="http://localhost:7777/cgi-bin/river-wms" layers="Mosel"/> | |
23 <background-wms url="http://osm.intevation.de/mapcache/?" layers="flys-wms"/> | |
24 </river> | |
25 <river name="Elbe"> | |
26 <srid value="31467"/> | |
27 <river-wms url="http://localhost:7777/cgi-bin/river-wms" layers="Elbe"/> | |
28 <background-wms url="http://osm.intevation.de/mapcache/?" layers="flys-wms"/> | |
29 </river> | |
14 </rivermap> | 30 </rivermap> |