Deprecated map widget fix.

This commit is contained in:
Igor Kulikov 2018-02-01 10:45:38 +02:00
parent 06af29abcf
commit 74aa9ca369

View File

@ -276,7 +276,7 @@ export default class TbMapWidget {
this.locationsSettings[i].useMarkerImage = true;
var url = this.ctx.settings.markerImage;
var size = this.ctx.settings.markerImageSize || 34;
this.locationSettings.currentImage = {
this.locationSettings[i].currentImage = {
url: url,
size: size
};