Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
OSM map data offline
-
Hi!
Can I download data for the OSM map in text format and use this data offline, working without images, thus saving space?
-
@Mikeeeeee Did you ask OSM project as your question is completely unrelated to Qt?
-
Qt has a module for working with OSM. QLacation receives data from OSM. How do I get this data, save it, and then use it to build a map?
-
@Mikeeeeee Maybe this helps: https://www.qt.io/blog/2017/05/24/qtlocation-using-offline-map-tiles-openstreetmap-plugin
-
@jsulm this plugin saves images, but I need to save data to save disk space.