Mercurial > dive4elements > river
view flys-artifacts/doc/conf/floodmap.xml @ 4902:e1566938d04c
Added new functions to datacage templating language.
* get minimum of location/distance:
dc:fromValue($ld_mode, $ld_locations, $ld_from)
- returns -Double.MAX_VALUE if no min exists.
* get maximum of location/distance:
dc:toValue($ld_mode, $ld_locations, $ld_to)
- returns Double.MAX_VALUE if no max exists.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 29 Jan 2013 17:11:26 +0100 |
parents | 3f0c8ef42b7a |
children | 0000aff30fba |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?> <floodmap> <shapefile-path value="${artifacts.config.dir}/../shapefiles"/> <mapserver> <server path="http://example.com/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"/> </velocity> <river name="Saar"> <srid value="31466"/> <river-wms url="http://example.com/cgi-bin/user-wms" layers="FLYS-Map"/> <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> </river> <river name="Mosel"> <srid value="31466"/> <river-wms url="http://example.com/cgi-bin/user-wms" layers="FLYS-Map"/> <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> </river> <river name="Elbe"> <srid value="31466"/> <river-wms url="http://example.com/cgi-bin/elbe-wms" layers="FLYS-Map"/> <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> </river> </floodmap>