remove fill pattern when changing tags

fixes #996
This commit is contained in:
Ansis Brammanis
2013-03-13 11:55:15 -04:00
parent e3ac9954cb
commit 94391cc087

View File

@@ -49,6 +49,7 @@ iD.svg.Areas = function(projection) {
return;
}
}
this.style.fill = '';
});
}