OfflineMap

Offline Map solution in web browser

View the Project on GitHub tbicr/OfflineMap

Leaflet offline maps with IndexedDB and WebSQL

Example and code.

Leaflet offline maps with PouchDB

Use Blob to storing.
Example and code.

Leaflet offline maps with PouchDB

Use base64 to storing and FileReader to convert Blob to base64.
Example and code.

Leaflet offline maps with PouchDB

Use base64 to storing and Uint8Array, btoa to convert ArrayBuffer to base64
Example and code.

Mapbox (Modest Maps) offline maps with IndexedDB and WebSQL

Example and code.

Open Layers offline maps with IndexedDB and WebSQL

Example and code.