mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Fix oneway clipping (fixes #1595)
This commit is contained in:
+3
-1
@@ -56,7 +56,9 @@ iD.svg = {
|
||||
coordinates: coordinates
|
||||
}, projection.stream({
|
||||
lineStart: function() {},
|
||||
lineEnd: function() {},
|
||||
lineEnd: function() {
|
||||
a = null;
|
||||
},
|
||||
point: function(x, y) {
|
||||
b = [x, y];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user