Don't fail when no featues are found in ol.format.TopoJSON

This commit is contained in:
Tom Payne
2014-02-03 19:01:24 +01:00
parent b567b888b0
commit 6e322bdf0b

View File

@@ -302,7 +302,6 @@ ol.format.TopoJSON.prototype.readFeaturesFromObject = function(object) {
}
return features;
} else {
goog.asserts.fail();
return [];
}
};