Commit 74aa9ca36974a0deb39a783f51e685da3aa7a3c5

Authored by Igor Kulikov
1 parent 06af29ab

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.currentImage = {
  279 + this.locationSettings[i].currentImage = {
280 280 url: url,
281 281 size: size
282 282 };
... ...