Commit 3172bb29 authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

Fix some flows being drawn twice

parent f53a1484
......@@ -428,7 +428,7 @@ const odClick = (e) => {
$("#tblViajesDesde tbody").html(origins);
if (e.sharedDestinationFeatures.length) {
e.target.selectFeaturesForPathDisplay(e.sharedDestinationFeatures, "SELECTION_ADD");
//e.target.selectFeaturesForPathDisplay(e.sharedDestinationFeatures, "SELECTION_ADD");
}
// if dots are only destinations, add paths when clicked on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment