mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 12:41:36 +02:00
More area tests
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ iD.svg.Areas = function(projection) {
|
||||
var lineString = iD.svg.LineString(projection);
|
||||
|
||||
function drawPaths(group, areas, filter, classes) {
|
||||
var paths = group.selectAll('path')
|
||||
var paths = group.selectAll('path.area')
|
||||
.filter(filter)
|
||||
.data(areas, iD.Entity.key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user