mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-13 10:41:38 -05:00
commit
6f5bcc72a0
3 changed files with 8 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
0.25.6
|
||||
0.25.7
|
||||
|
|
|
|||
|
|
@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
# 0.25.7 - 2025-04-24
|
||||
|
||||
## Fixed
|
||||
|
||||
- Map loading error. #1094
|
||||
|
||||
# 0.25.6 - 2025-04-23
|
||||
|
||||
## Added
|
||||
|
|
|
|||
|
|
@ -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