phegman / vue-mapbox-gl

A Vue.js component for Mapbox GL JS
GNU General Public License v3.0
270 stars 33 forks source link

offline mbtiles support? #19

Closed FabianSilva closed 6 years ago

FabianSilva commented 6 years ago

what is best to use offline maps, can be used https://www.npmjs.com/package/Leaflet.TileLayer.MBTiles or something else like that?

thanks you

phegman commented 6 years ago

I would take a look at this: https://github.com/klokantech/mapbox-gl-js-offline-example

Implementation shouldn't be any different than the docs, other than where the tiles are being stored.