openstreetmap - How to implement offline map in web application and where can i get the map tiles for download? -
currently trying offline map feature in web application. when no internet connection want load map tiles application self .
how can have tile images stored in application during network available , further use on offline.
use leaflet offline caching option, like: https://github.com/tbicr/offlinemap/tree/master/leaflet_idb_sql_site
you can find more options here
Comments
Post a Comment