S
S
Sergey Semenov2020-06-19 11:26:39
Python
Sergey Semenov, 2020-06-19 11:26:39

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

2 answer(s)
M
Maxim Nevzorov, 2020-06-19
@fixator10

You may need Planet.osm , which is a full dump of OpenStreetMap

P
pfg21, 2020-06-19
@pfg21

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 question

Ask a Question

731 491 924 answers to any question