From 53fa33ab2925270b793618aa76918a4e66cc8f31 Mon Sep 17 00:00:00 2001 From: Stephen More Date: Sun, 14 Dec 2014 14:11:49 +0000 Subject: [PATCH] Correcting the offset for the bullseye image. --- staticmap.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/staticmap.php b/staticmap.php index 232594f..a139984 100644 --- a/staticmap.php +++ b/staticmap.php @@ -69,7 +69,9 @@ Class staticMapLite // http://svn.openstreetmap.org/sites/other/StaticMap/symbols/0.png 'ojw' => array('regex' => '/^bullseye$/', 'extension' => '.png', - 'shadow' => false + 'shadow' => false, + 'offsetImage' => '-20,-20', + 'offsetShadow' => false ) );