mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
var fix
This commit is contained in:
parent
54fc5a371f
commit
1083e1c07d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export default class extends BaseController {
|
|||
this.liveMapEnabled = this.userSettings.live_map_enabled || false;
|
||||
this.countryCodesMap = countryCodesMap();
|
||||
this.speedColoredPolylines = this.userSettings.speed_colored_routes || false;
|
||||
this.speedColorScale = this.userSettings.speed_color_scale || colorFormatEncode(speedColorScaleDefault);
|
||||
this.speedColorScale = this.userSettings.speed_color_scale || colorFormatEncode(colorStopsFallback);
|
||||
|
||||
this.center = this.markers[this.markers.length - 1] || [52.514568, 13.350111];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue