[Dive4elements-commits] [PATCH] Enlarge white background so that it overlays correctly as

Wald Commits scm-commit at wald.intevation.org
Mon Jun 10 14:56:16 CEST 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1370868973 -7200
# Node ID 0e474548a2f902444df8a76947dfe8249de0be9e
# Parent  06cedd3783d55397a4fdc657653f4edbb84d306d
Enlarge white background so that it overlays correctly as
a border around the stamp

    Also move the scalebar a bit to the left otherwise it could
    run out of the map on some zoom levels

diff -r 06cedd3783d5 -r 0e474548a2f9 gwt-client/src/main/webapp/WEB-INF/config.yaml
--- a/gwt-client/src/main/webapp/WEB-INF/config.yaml	Mon Jun 10 14:17:09 2013 +0200
+++ b/gwt-client/src/main/webapp/WEB-INF/config.yaml	Mon Jun 10 14:56:13 2013 +0200
@@ -183,7 +183,7 @@
               url: '${configDir}/../${logo}'
         # Scalebar
         - !columns
-          absoluteX: 460
+          absoluteX: 455
           absoluteY: 40
           width: 150
           items:
@@ -227,7 +227,7 @@
           items:
             - !image
               maxWidth: 260
-              maxHeight: 184
+              maxHeight: 190
               url: '${configDir}/../images/white.png'
 
         # Title of the map


More information about the Dive4elements-commits mailing list