Same problem here.
I’ve “fixed” this by editing maps.php in Line 44:
const MAP_ZOOM_DEFAULT = 16;
you can find this file here:
wp-content\plugins\pronamic-google-maps\classes\Pronamic\Google\Maps
it’s a quick & dirty solution, but it helps me yet.
The setting stored in postmeta table “_pronamic_google_maps_zoom” has no effect. Hope this will be solved soon.
Hi Themenmixer. I’m replying for Naiad about our map zoom issue:
http://forestnation.com/tree-map/
We’ve edit the file: wp-content\plugins\pronamic-google-maps\classes\Pronamic\Google\Maps
const MAP_ZOOM_DEFAULT = 16;
But it seems to have no effect. Did you change anything else?
Thanks
No – no other changes made …
For example:
http://www.bodensee-shops.de/friedrichshafen/heka-fashion
Without the “fix” i saw the whole Lake Constanze. 🙂
Perhaps we will get a bugfix for this issue from pronamic.
@naiad Do you use an single Google Maps or a mashup? The mashup will autofit all markers. You can disable this, see the following example:
https://github.com/pronamic/wp-pronamic-google-maps/blob/develop/examples/mashup-set-center.php
@themenmixer I have just tested this on an single post Google Maps and the zoom is working for me. You could try the ‘develop’ version of our plugin:
https://github.com/pronamic/wp-pronamic-google-maps
@pothe @themenmixer Maybe you can have a look at my reply to @naiad and @themenmixer.