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

Map - api key requared

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

    Hi!
    I use qt6.8, win 10.
    I tru using map and get error "api key requared " on tiles.

    Map {
        id: map
        anchors.fill: parent
        plugin: mapPlugin
        zoomLevel: 10
    }
    
    Plugin {
        id: mapPlugin
        name: "osm"
        parameters: [    
                    PluginParameter { name: "mapping.host"; value: "https://tile.openstreetmap.org/" }    
                ]
    }
    

    On qt5.15 same code is work.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mihaill
      wrote last edited by
      #2

      it's solvation https://www.youtube.com/watch?v=VlRMQWqI0S8&ab_channel=QtWithKetan

      SGaistS 1 Reply Last reply
      0
      • M Mihaill has marked this topic as solved
      • M Mihaill

        it's solvation https://www.youtube.com/watch?v=VlRMQWqI0S8&ab_channel=QtWithKetan

        SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote last edited by
        #3

        @Mihaill hi,

        It would be nice to also post here the code you used to fix your issue in case the video is taken down.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        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