Mercurial > dive4elements > river
annotate artifacts/doc/conf/floodmap.xml @ 8472:3f505fba522f
(issue1772) Use 0.001km tolarance instead of 0.1 to find matching km.
There is no sense to use a define here. I will not write
static final double NULLPOINTNULLNULLONE=0.001 if i just want to use that
value and not any other value which may make sense in some other place.
Using hardcoded values can have its merits and makes the code easier to
read.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 18 Nov 2014 15:24:40 +0100 |
parents | 9cce1b34e47b |
children | 288ea098494c |
rev | line source |
---|---|
3097
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
2 <floodmap> |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
3 <shapefile-path value="${artifacts.config.dir}/../shapefiles"/> |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
4 <mapserver> |
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:
7056
diff
changeset
|
5 <server path="http://yourhost:8081/cgi-bin/"/> |
3097
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
6 <mapfile path="${artifacts.config.dir}/../flys.map"/> |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
7 <templates path="${artifacts.config.dir}/mapserver/"/> |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
8 <map-template path="mapfile.vm"/> |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
9 </mapserver> |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
10 |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
11 <velocity> |
4656
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
4555
diff
changeset
|
12 <logfile path="${artifacts.config.dir}/../velocity.log"/> |
3097
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
13 </velocity> |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
14 |
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:
7056
diff
changeset
|
15 <river name="Beispielfluss"> |
5295
ee7b0306b2bf
insert rivers to config
Bettina Gruenbauer <bettina@intevation.de>
parents:
5265
diff
changeset
|
16 <srid value="31467"/> |
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:
7056
diff
changeset
|
17 <river-wms url="http://yourhost:8081/cgi-bin/river-wms" layers="Beispielfluss"/> |
9cce1b34e47b
Remove FLYS-specific stuff from map configuration and allow to give a custom files in release script.
Tom Gottfried <tom@intevation.de>
parents:
7056
diff
changeset
|
18 <background-wms url="http://osm.intevation.de/bfg/service?" layers="OSM-WMS-Dienst"/> |
5295
ee7b0306b2bf
insert rivers to config
Bettina Gruenbauer <bettina@intevation.de>
parents:
5265
diff
changeset
|
19 </river> |
3097
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
20 </floodmap> |