You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in mapboxStyle the tilesurl is changed to read something like this: file:///storage/emulated/0/Android/data/com.someCompany.someApp/files/active/tiles/{z}-{x}-{y}.vector.pbf
Unfortunately, all I get is the generic Error: Error message when listening for error calls and printing the error using console.log(e.error). I can't seem to find anywhere why this is and I think this might be an error in mapbox itself. The files exist and loading them works with a regular ajax request, just not using Mapbox.
Tested on Android 7.0 and Android 4.4 with Xwalk and regular webview
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version: npm shows ^0.43.0
I'm trying to debug the loading of tiles from local device. Map is initialised as follows:
in mapboxStyle the tilesurl is changed to read something like this:
file:///storage/emulated/0/Android/data/com.someCompany.someApp/files/active/tiles/{z}-{x}-{y}.vector.pbf
Unfortunately, all I get is the generic
Error: Error
message when listening for error calls and printing the error using console.log(e.error). I can't seem to find anywhere why this is and I think this might be an error in mapbox itself. The files exist and loading them works with a regular ajax request, just not using Mapbox.Tested on Android 7.0 and Android 4.4 with Xwalk and regular webview
The text was updated successfully, but these errors were encountered: