I’m developing a small widget application in Qt and I want the widget to include a world map that utilizes OpenStreetMap. Are there any libraries in QT for desktop that can help me draw this map? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using the WebKit elements would be a way to do it.
Have a look at https://www.qt.io/blog/2009/07/29/maps-with-a-magnifying-glass for how to do similar things with google maps. I’m sure a similar approach would work.