gregallensworth / L.TileLayer.Cordova

Leaflet TileLayer subclass which caches to local filesystem, for Cordova/Phonegap
MIT License
87 stars 25 forks source link

Support for esri leaflet #14

Closed pineapplegum closed 7 years ago

pineapplegum commented 8 years ago

Hi! Thanks for providing this great plugin!

I'm wondering if it is possible to use L.TileLayer.Cordova together with L.esri.TiledMapLayer? In other words, I'm wondering if it is possible to provide offline support for tiled ArcGIS service layers using this plugin?

You can read more about this layerclass here: https://esri.github.io/esri-leaflet/api-reference/layers/tiled-map-layer.html

Many thanks!