Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #305951

    Hello,

    Are google map clusters supported for the google map shortcode? The reason I ask is that when you have 2 pins close today with a zoomed out map you can only see one. I need a map of the entire US so have to zoom out quite far.

    Thanks

    Andrew

    #306351

    Also….

    Is it possible to allow only one info bubble to open at one time. So, you click on one info bubble but when clicking on another the previous closes – seems quite a default behavior for most google map plugins.

    Thanks

    Andrew

    #306736

    Any ideas?

    Thanks

    Andrew

    #306834

    Hey!

    1) No, Google map clusters are not supported and unfortunately it would require quite a lot of work to add this feature. You can suggest it here: https://kriesi.at/support/enfold-feature-requests/ though and if enough users vote for it we’ll look into it. Afaik this plugin: http://www.wpgmaps.com/gold-add-on/ supports map clusters.

    2) Yes, I’ll ask Kriesi to add it to the next update. If you need a quick solution open up and replace:

    
    infowindow.open(map,marker);
    

    with:

    
    infowindow.close();
    infowindow.open(map,marker);
    

    Regards,
    Peter

    #306849

    Thanks for the info Peter.

    Andrew

    #306864

    Hi!

    Ok, I’ll leave this thread open in case Kriesi or someone else wants to comment on it.

    Regards,
    Peter

    #306878

    Thanks – clusters would make it perfect. What I like about this google map (more than plugins!) is it’s simplicity to set up and managed locations. No bells and whistles but it doesn’t need them.

    Andrew

    #307207

    Hey!

    Ok, please don’t forget to post the idea here: https://kriesi.at/support/enfold-feature-requests/ too :)

    Best regards,
    Peter

    #320440

    Hello Peter,

    Only just got around to implementing this and I need to know which file to change:

    “2) Yes, I’ll ask Kriesi to add it to the next update. If you need a quick solution open up and replace:

    infowindow.open(map,marker);
    with:

    infowindow.close();
    infowindow.open(map,marker);
    Regards,
    Peter”

    Thanks

    Andrew

    #320926

    Hi!

    You can find the line on js > shortcodes.js and framework > php > class-framework-widgets.php. I tested it but it doesn’t seem to work. I’ll ask Dude to take a look.

    Best regards,
    Ismael

    #321040

    Thanks Ismael,

    Andrew

    #322267

    Hi!

    Yes, I couldn’t get it to work too. I’ll pass this to Kriesi because I don’t have enough time to tinker around with the google maps api.

    Best regards,
    Peter

    #327593

    Hi!

    Right now there are other requests that I consider more important than this, so I am not sure if and when this will make it into enfold in the foreseeable future . Sorry for that. However feel free to submit a feature request here and if people like it we will give it a shot:

    https://kriesi.at/support/enfold-feature-requests/
    Best regards,
    Kriesi

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Google Map CLuster’ is closed to new replies.