Commit af1f8978 authored by Lorenz Meier's avatar Lorenz Meier

Map: Default to satellite as this is what people really want, now that satellite is supported!

parent a575fc04
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment