Mercurial > dive4elements > river
view flys-artifacts/doc/conf/rivermap.xml @ 5106:d16398d65a59 dami
Importer: Print a decent error when failing to parse a gew and exit.
This makes the importer easier to debug if you do not get your
mysterious errors at some other place.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 26 Feb 2013 19:39:04 +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>