oscarfonts / mapbox-gl-cordova-offline

Offline vector maps in Cordova using Mapbox GL JS
Other
60 stars 36 forks source link

allowing for loading of DBs from outside www/ #19

Closed robgaston closed 6 years ago

robgaston commented 6 years ago

This PR defers the logic to find and copy the DB file from www/ until after checking for the DB in app storage.

This allows for the use of DB files that aren't stored in www/, for example: db files downloaded from the web or created programmatically.

michogar commented 6 years ago

Tested on iOS and Android with success. Cool!.

oscarfonts commented 6 years ago

Looks good. Thanks!