Commit 6447a0badaa588ea024501d15932cf451d811f54

Authored by Igor Kulikov
1 parent 74aa9ca3

Deprecated map widget fix.

... ... @@ -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 };
... ...