annotate flys-artifacts/doc/conf/floodmap.xml @ 4888:3f0c8ef42b7a

Set all mapserver urls to 'example.com' to have unified config files.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 28 Jan 2013 16:30:46 +0100
parents 442fbb290fa8
children 0000aff30fba
rev   line source
3097
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" ?>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2 <floodmap>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3 <shapefile-path value="${artifacts.config.dir}/../shapefiles"/>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
4 <mapserver>
4888
3f0c8ef42b7a Set all mapserver urls to 'example.com' to have unified config files.
Raimund Renkert <rrenkert@intevation.de>
parents: 4656
diff changeset
5 <server path="http://example.com/cgi-bin/"/>
3097
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
6 <mapfile path="${artifacts.config.dir}/../flys.map"/>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
7 <templates path="${artifacts.config.dir}/mapserver/"/>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
8 <map-template path="mapfile.vm"/>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
9 </mapserver>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
10
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
11 <velocity>
4656
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents: 4555
diff changeset
12 <logfile path="${artifacts.config.dir}/../velocity.log"/>
3097
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
13 </velocity>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
14
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
15 <river name="Saar">
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
16 <srid value="31466"/>
4888
3f0c8ef42b7a Set all mapserver urls to 'example.com' to have unified config files.
Raimund Renkert <rrenkert@intevation.de>
parents: 4656
diff changeset
17 <river-wms url="http://example.com/cgi-bin/user-wms" layers="FLYS-Map"/>
3097
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
18 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
19 </river>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
20 <river name="Mosel">
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
21 <srid value="31466"/>
4888
3f0c8ef42b7a Set all mapserver urls to 'example.com' to have unified config files.
Raimund Renkert <rrenkert@intevation.de>
parents: 4656
diff changeset
22 <river-wms url="http://example.com/cgi-bin/user-wms" layers="FLYS-Map"/>
3097
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
23 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
24 </river>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
25 <river name="Elbe">
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
26 <srid value="31466"/>
4888
3f0c8ef42b7a Set all mapserver urls to 'example.com' to have unified config files.
Raimund Renkert <rrenkert@intevation.de>
parents: 4656
diff changeset
27 <river-wms url="http://example.com/cgi-bin/elbe-wms" layers="FLYS-Map"/>
3097
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
28 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
29 </river>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
30 </floodmap>

http://dive4elements.wald.intevation.org