Map - api key requared
-
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.
-
-