mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-02 00:15:12 +02:00
@@ -122,6 +122,7 @@ iD.svg.Lines = function(projection) {
|
||||
.map(iD.svg.OneWaySegments(projection, graph, 35)));
|
||||
|
||||
var oneways = oneway.selectAll('path.oneway')
|
||||
.filter(filter)
|
||||
.data(segments, function(d) { return [d.id, d.index]; });
|
||||
|
||||
oneways.enter()
|
||||
|
||||
Reference in New Issue
Block a user