Deprecated map widget fix.
This commit is contained in:
parent
06af29abcf
commit
74aa9ca369
@ -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
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user