5

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.

Arun Kumar
  • 129
  • 1
  • 11

1 Answers1

3

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

Community
  • 1
  • 1
Ando
  • 11,199
  • 2
  • 30
  • 46
  • Thanks @ Ando I found one more interesting solution http://offlinegooglemapsgooglejavascriptv3.blogspot.in/2013/05/offline-google-maps-google-javascript.html – Arun Kumar Jun 18 '15 at 09:52
  • Looks interesting - should I ask if the google maps based solution is within their terms of use? :) – Ando Jun 18 '15 at 12:47