Mercurial > dive4elements > river
annotate artifacts/doc/conf/floodmap.xml @ 9803:a440ebd5c23b 3.2.x tip
Avoid using outdated mod_wsgi in Docker setup
Run Wiki in standalone mode behind reverse proxy, which is provided by
a more up-to-date Apache web server. The wiki container is still based
on CentOS 7, because the included SSO integration component cannot be
build with more recent libraries.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 21 Aug 2024 16:54:17 +0200 |
parents | 7227621f8496 |
children |
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> |
9751
308a0d822d18
Keep configuration and data in distinct directories
Tom Gottfried <tom@intevation.de>
parents:
8517
diff
changeset
|
3 <mapfile path="artifact.map"/> |
308a0d822d18
Keep configuration and data in distinct directories
Tom Gottfried <tom@intevation.de>
parents:
8517
diff
changeset
|
4 <map-template path="mapfile.vm"/> |
3097
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
5 |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
6 <velocity> |
4656
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
4555
diff
changeset
|
7 <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
|
8 </velocity> |
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
9 |
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
|
10 <river name="Beispielfluss"> |
5295
ee7b0306b2bf
insert rivers to config
Bettina Gruenbauer <bettina@intevation.de>
parents:
5265
diff
changeset
|
11 <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
|
12 <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
|
13 </river> |
3097
c041944a7f74
conf.xml: Configure rest server and floodmap with external system entities.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
14 </floodmap> |