Thanks for the reply!
Sorry for not including the code. It is:
if(function_exists('pronamic_google_maps_mashup')) {
pronamic_google_maps_mashup(
array(
'post_type' => 'longboard_spot',
'posts_per_page' => '-1',
) ,
array(
'width' => 960 ,
'height' => 600 ,
'zoom' => 5
)
);
}
It doesn’t seem to either fill the map or zoom.
I’m not sure which version I upgraded from. It was quite old, perhaps 1.7-something.
Any ideas?