Mercurial > dive4elements > river
annotate flys-client/src/main/webapp/WEB-INF/config.yaml @ 5622:b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Data properties are identified by starting with mapfish-data
and they are then split in info value pairs where info
can be the description of the information and value the value
of the information to be transported in the data map.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 09 Apr 2013 19:04:32 +0200 |
parents | bbc85c8f330a |
children | 57803a199856 |
rev | line source |
---|---|
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1 #=========================================================================== |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
2 # allowed DPIs |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
3 #=========================================================================== |
4969
555fa2774d3c
Map printing in landscape mode. Layout still buggy.
Christian Lins <christian.lins@intevation.de>
parents:
4965
diff
changeset
|
4 dpis: [254, 190, 127, 72, 56] |
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
5 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
6 #=========================================================================== |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
7 # allowed Formats |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
8 #=========================================================================== |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
9 formats: ['*'] |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
10 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
11 #=========================================================================== |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
12 # the allowed scales |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
13 #=========================================================================== |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
14 scales: |
5621
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
15 - 500 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
16 - 750 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
17 - 1000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
18 - 1250 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
19 - 1500 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
20 - 1750 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
21 - 2000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
22 - 2250 |
2515
532c590beb3e
Fixed problem with selecting the wrong map scale for printing.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2511
diff
changeset
|
23 - 2500 |
5621
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
24 - 2750 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
25 - 3000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
26 - 3250 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
27 - 3500 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
28 - 3750 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
29 - 4000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
30 - 4250 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
31 - 4500 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
32 - 4750 |
2515
532c590beb3e
Fixed problem with selecting the wrong map scale for printing.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2511
diff
changeset
|
33 - 5000 |
5621
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
34 - 5500 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
35 - 6000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
36 - 6500 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
37 - 7000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
38 - 7500 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
39 - 8000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
40 - 8500 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
41 - 9000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
42 - 9500 |
2515
532c590beb3e
Fixed problem with selecting the wrong map scale for printing.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2511
diff
changeset
|
43 - 10000 |
5621
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
44 - 12500 |
2515
532c590beb3e
Fixed problem with selecting the wrong map scale for printing.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2511
diff
changeset
|
45 - 15000 |
5621
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
46 - 17500 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
47 - 20000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
48 - 22500 |
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
49 - 25000 |
5621
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
50 - 30000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
51 - 35000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
52 - 40000 |
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
53 - 45000 |
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
54 - 50000 |
5621
bbc85c8f330a
Add some more scales for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5581
diff
changeset
|
55 - 75000 |
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
56 - 100000 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
57 - 200000 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
58 - 500000 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
59 - 1000000 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
60 - 2000000 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
61 - 4000000 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
62 |
5539
8d0af912351c
Revert config.yaml to usable version.
Christian Lins <christian.lins@intevation.de>
parents:
5008
diff
changeset
|
63 outputFilename: 'flys-${date}.pdf' |
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
64 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
65 #=========================================================================== |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
66 # the list of allowed hosts |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
67 #=========================================================================== |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
68 hosts: |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
69 - !localMatch |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
70 dummy: true |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
71 - !dnsMatch |
2504
425bc486a40f
Generate map print spec dynamically from artifact
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2502
diff
changeset
|
72 host: wsvmapserv.wsv.bund.de |
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
73 port: 80 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
74 - !dnsMatch |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
75 host: tile.openstreetmap.org |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
76 port: 80 |
2508
4aa70825bde1
map print: generate valid url to access service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2504
diff
changeset
|
77 - !dnsMatch |
4aa70825bde1
map print: generate valid url to access service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2504
diff
changeset
|
78 host: www.pegelonline.wsv.de |
4aa70825bde1
map print: generate valid url to access service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2504
diff
changeset
|
79 port: 80 |
4969
555fa2774d3c
Map printing in landscape mode. Layout still buggy.
Christian Lins <christian.lins@intevation.de>
parents:
4965
diff
changeset
|
80 - !dnsMatch |
555fa2774d3c
Map printing in landscape mode. Layout still buggy.
Christian Lins <christian.lins@intevation.de>
parents:
4965
diff
changeset
|
81 host: geo4.service24.rlp.de |
555fa2774d3c
Map printing in landscape mode. Layout still buggy.
Christian Lins <christian.lins@intevation.de>
parents:
4965
diff
changeset
|
82 port: 80 |
4965
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
83 # Catch all |
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
84 #- !dnsMatch |
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
85 # host: #regex that catches host plus path |
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
86 # port: 80 |
4472
dc7e41efd5ba
Work (in progress) on a print settings dialog.
Christian Lins <christian.lins@intevation.de>
parents:
2515
diff
changeset
|
87 - !dnsMatch |
4965
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
88 host: osm.intevation.de |
4472
dc7e41efd5ba
Work (in progress) on a print settings dialog.
Christian Lins <christian.lins@intevation.de>
parents:
2515
diff
changeset
|
89 port: 80 |
5572
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
90 - !dnsMatch |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
91 host: osm.wheregroup.com |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
92 port: 80 |
5581
2fa6da26a142
Add geoportal.bafg.de to whitelist and remove layer names from legend
Andre Heinecke <aheinecke@intevation.de>
parents:
5572
diff
changeset
|
93 - !dnsMatch |
2fa6da26a142
Add geoportal.bafg.de to whitelist and remove layer names from legend
Andre Heinecke <aheinecke@intevation.de>
parents:
5572
diff
changeset
|
94 host: geoportal.bafg.de |
2fa6da26a142
Add geoportal.bafg.de to whitelist and remove layer names from legend
Andre Heinecke <aheinecke@intevation.de>
parents:
5572
diff
changeset
|
95 port: 80 |
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
96 |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
97 layouts: |
5539
8d0af912351c
Revert config.yaml to usable version.
Christian Lins <christian.lins@intevation.de>
parents:
5008
diff
changeset
|
98 #=========================================================================== |
4965
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
99 A4 landscape: |
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
100 #=========================================================================== |
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
101 metaData: |
5622
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
102 title: '${mapTitle}' |
5572
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
103 author: 'Flusshydrologische Software' |
5622
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
104 subject: 'Kartendruck' |
4965
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
105 keywords: 'map,print' |
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
106 creator: 'd4e-river' |
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
107 |
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
108 #------------------------------------------------------------------------- |
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
109 mainPage: |
5572
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
110 # 842 * 595 |
4965
8af500d62098
Editing Map print config.
Christian Lins <christian.lins@intevation.de>
parents:
4571
diff
changeset
|
111 pageSize: A4 |
4969
555fa2774d3c
Map printing in landscape mode. Layout still buggy.
Christian Lins <christian.lins@intevation.de>
parents:
4965
diff
changeset
|
112 landscape: true |
5572
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
113 marginLeft: 20 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
114 marginRight: 20 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
115 marginTop: 20 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
116 marginBottom: 20 |
5539
8d0af912351c
Revert config.yaml to usable version.
Christian Lins <christian.lins@intevation.de>
parents:
5008
diff
changeset
|
117 items: |
8d0af912351c
Revert config.yaml to usable version.
Christian Lins <christian.lins@intevation.de>
parents:
5008
diff
changeset
|
118 - !map |
5572
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
119 absoluteX: 20 |
5539
8d0af912351c
Revert config.yaml to usable version.
Christian Lins <christian.lins@intevation.de>
parents:
5008
diff
changeset
|
120 align: left |
5572
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
121 absoluteY: 575 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
122 width: 592 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
123 height: 555 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
124 spacingAfter: 0 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
125 #Flys and BFG Logo |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
126 - !columns |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
127 absoluteX: 747 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
128 absoluteY: 100 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
129 width: 60 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
130 items: |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
131 - !image |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
132 maxWidth: 60 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
133 maxHeight: 60 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
134 url: '${configDir}/../images/FLYS_Logo.png' |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
135 - !columns |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
136 absoluteX: 732 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
137 absoluteY: 160 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
138 width: 90 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
139 items: |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
140 - !image |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
141 maxWidth: 90 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
142 maxHeight: 60 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
143 url: '${configDir}/../images/bfg_logo.gif' |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
144 # Legend header, a bit hackish with the border |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
145 # but I don't know how to put two rows in a column and I don't want to |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
146 # use tables |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
147 - !columns |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
148 absoluteX: 612 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
149 absoluteY: 575 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
150 width: 200 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
151 items: |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
152 - !text |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
153 text: "Legende:" |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
154 align: center |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
155 config: |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
156 borderWidthLeft: 1 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
157 borderWidthRight: 1 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
158 borderWidthTop: 1 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
159 borderWidthBottom: 0 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
160 # The legend |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
161 - !columns |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
162 absoluteX: 612 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
163 absoluteY: 564 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
164 width: 200 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
165 items: |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
166 - !legends |
5622
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
167 maxHeight: 400 |
5572
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
168 maxWidth: 0 |
5581
2fa6da26a142
Add geoportal.bafg.de to whitelist and remove layer names from legend
Andre Heinecke <aheinecke@intevation.de>
parents:
5572
diff
changeset
|
169 maxIconHeight: 0 |
2fa6da26a142
Add geoportal.bafg.de to whitelist and remove layer names from legend
Andre Heinecke <aheinecke@intevation.de>
parents:
5572
diff
changeset
|
170 inline: false |
5572
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
171 classIndentation: 10 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
172 layerSpace: 5 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
173 classSpace: 2 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
174 layerFont: Helvetica |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
175 layerFontSize: 0 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
176 classFont: Helvetica |
5581
2fa6da26a142
Add geoportal.bafg.de to whitelist and remove layer names from legend
Andre Heinecke <aheinecke@intevation.de>
parents:
5572
diff
changeset
|
177 classFontSize: 0 |
5572
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
178 fontEncoding: Cp1252 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
179 columnMargin: 2 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
180 defaultScale: 0.7 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
181 config: |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
182 borderWidthLeft: 1 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
183 borderWidthRight: 1 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
184 borderWidthTop: 0 |
a264244b3d63
Rewrite landscape map layout so that it is more in line with desktop flys
Andre Heinecke <aheinecke@intevation.de>
parents:
5539
diff
changeset
|
185 borderWidthBottom: 1 |
5622
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
186 # The Stamp |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
187 - !columns |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
188 absoluteX: 612 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
189 absoluteY: 200 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
190 width: 200 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
191 config: |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
192 borderWidthLeft: 1 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
193 borderWidthRight: 1 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
194 borderWidthTop: 1 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
195 borderWidthBottom: 1 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
196 items: |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
197 - !attributes |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
198 source: data |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
199 spacingAfter: 30 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
200 columnDefs: |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
201 info: |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
202 columnWeight: 2 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
203 header: !text |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
204 text: Info |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
205 backgroundColor: #A0A0A0 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
206 cell: !text |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
207 text: '${info}' |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
208 value: |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
209 columnWeight: 5 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
210 header: !text |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
211 text: value |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
212 backgroundColor: #A0A0A0 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
213 cell: !columns |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
214 config: |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
215 cells: |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
216 - borderWidth: 1 |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
217 items: |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
218 - !text |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
219 text: '${value}' |
b28a6d05e969
Add a new mechanism in mapfish print call to add arbitary data maps
Andre Heinecke <aheinecke@intevation.de>
parents:
5621
diff
changeset
|
220 |