1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-19 04:02:09 +01:00

Set OpenStreetMap as the default map

This commit is contained in:
Martin Tůma 2023-02-09 00:35:22 +01:00
parent 3b798e627b
commit 903b73d9a4

View File

@ -140,7 +140,7 @@ SETTING(showToolbars, "toolbar", true );
#endif // Q_OS_ANDROID
/* Map */
SETTING(activeMap, "map", "" );
SETTING(activeMap, "map", "Open Street Map" );
SETTING(showMap, "show", true );
SETTING(cursorCoordinates, "coordinates", false );