Deprecated map widget fix.

This commit is contained in:
Igor Kulikov 2018-02-01 11:01:49 +02:00
parent 74aa9ca369
commit 6447a0bada

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[i].currentImage = {
this.locationsSettings[i].currentImage = {
url: url,
size: size
};