view flys-artifacts/doc/conf/floodmap.xml @ 4255:670e98f5a441

Fixed leak while merging facets. The ThemeList that is used by OutputHelper to sort the Facets for an Output now uses a list to store the ManagedFacets. The correct order is made up by sorting the List using Collections.sort() function of the Java JDK. Therfore, the ManagedFacet class implements the Comparable interface. The return value of its compareTo(other) method depends on the value of the 'position' field.
author Ingo Weinzierl <weinzierl.ingo@googlemail.com>
date Thu, 25 Oct 2012 14:01:46 +0200
parents c041944a7f74
children 0441f62535af
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?>
<floodmap>
    <shapefile-path value="${artifacts.config.dir}/../shapefiles"/>
    <mapserver>
        <server path="http://flys-devel.intevation.de/cgi-bin/"/>
        <mapfile path="${artifacts.config.dir}/../flys.map"/>
        <templates path="${artifacts.config.dir}/mapserver/"/>
        <map-template path="mapfile.vm"/>
    </mapserver>

    <velocity>
        <logfile path="${artifacts.config.dir}/../velocity_log.log"/>
    </velocity>

    <river name="Saar">
        <srid value="31466"/>
        <river-wms url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/>
        <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/>
    </river>
    <river name="Mosel">
        <srid value="31466"/>
        <river-wms url="http://flys-devel.intevation.de/cgi-bin/mosel-wms"/>
        <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/>
    </river>
    <river name="Elbe">
        <srid value="31466"/>
        <river-wms url="http://flys-devel.intevation.de/cgi-bin/elbe-wms"/>
        <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/>
    </river>
</floodmap>

http://dive4elements.wald.intevation.org