Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement offline map in web application and where can i get the map tiles for download?

currently i am trying to do a offline map feature in web application. When their is no internet connection i want to load map tiles from my application it self .

How can i have the tile images stored with in my application during the network is available and further use it on offline.

like image 759
Arun Kumar Avatar asked Oct 19 '22 10:10

Arun Kumar


1 Answers

Use leaflet with an offline caching option, something like: https://github.com/tbicr/OfflineMap/tree/master/leaflet_idb_sql_site

You can find more options here

like image 51
Ando Avatar answered Oct 22 '22 21:10

Ando