Mercurial > dive4elements > river
comparison contrib/make_flys_release/confs/floodmap.xml @ 4065:9d404069f361
Added build script for FLYS release.
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 09 Oct 2012 12:30:13 +0200 |
parents | |
children | 410a9292b71c |
comparison
equal
deleted
inserted
replaced
4064:61020a61ed38 | 4065:9d404069f361 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" ?> | |
2 <floodmap> | |
3 <shapefile-path value="${artifacts.config.dir}/../shapefiles"/> | |
4 <mapserver> | |
5 <server path="http://czech-republic.intevation.de/cgi-bin/flys-default"/> | |
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://czech-republic.intevation.de/cgi-bin/saar-wms"/> | |
18 <background-wms url="http://osm.wheregroup.com/cgi-bin/osm_basic.xml?" layers="OSM_Basic"/> | |
19 </river> | |
20 <river name="Mosel"> | |
21 <srid value="31466"/> | |
22 <river-wms url="http://czech-republic.intevation.de/cgi-bin/mosel-wms"/> | |
23 <background-wms url="http://osm.wheregroup.com/cgi-bin/osm_basic.xml?" layers="OSM_Basic"/> | |
24 </river> | |
25 <river name="Elbe"> | |
26 <srid value="31467"/> | |
27 <river-wms url="http://czech-republic.intevation.de/cgi-bin/elbe-wms"/> | |
28 <background-wms url="http://osm.wheregroup.com/cgi-bin/osm_basic.xml?" layers="OSM_Basic"/> | |
29 </river> | |
30 </floodmap> |