Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Custom caching for QMLMapPlugin

Custom caching for QMLMapPlugin

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 338 Views
  • 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.
  • maxlazarusM Offline
    maxlazarusM Offline
    maxlazarus
    wrote on last edited by
    #1

    I am required to implement custom caching for an application I am developing which requires caching specific map areas to hard drive as well as to RAM for offline use. As well the plugin would fetch tiles beyond the map boundary in every directory for smoother scrolling.

    I am using QNetworkAccessManager in my main application to attempt to add to the disk cache in a non-blocking manner, but this seems to interfere with the QMLMapPlugin's network access.

    Is there a way to integrate the project containing the map plugin with my main application so that I can have access to the plugin's c++ side, or a manner in which I can communicate through QML? Way over my head right now, appreciate any suggestions, 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