cordova-plugin-mbtiles
cordova-plugin-mbtiles copied to clipboard
Cordova Plugin MbTiles
We used the following command to open an off-line map in iOS and Android but since our last upgrade in cordova it fails (only in iOS) returning null. App.mbTilesPlugin.open({name: 'NoCloud/map/map.mbtiles'},.......
This plugin works great for Leaflet 0.7 There were major changes in the Leaflet TileLayer in Update to 1.0. Thus, this plugin is not working with Leaflet 1.0.1 I took...
I just tested this plugin using the sample. While verifying process an existing local mbtiles file was not fount. The app always downloaded the file from web. I could solve...
Hi. I am working on a project where I need offline Map for Androids. I know MBTiles is a very good offline Map hence while searching internet I found your...
Hi There. I am trying to make a Cordova Android App for MBTiles Map View. I am using Visual Studio 2015. I tried to add this plugin in my project...
Hi, Just a question out of curiosity. Are there any native features needed by this library or could it be reimplemented as a JavaScript library utilising the CordovaSQLite plugin? I...
The plugin kept throwing an 'SQLiteCantOpenDatabaseException' when I tried to use the application data directory. I ended up doing this to get it to work: ``` javascript var store =...