Fix oneway clipping (fixes #1595)

This commit is contained in:
John Firebaugh
2013-06-13 16:54:53 -07:00
parent aab90edef8
commit 34bf86a904
+3 -1
View File
@@ -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];