Ignore errors from Bing ImageryProviders

This commit is contained in:
Bryan Housel
2019-03-06 17:32:05 -05:00
parent a6d026f5a6
commit 0a1e497836
+1
View File
@@ -228,6 +228,7 @@ rendererBackgroundSource.Bing = function(data, dispatch) {
var providers = [];
d3_json(url, function(err, json) {
if (err) return;
providers = json.resourceSets[0].resources[0].imageryProviders.map(function(provider) {
return {
attribution: provider.attribution,