- Posts: 12
- Thank you received: 2
The module not shows all the places I have set.
- Theo Bekas
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
8 years 11 months ago #8654
by Theo Bekas
The module not shows all the places I have set. was created by Theo Bekas
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
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
Please Log in or Create an account to join the conversation.
8 years 11 months ago #8655
by Kiên
Replied by Kiên on topic The module not shows all the places I have set.
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
No limit displays places of module.
Could you please explain your configurations of module or send information site, I'll check.
Regards,
Kien
Please Log in or Create an account to join the conversation.
- Theo Bekas
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 12
- Thank you received: 2
8 years 11 months ago #8658
by Theo Bekas
Replied by Theo Bekas on topic The module not shows all the places I have set.
Hello.
I just send you an email to contact@omegatheme.com .
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
I just send you an email to contact@omegatheme.com .
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
Please Log in or Create an account to join the conversation.
8 years 11 months ago #8659
by Kiên
Replied by Kiên on topic The module not shows all the places I have set.
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
PLease add code below to: root / modules/mod_otbrandmaps/tmpl/default.php line from 254 to 258
Code:
else if (status === google.maps.GeocoderStatus.OVER_QUERY_LIMIT) {
setTimeout(function() {
getLaLo();
}, 250 );
}
Please Log in or Create an account to join the conversation.
- Theo Bekas
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 12
- Thank you received: 2
8 years 11 months ago #8660
by Theo Bekas
Replied by Theo Bekas on topic The module not shows all the places I have set.
Thanks Kien !
I have gave you a review about your excellent support at JED !
Best Regards.
Theo
I have gave you a review about your excellent support at JED !
Best Regards.
Theo
The following user(s) said Thank You: Kiên
Please Log in or Create an account to join the conversation.
Time to create page: 0.192 seconds