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. [QtLocation] get stored tiles - ESRI plugin
Forum Updated to NodeBB v4.3 + New Features

[QtLocation] get stored tiles - ESRI plugin

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 765 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.
  • E Offline
    E Offline
    ezerg
    wrote on last edited by ezerg
    #1

    Hello everyone,
    Is there a way to use the QtLocation component for only download the imagery data (tile images)?
    In my app (that uses Ogre3D for graphics), I want to show on screen a map at a desired location, and knowing that QtLocation provides all the necessary means to display a map, maybe it's possible to only request the map tiles and store them for an offline usage and use them as textures in Ogre.

    Thanks a lot!

    Edit: I've learned that cache files are stored inside the "/<user>/.cache/QtLocation/5.8/tiles/<provider>, so thats great I can access those tiles, but, is there a way to only use the "esri" plugin (c++ api) to download those tiles?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      ldanzinger
      wrote on last edited by
      #2

      If you are just using Qt Location, I'm not sure if there is a way to do that. If you are using the Esri ArcGIS Runtime SDK, you can use the Export Tile Task to download the tiles for use offline - http://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-exporttilecachetask.html

      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