Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/conf.xml @ 1129:da3c3e286c88
Introduced a MapfileGenerator that creates Mapserver specific mapfiles based on WSPLGEN results read from filesystem.
flys-artifacts/trunk@2644 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 05 Sep 2011 14:04:03 +0000 |
parents | da4d8631fc46 |
children | e011f8c6e5e8 |
comparison
equal
deleted
inserted
replaced
1128:727c53fd0dc7 | 1129:da3c3e286c88 |
---|---|
118 <!-- The floodmap configuration for each supported river. Each element | 118 <!-- The floodmap configuration for each supported river. Each element |
119 requires a srid, wms and background-wms. Those information are used for | 119 requires a srid, wms and background-wms. Those information are used for |
120 creating a Map view.--> | 120 creating a Map view.--> |
121 <floodmap> | 121 <floodmap> |
122 <shapefile-path value="${artifacts.config.dir}/../shapefiles"/> | 122 <shapefile-path value="${artifacts.config.dir}/../shapefiles"/> |
123 <mapserver> | |
124 <server path="http://flys-devel.intevation.de/cgi-bin/"/> | |
125 <mapfile path="${artifacts.config.dir}/../flys.map"/> | |
126 <templates path="${artifacts.config.dir}/mapserver/"/> | |
127 <map-template path="mapfile.vm"/> | |
128 </mapserver> | |
129 | |
130 <velocity> | |
131 <logfile path="${artifacts.config.dir}/../velocity_log.log"/> | |
132 </velocity> | |
123 | 133 |
124 <river name="Saar"> | 134 <river name="Saar"> |
125 <srid value="31466"/> | 135 <srid value="31466"/> |
126 <river-wms url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/> | 136 <river-wms url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/> |
127 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> | 137 <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> |