Mercurial > dive4elements > river
annotate artifacts/doc/conf/rivermap.xml @ 8813:8abe94270f32
Do not filter cross section points for display.
Filtering coordinates outside an extent probably aimed at omitting
outliers from the diagram. This is obsolete and had the side effect of
filtering the important point at x = 0.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 28 Apr 2017 19:03:56 +0200 |
parents | 288ea098494c |
children | 308a0d822d18 |
rev | line source |
---|---|
4656
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
2 <!--// configuration fragment for static river WMS //--> |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
3 <rivermap> |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
4 <mapserver> |
8517
288ea098494c
Set useful default for mapserver-URLs.
"Tom Gottfried <tom@intevation.de>"
parents:
7780
diff
changeset
|
5 <server path="http://localhost:8081/cgi-bin/"/> |
4656
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
6 <mapfile path="${artifacts.config.dir}/../rivers.map"/> |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
7 <templates path="${artifacts.config.dir}/mapserver/"/> |
4702
13abfb1bcb75
Fix typo in class names and correct file path in floodmap.xml.
Christian Lins <christian.lins@intevation.de>
parents:
4656
diff
changeset
|
8 <map-template path="river-mapfile.vm"/> |
4656
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
9 </mapserver> |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
10 |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
11 <velocity> |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
12 <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/> |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
13 </velocity> |
7780
9cce1b34e47b
Remove FLYS-specific stuff from map configuration and allow to give a custom files in release script.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
14 |
9cce1b34e47b
Remove FLYS-specific stuff from map configuration and allow to give a custom files in release script.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
15 <river name="Beispielfluss"> |
5295
ee7b0306b2bf
insert rivers to config
Bettina Gruenbauer <bettina@intevation.de>
parents:
4972
diff
changeset
|
16 <srid value="31467"/> |
8517
288ea098494c
Set useful default for mapserver-URLs.
"Tom Gottfried <tom@intevation.de>"
parents:
7780
diff
changeset
|
17 <river-wms url="http://localhost:8081/cgi-bin/river-wms" layers="Beispielfluss"/> |
7780
9cce1b34e47b
Remove FLYS-specific stuff from map configuration and allow to give a custom files in release script.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
18 <background-wms url="http://osm.intevation.de/bfg/service?" layers="OSM-WMS-Dienst"/> |
5299
bede56860646
insert river oder and havel
Bettina Gruenbauer <bettina@intevation.de>
parents:
5295
diff
changeset
|
19 </river> |
4656
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
20 </rivermap> |