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
Forum Updated to NodeBB v4.3 + New Features

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.3k 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 17 Nov 2022, 11:42 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 18 Nov 2022, 12:30 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

      1/2

      17 Nov 2022, 11:42

      • Login

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