New limit of 10,000 features. Fixes #283

This commit is contained in:
Tom MacWright
2012-12-14 17:06:04 -05:00
parent 94c7e17b81
commit c32a1e8fdc
+1 -1
View File
@@ -96,7 +96,7 @@ iD.Map = function() {
filter = function(d) { return d.accuracy ? d.way in only : d.id in only; };
}
if (all.length > 200000) return editOff();
if (all.length > 10000) return editOff();
else editOn();
for (var i = 0; i < all.length; i++) {