Mercurial > dive4elements > river
annotate artifacts/doc/conf/rivermap.xml @ 9774:823d4afb616c 3.2.x
Update Java compatibility
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 17 Jan 2023 14:25:14 +0100 |
parents | 7227621f8496 |
children |
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> |
9751
308a0d822d18
Keep configuration and data in distinct directories
Tom Gottfried <tom@intevation.de>
parents:
8517
diff
changeset
|
4 <mapfile path="rivers.map"/> |
308a0d822d18
Keep configuration and data in distinct directories
Tom Gottfried <tom@intevation.de>
parents:
8517
diff
changeset
|
5 <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
|
6 |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
7 <velocity> |
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
8 <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
|
9 </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
|
10 |
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
|
11 <river name="Beispielfluss"> |
5295
ee7b0306b2bf
insert rivers to config
Bettina Gruenbauer <bettina@intevation.de>
parents:
4972
diff
changeset
|
12 <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:
5838
diff
changeset
|
13 <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
|
14 </river> |
4656
442fbb290fa8
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Christian Lins <christian.lins@intevation.de>
parents:
diff
changeset
|
15 </rivermap> |