From aacd3747416ee97ccbde4187fd2c0cb3570bf40e Mon Sep 17 00:00:00 2001 From: janbar Date: Sat, 5 Oct 2024 00:44:46 +0200 Subject: [PATCH] default true for rendering type tiled --- gui/controls2_515/osmin.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/controls2_515/osmin.qml b/gui/controls2_515/osmin.qml index 614233f5..85ae499c 100644 --- a/gui/controls2_515/osmin.qml +++ b/gui/controls2_515/osmin.qml @@ -50,7 +50,7 @@ ApplicationWindow { // Navigation settings property string systemOfUnits: "SI" property bool hillShadesEnabled: false - property bool renderingTypeTiled: false + property bool renderingTypeTiled: true property string lastVehicle: "car" property int maximumRouteStep: 255 property int courseId: 0