Hi I'm trying to package a custom map for offline use into my program. Is there a way to make MarbleWidget load my map when it's stored in the same directory as the program I created?
I have created a custom dgml map for offline use for this purpose I'm just looking for a neat way to package my program into a single directory. To further clarify, let's assume that my program is located in this folder: /home/me/program/ And under this folder, I have the maps: /home/me/program/maps/earth/mymap/mymap.dgml <And maptiles as they are supposed to be> My custom maps works fine when it's in: /home/me/.local/marble/ ... I don't feel hopeful, I think this is impossible after I looked at the source code for loading maps, maybe a custom map tile loader? -mika