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. How load data (tiles) for Map and Plugin from local file
QtWS25 Last Chance

How load data (tiles) for Map and Plugin from local file

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 1.2k 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.
  • M Offline
    M Offline
    Mihaill
    wrote on last edited by Mihaill
    #1

    Hi!
    I use Map in QML. How I can load data (tiles) for map from local file?

     Plugin {
            id: mapPlugin
            name: "osm"
        }
    
        Map
        {
            id: map
            anchors.fill: parent
            plugin: mapPlugin
    
    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mihaill
      wrote on last edited by
      #2

      I found tis
      https://developers.arcgis.com/qt/qml/sample-code/open-mobile-map-map-package/
      https://developers.arcgis.com/qt/qml/sample-code/open-map-url/
      https://community.esri.com/t5/arcgis-runtime-sdk-for-qt-questions/dynamically-load-tile-package-in-qml/td-p/668233
      https://stackoverflow.com/questions/29120160/qt-qml-how-to-include-map-tiles-for-offline-usage
      https://stackoverflow.com/questions/36647616/use-an-offline-interactive-map-in-qml
      https://www.qt.io/blog/2017/05/24/qtlocation-using-offline-map-tiles-openstreetmap-plugin

      1 Reply Last reply
      1

      • Login

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