Hi,
I couldn’t work out how to private message you Remco,
I’ve just installed wordpress, latest and your plugin. When using the template code:
<?php
pronamic_google_maps(array(
'width' => 290 ,
'height' => 200
));
?>
It produces a static map.
<?php pronamic_google_maps(array(
'width' => 580 ,
'height' => 200 ,
'static' => false ,
'color' => '0xFFD800' ,
'label' => 'A'
)); ?>
also produces a static map.
Just a heads up.
Steven