Skip to content

Create the OSM QtLocation plugin only once

Volker Krause requested to merge work/vkrause/singleton-osm-plugin into master

Just loading that plugin already triggers an HTTP request, so lets only do that when really needed and even more importantly, not for every single location delegate again.

This is quite ugly and I'm happy to implement this in a cleaner way if there are suggestions, but at least it stops hammering our infrastructure when scrolling through my location sharing test channel :)

Merge request reports