Skip to content

Commit

Permalink
Improve aviation map performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Apr 17, 2020
1 parent 4fc3b7f commit 04a1c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeoMapProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GeoMapProvider::GeoMapProvider(MapManager *manager, GlobalSettings* settings, QO
QJsonDocument geoDoc(resultObject);
_combinedGeoJSON_ = geoDoc.toJson(QJsonDocument::JsonFormat::Compact);

connect(_manager->aviationMaps(), &DownloadableGroup::localFileContentChanged, this, &GeoMapProvider::aviationMapsChanged);
connect(_manager->aviationMaps(), &DownloadableGroup::localFileContentChanged_delayed, this, &GeoMapProvider::aviationMapsChanged);
connect(_manager->baseMaps(), &DownloadableGroup::localFileContentChanged_delayed, this, &GeoMapProvider::baseMapsChanged);
connect(_settings, &GlobalSettings::hideUpperAirspacesChanged, this, &GeoMapProvider::aviationMapsChanged);

Expand Down

0 comments on commit 04a1c0b

Please sign in to comment.