From af1f89781ae10a4499d015129403976c70d52e70 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 20 Oct 2015 17:18:54 +0200 Subject: [PATCH] Map: Default to satellite as this is what people really want, now that satellite is supported! --- src/FlightMap/FlightMapSettings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlightMap/FlightMapSettings.cc b/src/FlightMap/FlightMapSettings.cc index a27e5978f..fb7c79582 100644 --- a/src/FlightMap/FlightMapSettings.cc +++ b/src/FlightMap/FlightMapSettings.cc @@ -108,7 +108,7 @@ QString FlightMapSettings::mapTypeForMapName(const QString& mapName) settings.beginGroup(_settingsGroup); settings.beginGroup(mapName); settings.beginGroup(_mapProvider); - return settings.value(_mapTypeKey, "Street Map").toString(); + return settings.value(_mapTypeKey, "Satellite Map").toString(); } void FlightMapSettings::setMapTypeForMapName(const QString& mapName, const QString& mapType) -- 2.22.0