Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/floodmap.xml @ 3097:c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
flys-artifacts/trunk@4696 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 19 Jun 2012 09:45:47 +0000 |
parents | |
children | 0441f62535af |
comparison
equal
deleted
inserted
replaced
3096:d7b0f52d6d04 | 3097:c041944a7f74 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" ?> | |
2 <floodmap> | |
3 <shapefile-path value="${artifacts.config.dir}/../shapefiles"/> | |
4 <mapserver> | |
5 <server path="http://flys-devel.intevation.de/cgi-bin/"/> | |
6 <mapfile path="${artifacts.config.dir}/../flys.map"/> | |
7 <templates path="${artifacts.config.dir}/mapserver/"/> | |
8 <map-template path="mapfile.vm"/> | |
9 </mapserver> | |
10 | |
11 <velocity> | |
12 <logfile path="${artifacts.config.dir}/../velocity_log.log"/> | |
13 </velocity> | |
14 | |
15 <river name="Saar"> | |
16 <srid value="31466"/> | |
17 <river-wms url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/> | |
18 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> | |
19 </river> | |
20 <river name="Mosel"> | |
21 <srid value="31466"/> | |
22 <river-wms url="http://flys-devel.intevation.de/cgi-bin/mosel-wms"/> | |
23 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> | |
24 </river> | |
25 <river name="Elbe"> | |
26 <srid value="31466"/> | |
27 <river-wms url="http://flys-devel.intevation.de/cgi-bin/elbe-wms"/> | |
28 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> | |
29 </river> | |
30 </floodmap> |