More area tests

This commit is contained in:
John Firebaugh
2013-01-17 10:51:51 -08:00
parent 8564279926
commit 545789efcc
2 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -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);