annotate flys-artifacts/doc/conf/floodmap.xml @ 5265:19f6022276fa

Use river-wms url in example configuration of mosel and elbe
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 13 Mar 2013 09:58:33 +0100
parents 63617e142dfe
children ee7b0306b2bf
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">
4973
0000aff30fba Change default river/background WMS URLs in floodmap.xml and change srid to 31467.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
16 <srid value="31467"/>
4994
63617e142dfe Quick-fix for floodmaps. Use the correct projection for DGM.
Raimund Renkert <rrenkert@intevation.de>
parents: 4973
diff changeset
17 <dgm-srid value="31466"/>
4973
0000aff30fba Change default river/background WMS URLs in floodmap.xml and change srid to 31467.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
18 <river-wms url="http://example.com/cgi-bin/river-wms" layers="Saar"/>
0000aff30fba Change default river/background WMS URLs in floodmap.xml and change srid to 31467.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
19 <background-wms url="http://osm.intevation.de/mapcache/?" layers="OSM-WMS-Dienst"/>
3097
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
20 </river>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
21 <river name="Mosel">
4973
0000aff30fba Change default river/background WMS URLs in floodmap.xml and change srid to 31467.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
22 <srid value="31467"/>
4994
63617e142dfe Quick-fix for floodmaps. Use the correct projection for DGM.
Raimund Renkert <rrenkert@intevation.de>
parents: 4973
diff changeset
23 <dgm-srid value="31466"/>
5265
19f6022276fa Use river-wms url in example configuration of mosel and elbe
Andre Heinecke <aheinecke@intevation.de>
parents: 4994
diff changeset
24 <river-wms url="http://example.com/cgi-bin/river-wms" layers="Mosel"/>
4973
0000aff30fba Change default river/background WMS URLs in floodmap.xml and change srid to 31467.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
25 <background-wms url="http://osm.intevation.de/mapcache/?" layers="OSM-WMS-Dienst"/>
3097
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
26 </river>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
27 <river name="Elbe">
4973
0000aff30fba Change default river/background WMS URLs in floodmap.xml and change srid to 31467.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
28 <srid value="31467"/>
4994
63617e142dfe Quick-fix for floodmaps. Use the correct projection for DGM.
Raimund Renkert <rrenkert@intevation.de>
parents: 4973
diff changeset
29 <dgm-srid value="31467"/>
5265
19f6022276fa Use river-wms url in example configuration of mosel and elbe
Andre Heinecke <aheinecke@intevation.de>
parents: 4994
diff changeset
30 <river-wms url="http://example.com/cgi-bin/river-wms" layers="Elbe"/>
4973
0000aff30fba Change default river/background WMS URLs in floodmap.xml and change srid to 31467.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
31 <background-wms url="http://osm.intevation.de/mapcache/?" layers="OSM-WMS-Dienst"/>
3097
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
32 </river>
c041944a7f74 conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
33 </floodmap>

http://dive4elements.wald.intevation.org