view 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
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?>
<!--// configuration fragment for static river WMS //-->
<rivermap>
    <mapserver>
        <server path="http://example.com/cgi-bin/"/>
        <mapfile path="${artifacts.config.dir}/../rivers.map"/>
        <templates path="${artifacts.config.dir}/mapserver/"/>
        <map-template path="river-mapfile.vm"/>
    </mapserver>

    <velocity>
        <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/>
    </velocity>
    
    <river name="Saar">
        <srid value="31467"/>
        <river-wms url="http://example.com/cgi-bin/river-wms" layers="Saar"/>
        <background-wms url="http://osm.intevation.de/mapcache/?" layers="OSM-WMS-Dienst"/>
    </river>
    <river name="Mosel">
        <srid value="31467"/>
        <river-wms url="http://example.com/cgi-bin/river-wms" layers="Mosel"/>
        <background-wms url="http://osm.intevation.de/mapcache/?" layers="OSM-WMS-Dienst"/>
    </river>
    <river name="Elbe">
        <srid value="31467"/>
        <river-wms url="http://example.com/cgi-bin/river-wms" layers="Elbe"/>
        <background-wms url="http://osm.intevation.de/mapcache/?" layers="OSM-WMS-Dienst"/>
    </river>
</rivermap>

http://dive4elements.wald.intevation.org