comparison flys-client/src/main/java/de/intevation/flys/client/server/MapPrintServiceImpl.java @ 5620:6602be8ca685

Remove old page attributes maptitle and comment
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 09 Apr 2013 19:00:27 +0200
parents 6e0d122904f9
children b28a6d05e969
comparison
equal deleted inserted replaced
5619:51208225eb41 5620:6602be8ca685
186 186
187 page.put("center", bounds); 187 page.put("center", bounds);
188 page.put("scale", Integer.valueOf(50000)); 188 page.put("scale", Integer.valueOf(50000));
189 */ 189 */
190 190
191 page.put("mapTitle", "FLYS Karte");
192 page.put("comment", "Eine mit FLYS gedruckte Karte.");
193 page.put("rotation", Integer.valueOf(0)); 191 page.put("rotation", Integer.valueOf(0));
194 192
195 // This may overwrite default settings above 193 // This may overwrite default settings above
196 page.putAll(pageSpecs); 194 page.putAll(pageSpecs);
197 195

http://dive4elements.wald.intevation.org