Once you created a map that shows nodes with links, requesting the map to had more nodes with links by choosing the 'Add Neighs" option and clicking a node does work to add the neighboring nodes but it also redraws all the currently existing links. Each time you do this, you get the existing links redrawn. These duplicated lines drawn representing the links are actually only artifacts of the single link that exists in the DB. If you save the map, close it, and then reopen, you only have one line for each link again. Sometimes, when you close the map, you will see artifacts of these duplicate linkes on the blank map with no nodes displayed.
commit 882fd4400390176a04ed3a6f6db96d2663815221 Author: Antonio <rssntn67@yahoo.it> Date: Sun Nov 20 08:56:48 2011 +0100
Fix Map duplicate links
When adding node in admin mode the persisted links are duplicated. Removed the links before redrawing the map with the element added.
Antonio Russo November 15, 2011 at 3:30 PM
I know this issue! I wonder it was not very important just because it happens in "Admin" mode. When you go back to "Refresh" mode the links shown are right!
I imagine that I just have to remove all the links before adding one.
Should be a fix not very complicate...but I have to renavigate the map code...I have written! Maps is like Mars....it is my home but I'm so far from there now!
Once you created a map that shows nodes with links, requesting the map to had more nodes with links by choosing the 'Add Neighs" option and clicking a node does work to add the neighboring nodes but it also redraws all the currently existing links. Each time you do this, you get the existing links redrawn. These duplicated lines drawn representing the links are actually only artifacts of the single link that exists in the DB. If you save the map, close it, and then reopen, you only have one line for each link again. Sometimes, when you close the map, you will see artifacts of these duplicate linkes on the blank map with no nodes displayed.