Problem with world map

 

Look at the pictures in attachment. There's a big spot where no profiles are showing up. When I drag the map to the left, the profiles on the left side disappear and the missing profiles from the right side appear. But then the map is already centered somewhere in Germany ...

Why can't they all show up at once in the first picture ?

map.jpg · 174.2K · 323 views
map2.jpg · 186.8K · 305 views
Quote · 13 Jan 2013

Ya i reported this before the the final was released last week and it did not get fixed this is a bug.

Quote · 13 Jan 2013

There is a hardcoded limit of 100 locations to show at once.

Such approach is used by all modern maps, when you zoom some area you will have more results.

Rules → http://www.boonex.com/terms
Quote · 14 Jan 2013

That limit was not in the 7.0.9 version

Quote · 15 Jan 2013

This limitation reduces the interest of visitors on using worldmap, worldmap was better in 7.0.9 i too created a defect for this but was invalidated. Is there much performance improvement by this limit of 100 ?

Quote · 15 Jan 2013

 

There is a hardcoded limit of 100 locations to show at once.

Such approach is used by all modern maps, when you zoom some area you will have more results.

 Hi Alex,

Can we remove this limit on  our copy of dolphin? if so how? will there be any performance issues

Quote · 15 Jan 2013

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

can see more plotting on the map, will monitor cpu usage and revert back if it gets high

Quote · 15 Jan 2013

I just spent 23 minutes trying to find the code for you to change and you beat me to it.. don't you hate it when that happens :-)

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 15 Jan 2013

 

I just spent 23 minutes trying to find the code for you to change and you beat me to it.. don't you hate it when that happens :-)

 Thanks :)

Quote · 15 Jan 2013
 
 
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.