• ResolvedPlugin Contributor alexanderzagniotov

    (@alexanderzagniotov)


    Many of you have experienced/ing an issue where some of your markers are not displayed on the geo mashup map.

    That is happening due to Google’s rate limit (Google is accepting no more than 10 requests per second) to its Geo validator. Google rejects an address validation when too many validation requests per second are sent (plugin does address validation when user set marker’s address as a string, not as latitude and longitude.

    As a result of Google’s limitation I have added in plugin version 9.0.0 some basic request rate remedy logic and retry mechanism. After testing, I could see that no markers were lost anymore. I have tested it on my own WordPress with 50 markers and on a few more users’ blogs.

    Please keep in mind:
    A page that has GeoMashup map with large amounts of markers (100+) might take a little bit longer to load as a result of Google’s rate limit of requests per second.

    I hope this helps and gives a little bit more information to you

    http://wordpress.org/plugins/comprehensive-google-map-plugin/

Viewing 2 replies - 31 through 32 (of 32 total)
  • Yeah, you were right bro. 🙂 Problem was I used a Google CDN plugin which linked to jquery from Google’s CDN servers. Unfortunately that plugin was not updated in years and loaded a very old version of jQuery. After removed that plugin, jQuery is loaded from WordPress core and map works fine 🙂

    Thanks a lot for your help.

    Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    Great 🙂 Cheers

Viewing 2 replies - 31 through 32 (of 32 total)
  • The topic ‘Plugin's Marker GeoMashup is fixed now’ is closed to new replies.