That’s correct, I’ve made these fields invisible. Still have to update the screenshots. You can drag the marker to the desired position. Or do you want to manually enter the latitude and longitude? If so, I can adjust the plugin to your needs.
Thread Starter
Thomas
(@thomasbuxo)
it’d be wonderful if both options were available.
Thread Starter
Thomas
(@thomasbuxo)
Oh and I just found out that the template snippet for dynamic maps generates a static image 🙁
The latitude and longitude fields are restored in version 1.3. You can now manually enter the coordinates or drag the marker.
We also did some cross browser checks for the dynamic Google Maps:
- Mozilla Firefox 3.6.10 browser check
- Google Chrome 6.0.472.63 browser check
- Safari 5.0.2 browser check
- Opera 10.62 browser check
- Internet Explorer 8 browser check
- Internet Explorer 7 browser check
It should now at least work in all of the above webbrowser.
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
Unfortunately I can not reproduce this problem. Which browser do you use?