mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fix oneways
This commit is contained in:
@@ -115,7 +115,7 @@ export function Lines(projection) {
|
||||
.selectAll('path')
|
||||
.filter(filter)
|
||||
.data(
|
||||
function() { return onewaydata[this.parentNode.parentNode.__data__] || []; },
|
||||
function() { return onewaydata[this.parentNode.__data__] || []; },
|
||||
function(d) { return [d.id, d.index]; }
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user