Correcting the offset for the bullseye image.

This commit is contained in:
Stephen More 2014-12-14 14:11:49 +00:00
parent 4493750a63
commit 53fa33ab29
1 changed files with 3 additions and 1 deletions

View File

@ -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
)
);