Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
5621:bbc85c8f330a | 5622:b28a6d05e969 |
---|---|
97 layouts: | 97 layouts: |
98 #=========================================================================== | 98 #=========================================================================== |
99 A4 landscape: | 99 A4 landscape: |
100 #=========================================================================== | 100 #=========================================================================== |
101 metaData: | 101 metaData: |
102 title: '${title}' | 102 title: '${mapTitle}' |
103 author: 'Flusshydrologische Software' | 103 author: 'Flusshydrologische Software' |
104 subject: 'Kartendruck A4 Quer' | 104 subject: 'Kartendruck' |
105 keywords: 'map,print' | 105 keywords: 'map,print' |
106 creator: 'd4e-river' | 106 creator: 'd4e-river' |
107 | 107 |
108 #------------------------------------------------------------------------- | 108 #------------------------------------------------------------------------- |
109 mainPage: | 109 mainPage: |
162 absoluteX: 612 | 162 absoluteX: 612 |
163 absoluteY: 564 | 163 absoluteY: 564 |
164 width: 200 | 164 width: 200 |
165 items: | 165 items: |
166 - !legends | 166 - !legends |
167 maxHeight: 0 | 167 maxHeight: 400 |
168 maxWidth: 0 | 168 maxWidth: 0 |
169 maxIconHeight: 0 | 169 maxIconHeight: 0 |
170 inline: false | 170 inline: false |
171 classIndentation: 10 | 171 classIndentation: 10 |
172 layerSpace: 5 | 172 layerSpace: 5 |
181 config: | 181 config: |
182 borderWidthLeft: 1 | 182 borderWidthLeft: 1 |
183 borderWidthRight: 1 | 183 borderWidthRight: 1 |
184 borderWidthTop: 0 | 184 borderWidthTop: 0 |
185 borderWidthBottom: 1 | 185 borderWidthBottom: 1 |
186 # The Stamp | |
187 - !columns | |
188 absoluteX: 612 | |
189 absoluteY: 200 | |
190 width: 200 | |
191 config: | |
192 borderWidthLeft: 1 | |
193 borderWidthRight: 1 | |
194 borderWidthTop: 1 | |
195 borderWidthBottom: 1 | |
196 items: | |
197 - !attributes | |
198 source: data | |
199 spacingAfter: 30 | |
200 columnDefs: | |
201 info: | |
202 columnWeight: 2 | |
203 header: !text | |
204 text: Info | |
205 backgroundColor: #A0A0A0 | |
206 cell: !text | |
207 text: '${info}' | |
208 value: | |
209 columnWeight: 5 | |
210 header: !text | |
211 text: value | |
212 backgroundColor: #A0A0A0 | |
213 cell: !columns | |
214 config: | |
215 cells: | |
216 - borderWidth: 1 | |
217 items: | |
218 - !text | |
219 text: '${value}' | |
220 |