We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f30470 commit 902ec04Copy full SHA for 902ec04
src/plots/map/map.js
@@ -370,7 +370,7 @@ proto.rejectOnError = function(reject) {
370
371
function handler(e) {
372
console.error('Map error event:', e);
373
- reject(new Error(constants.mapOnErrorMsg));
+ reject(new Error(e));
374
}
375
376
map.once('error', handler);
src/plots/mapbox/mapbox.js
@@ -369,7 +369,7 @@ proto.rejectOnError = function (reject) {
369
function handler() {
0 commit comments