PDA

View Full Version : Location: Offline Maps



Martin5017
10th May 2016, 07:50
I have to develop an application that that the user can use to view their current location, as well as specify waypoints. The client does not require any navigation services, but they do require me to use their custom maps.

I am not quite sure how to use their proprietary custom maps instead of another map source (such as open street map). Can I cache open street maps and then modify the cache, can I specify a location on my system as a source for the open street map plugin, or should I write my own plugin? And if I have to write a new QML map plugin, where should I go look for instruction? I have tried googling, but I can't seem to find instructions on creating a QML map plugin

Salamadonna
19th May 2016, 15:37
Hi, i'm in a very similar situation, need to load some offline maps. Have you figured it out how to proceed? Or someone in the forum can point us in the right direction?