Thread Starter
twust
(@twust)
The developement version you’ve given works right away!!!
Great job!
I’m going to make a donation at once. Hope I will not be the only one to reward your job.
Thanks a lot!
Thread Starter
twust
(@twust)
I’ve found a fix, it works.
At the beginning of basic-google-maps-placemarks/functions.js, I’ve added this:
// on page without map, bgmpData is not initialised and causes javascript errors that stop all further scripts
// so initialisation prevents js error, and the rest can be executed
var bgmpData = bgmpData || {options:{zoom:0.0, latitude:0.0, longitude:0, clustering: {maxZoom:0, gridSize:0}}};
Hope this helps.
Thread Starter
twust
(@twust)
Thanks a lot, looking forward for next release then!