QtLocation - Filter output errors
Unsolved
QML and Qt Quick
-
Hi !
I'm using QtLocation to display a map with the plugin mapboxgl.
I use offline vector tiles (buffered in cache) to run this application without internet connection.
Everything works fine except my application returns anoying errors because it can't download tiles from mapbox.com but it's fine because I have the tiles I want already downloaded.[ ERROR ] "{QSGRenderThread}[Style]: Failed to load source composite: Host api.mapbox.com not found" [ ERROR ] "{QSGRenderThread}[Style]: Failed to load tile 9/253/179=>9 for source composite: Host api.mapbox.com not found"
So my question is: is it possible to filter these errors from QtLocation ?
There are too many QtLocation errors so I can't see debug outputs for example.Thank you,