google map not working properly.

hi.. my google map on homepage not showing all the users ..in europe and canada..i have to zoom there then only it shows..

i tried to reinstall the mod and also empty the cache in dolphin and browser too to check ..but its still not working ..

i checked in firefox , chrome and internet explorer...

i think problem is in map module..

here is my homepage : ooliz.com

2015-02-01_14-43-53.jpg · 49.5K · 462 views
Quote · 1 Feb 2015

 

i have to zoom there then only it shows

 This is your key point. If you have to many entries at the same point or arround one point the google maps recalculcate the rendering. This is why it seems there are not all users.

Try this:

add this configuration parameter: extend_bounds="false"

Maybe it helps. If you dont know how to do this, just let me know.

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 1 Feb 2015

 

add this configuration parameter: extend_bounds="false"

 I tried this by myself on my dev server and this doesnt solve the problem.

This means it cannot be solve just by adding a new config paramter. I think the dolphin module world map should be extended with some additional functions.

If there is anyone who knows how to solve this issue with just one config parameter, please post it here! :)

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 1 Feb 2015

There is a hard coded limit of 100 locations.

You can make a code change to increase it. See this topic. http://www.boonex.com/forums/topic/Problem-with-world-map.htm

https://www.deanbassett.com
Quote · 1 Feb 2015

 

 

i have to zoom there then only it shows

 This is your key point. If you have to many entries at the same point or arround one point the google maps recalculcate the rendering. This is why it seems there are not all users.

Try this:

add this configuration parameter: extend_bounds="false"

Maybe it helps. If you dont know how to do this, just let me know.

 where to add this ..plz tell me the steps

Quote · 1 Feb 2015

 

 

 

i have to zoom there then only it shows

 This is your key point. If you have to many entries at the same point or arround one point the google maps recalculcate the rendering. This is why it seems there are not all users.

Try this:

add this configuration parameter: extend_bounds="false"

Maybe it helps. If you dont know how to do this, just let me know.

 where to add this ..plz tell me the steps

 Deano pointed the way; I guess you missed it so will just post here:

 

Changed 

return $this->getAll("SELECT `m`.`id`, `m`.`part`, `m`.`title`, `m`.`uri`, `m`.`lat`, `m`.`lng` FROM `" . $this->_sPrefix . "locations` AS `m` WHERE `m`.`failed` = 0 $sWhere LIMIT 100");

to

return $this->getAll("SELECT `m`.`id`, `m`.`part`, `m`.`title`, `m`.`uri`, `m`.`lat`, `m`.`lng` FROM `" . $this->_sPrefix . "locations` AS `m` WHERE `m`.`failed` = 0 $sWhere LIMIT 700");

 

in modules\boonex\world_map\classes\BxWmapDb.php

Geeks, making the world a better place
Quote · 1 Feb 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.