Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -276,7 +276,7 @@ export default class TbMapWidget { |
276 | 276 | this.locationsSettings[i].useMarkerImage = true; |
277 | 277 | var url = this.ctx.settings.markerImage; |
278 | 278 | var size = this.ctx.settings.markerImageSize || 34; |
279 | - this.locationSettings[i].currentImage = { | |
279 | + this.locationsSettings[i].currentImage = { | |
280 | 280 | url: url, |
281 | 281 | size: size |
282 | 282 | }; | ... | ... |