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 f419fab commit 8da7765Copy full SHA for 8da7765
src/plots/mapbox/layers.js
@@ -213,7 +213,7 @@ function convertSourceOpts(opts) {
213
} else if (sourceType === 'raster') {
214
field = 'tiles';
215
sourceOpts['tileSize'] = 256;
216
- for (let index = 0; index < source.length; index++) {
+ for (var index = 0; index < source.length; index++) {
217
const url = source[index];
218
source[index] = decodeURIComponent(url);
219
0 commit comments