comparison flys-client/src/main/webapp/WEB-INF/config.yaml @ 5756:b73de25c01b4

Draw stamp on white background and some layout improvements
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 18 Apr 2013 11:40:52 +0200
parents 6f166b8b5eda
children
comparison
equal deleted inserted replaced
5755:3e2ab854d5c0 5756:b73de25c01b4
137 align: left 137 align: left
138 absoluteY: 575 138 absoluteY: 575
139 width: 587 139 width: 587
140 height: 555 140 height: 555
141 spacingAfter: 0 141 spacingAfter: 0
142 # The north arrow
143 - !columns
144 absoluteX: 627
145 absoluteY: 65
146 width: 32
147 items:
148 - !image
149 maxWidth: 20
150 maxHeight: 40
151 url: '${configDir}/../images/north.png'
142 # The scale text 152 # The scale text
143 - !columns 153 - !columns
144 absoluteX: 620 154 absoluteX: 615
145 absoluteY: 30 155 absoluteY: 30
146 width: 60 156 width: 45
147 items: 157 items:
148 - !text 158 - !text
149 fontSize: 8 159 fontSize: 8
150 text: '1:${scale}' 160 text: '1:${scale}'
161 align: center
151 fontEncoding: Identity-H 162 fontEncoding: Identity-H
152 font: FreeSans 163 font: FreeSans
153 backgroundColor: #FFFFFF 164 backgroundColor: #FFFFFF
154 # The north arrow
155 - !columns
156 absoluteX: 627
157 absoluteY: 65
158 width: 32
159 items:
160 - !image
161 maxWidth: 20
162 maxHeight: 40
163 url: '${configDir}/../images/north.png'
164 #Flys and BFG Logo 165 #Flys and BFG Logo
165 - !columns 166 - !columns
166 absoluteX: 760 167 absoluteX: 760
167 absoluteY: 70 168 absoluteY: 70
168 width: 50 169 width: 50
198 absoluteX: 612 199 absoluteX: 612
199 absoluteY: 390 200 absoluteY: 390
200 width: 200 201 width: 200
201 items: 202 items:
202 - !legends 203 - !legends
203 maxHeight: 325 204 maxHeight: 310
204 maxWidth: 0 205 maxWidth: 0
205 maxIconHeight: 0 206 maxIconHeight: 0
206 inline: true 207 inline: true
207 classIndentation: 10 208 classIndentation: 10
208 layerSpace: 0 209 layerSpace: 0
216 config: 217 config:
217 borderWidthLeft: 1 218 borderWidthLeft: 1
218 borderWidthRight: 1 219 borderWidthRight: 1
219 borderWidthTop: 1 220 borderWidthTop: 1
220 borderWidthBottom: 1 221 borderWidthBottom: 1
222 # The stamp background
223 - !columns
224 absoluteX: 557
225 absoluteY: 575
226 width: 260
227 items:
228 - !image
229 maxWidth: 260
230 maxHeight: 184
231 url: '${configDir}/../images/white.png'
232
221 # Title of the map 233 # Title of the map
222 - !columns 234 - !columns
223 absoluteX: 612 235 absoluteX: 562
224 absoluteY: 575 236 absoluteY: 575
225 width: 200 237 width: 250
226 condition: mapTitle 238 condition: mapTitle
227 items: 239 items:
228 - !text 240 - !text
229 text: '${mapTitle}' 241 text: '${mapTitle}'
230 # align: center 242
231 # cells:
232 # padding: 5
233 # The Stamp 243 # The Stamp
234 - !columns 244 - !columns
235 absoluteX: 612 245 absoluteX: 562
236 absoluteY: 555 246 absoluteY: 555
237 width: 200 247 width: 250
238 # config: 248 # config:
239 # borderWidthLeft: 5 249 # borderWidthLeft: 5
240 # borderWidthRight: 5 250 # borderWidthRight: 5
241 # borderWidthTop: 5 251 # borderWidthTop: 5
242 # borderWidthBottom: 5 252 # borderWidthBottom: 5

http://dive4elements.wald.intevation.org