Qt QML Map | API key required in OSM
-
Hello Friends and Qt Experts.
I am trying to make an application with maps functionality and i follow some example codes about map and i developed the some functionality as per my need.
I am using OSM plugins for maps and map is successfully loaded but i am getting the API key required watermark on map.
i searched about it and tried some things but not getting any solution or any way to solve this problem.
Is it possible in Qt ? or is there any bug in Qt about this ?
i am using Qt 5.15 And Qt 6.6
Please drop your idea here and share the solution if you have any solution and Also share your expertise.
for code.
I am using basic simple QML map example code. -
C Christian Ehrlicher moved this topic from General and Desktop on
-
The text comes from the now-default Qt Localtion OSM tile provider.
See https://bugreports.qt.io/browse/QTBUG-114118 for details.
This can be fixed by providing a license key, or by changing to another tile provider.
https://bugreports.qt.io/browse/QTBUG-115742 -
@jeremy_k Thanks for your answer and reply.
I already see those bug reports and many more.
is there any way or solution for it ?
i searched lot's of things about it but i didn't get the correct, proper and general solution.with use of this code
PluginParameter { name: "osm.mapping.custom.host" value: "https://tile.openstreetmap.org/" }
it is working but i can't use different tiles.