Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QtLocation - Filter output errors
Qt 6.11 is out! See what's new in the release blog

QtLocation - Filter output errors

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 259 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DeltaSim
    wrote on last edited by
    #1

    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,

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved