Answer the question
In order to leave comments, you need to log in
Python how to work with offline map (map)?
Hello!
I want to write software that displays the coordinates of several GPS on the map.
The program needs to work offline.
Actually, what library can be used so that it would be possible to work with the map and coordinates without having access to the Internet? Everything I found - everything requires an Internet connection.
I understand that I need to download the map in advance. but I don't understand how to do it properly.
Answer the question
In order to leave comments, you need to log in
You may need Planet.osm , which is a full dump of OpenStreetMap
look for a library for displaying vector maps. prepare a map and display it
offline. for java there is https://wiki.openstreetmap.org/wiki/Mapsforge with ready-made vector maps.
download raster tiles for the required area to the offline database and display them. usually use sqlitedb for example https://wiki.openstreetmap.org/wiki/MBTiles
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question