Don't fail when no featues are found in ol.format.TopoJSON
This commit is contained in:
@@ -302,7 +302,6 @@ ol.format.TopoJSON.prototype.readFeaturesFromObject = function(object) {
|
||||
}
|
||||
return features;
|
||||
} else {
|
||||
goog.asserts.fail();
|
||||
return [];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user