From 553776e75da02b27224748756da55d38b6c7241f Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 14 Oct 2021 00:25:34 +0900 Subject: Update map style Signed-off-by: Naoto Yamaguchi --- mominavi.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mominavi.qml') diff --git a/mominavi.qml b/mominavi.qml index c9bd6e9..ff0b456 100644 --- a/mominavi.qml +++ b/mominavi.qml @@ -75,7 +75,7 @@ ApplicationWindow { property real positionTimer_interval : 100 property real car_moving_distance : (car_driving_speed / 3.6) / (1000/positionTimer_interval) // Metric unit property string mapbox_access_token : "" - property string mapbox_style_urls : "mapbox://styles/wata2ki/ckrumy7l44w3e17qlohjtv1p8" + property string mapbox_style_urls : "mapbox://styles/wata2ki/ckoy853ue11a117nss0uxut76" property string mapbox_cache_dir : "/var/cache/momimap" Map{ -- cgit 1.2.3-korg