Correcting the offset for the bullseye image.
This commit is contained in:
parent
4493750a63
commit
53fa33ab29
@ -69,7 +69,9 @@ Class staticMapLite
|
|||||||
// http://svn.openstreetmap.org/sites/other/StaticMap/symbols/0.png
|
// http://svn.openstreetmap.org/sites/other/StaticMap/symbols/0.png
|
||||||
'ojw' => array('regex' => '/^bullseye$/',
|
'ojw' => array('regex' => '/^bullseye$/',
|
||||||
'extension' => '.png',
|
'extension' => '.png',
|
||||||
'shadow' => false
|
'shadow' => false,
|
||||||
|
'offsetImage' => '-20,-20',
|
||||||
|
'offsetShadow' => false
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user