TOPIC: The module not shows all the places I have set.

The module not shows all the places I have set. 6 years 10 months ago #8654

  • iplocker
  • iplocker's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 2
  • Karma: 0
Hello.

Is there is any limit to the places to show in the map ?
I have about 25 places set in the module but I am getting about 10 in the map.

Joomla 3.4.8 and OT Brand Maps 2.0.1 according to Joomla Extension page but 2.0.0 according to module xml (probably you forgot to change the version to the extension file)

Thanks
Theo
The administrator has disabled public write access.

The module not shows all the places I have set. 6 years 10 months ago #8655

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
Thank for using our extension!

No limit displays places of module.
Could you please explain your configurations of module or send information site, I'll check.

Regards,
Kien
The administrator has disabled public write access.

The module not shows all the places I have set. 6 years 10 months ago #8658

  • iplocker
  • iplocker's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 2
  • Karma: 0
Hello.

I just send you an email to This email address is being protected from spambots. You need JavaScript enabled to view it. .
It seems we have reach the limit to to the max requests to Google Api with the 25 Markers we have, we have to find out a way to override this .

Thanks
The administrator has disabled public write access.

The module not shows all the places I have set. 6 years 10 months ago #8659

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
The problem due OVER_QUERY_LIMIT of google api time out when you call multi address.
PLease add code below to: root / modules/mod_otbrandmaps/tmpl/default.php line from 254 to 258
                                    else if (status === google.maps.GeocoderStatus.OVER_QUERY_LIMIT) {
                                        setTimeout(function() {
                                        getLaLo();
                                        }, 250 );
                                    }
The administrator has disabled public write access.

The module not shows all the places I have set. 6 years 10 months ago #8660

  • iplocker
  • iplocker's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 2
  • Karma: 0
Thanks Kien !
I have gave you a review about your excellent support at JED !

Best Regards.
Theo
The administrator has disabled public write access.
The following user(s) said Thank You: caselock
Time to create page: 0.090 seconds