annotate flys-artifacts/doc/conf/rivermap.xml @ 5200:42bb6ff78d1b 2.9.11

Directly set the connectionInitSqls on the datasource Somehow the factory fails to set the connectionInitSqls if we add it to the dbcpProperties. So we now set it directly
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 08 Mar 2013 11:48:33 +0100
parents 5a993c86cda0
children ee7b0306b2bf
rev   line source
4656
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" ?>
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
2 <!--// configuration fragment for static river WMS //-->
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
3 <rivermap>
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@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: 4810
diff changeset
5 <server path="http://example.com/cgi-bin/"/>
4656
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
6 <mapfile path="${artifacts.config.dir}/../rivers.map"/>
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
7 <templates path="${artifacts.config.dir}/mapserver/"/>
4702
13abfb1bcb75 Fix typo in class names and correct file path in floodmap.xml.
Christian Lins <christian.lins@intevation.de>
parents: 4656
diff changeset
8 <map-template path="river-mapfile.vm"/>
4656
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
9 </mapserver>
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
10
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
11 <velocity>
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
12 <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/>
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
13 </velocity>
4810
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
14
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
15 <river name="Saar">
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
16 <srid value="31467"/>
4888
3f0c8ef42b7a Set all mapserver urls to 'example.com' to have unified config files.
Raimund Renkert <rrenkert@intevation.de>
parents: 4810
diff changeset
17 <river-wms url="http://example.com/cgi-bin/river-wms" layers="Saar"/>
4972
5a993c86cda0 Adapting background WMS service in rivermap.xml.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
18 <background-wms url="http://osm.intevation.de/mapcache/?" layers="OSM-WMS-Dienst"/>
4810
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
19 </river>
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
20 <river name="Mosel">
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
21 <srid value="31467"/>
4888
3f0c8ef42b7a Set all mapserver urls to 'example.com' to have unified config files.
Raimund Renkert <rrenkert@intevation.de>
parents: 4810
diff changeset
22 <river-wms url="http://example.com/cgi-bin/river-wms" layers="Mosel"/>
4972
5a993c86cda0 Adapting background WMS service in rivermap.xml.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
23 <background-wms url="http://osm.intevation.de/mapcache/?" layers="OSM-WMS-Dienst"/>
4810
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
24 </river>
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
25 <river name="Elbe">
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
26 <srid value="31467"/>
4888
3f0c8ef42b7a Set all mapserver urls to 'example.com' to have unified config files.
Raimund Renkert <rrenkert@intevation.de>
parents: 4810
diff changeset
27 <river-wms url="http://example.com/cgi-bin/river-wms" layers="Elbe"/>
4972
5a993c86cda0 Adapting background WMS service in rivermap.xml.
Christian Lins <christian.lins@intevation.de>
parents: 4888
diff changeset
28 <background-wms url="http://osm.intevation.de/mapcache/?" layers="OSM-WMS-Dienst"/>
4810
5ca2516ebef1 Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Christian Lins <christian.lins@intevation.de>
parents: 4702
diff changeset
29 </river>
4656
442fbb290fa8 Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff changeset
30 </rivermap>

http://dive4elements.wald.intevation.org