Skip to content

Commit

Permalink
Update basemap-bing.js
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 authored Aug 13, 2024
1 parent 9a05fa2 commit abbf23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/basemap-bing.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var changelog = [
{
version: '0.3.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
}
];

// use own namespace for plugin
Expand Down Expand Up @@ -40,7 +40,7 @@ mapBing.options = {
function setup () {
setupBingLeaflet();

for (var name in mapBing.sets) {
for ( var name in mapBing.sets) {
var options = L.extend({}, mapBing.options, mapBing.sets[name]);
layerChooser.addBaseLayer(L.bingLayer(options), 'Bing ' + name);
}
Expand Down

0 comments on commit abbf23e

Please sign in to comment.