mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Fixed the enterprise feature of add relation between nodes in the new networkmap.
This commit is contained in:
parent
9e2460a042
commit
35d0d4db66
@ -2510,8 +2510,8 @@ MapController.prototype.multiple_selection_select_nodes = function() {
|
|||||||
if (!self.is_selecty(node))
|
if (!self.is_selecty(node))
|
||||||
return 1; // Continue
|
return 1; // Continue
|
||||||
|
|
||||||
var x = node.x;
|
var x = parseFloat(node.x);
|
||||||
var y = node.y;
|
var y = parseFloat(node.y);
|
||||||
|
|
||||||
var node_bbox = null;
|
var node_bbox = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user