We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c5c018 + 21232e5 commit 47a3a74Copy full SHA for 47a3a74
1 file changed
lib/Map.js
@@ -57,7 +57,7 @@ Map.prototype = {
57
var bounds = options.bounds;
58
this._getData(bounds.minX, bounds.minY, bounds.maxX, bounds.maxY, function(error, shapes) {
59
if (error) {
60
- callback(error);
+ options.callback(error);
61
console.error("ERROR! "+error);
62
}
63
else {
0 commit comments