Skip to content

Commit

Permalink
default true for rendering type tiled
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Oct 4, 2024
1 parent eafd5cc commit aacd374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/controls2_515/osmin.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aacd374

Please sign in to comment.