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
But although I can render the white map on iOS, the logo never appears, and xcode logs this: 2016-03-24 21:33:59.339 dashboard[432:124435] [WARNING] {Map}[Render]: can't find source for layer 'overlay'
Is raster layers and unsupported feature for mobile?
Georeferenced raster overlays aren’t supported yet in native, but raster tile layers are. This means that you could upload a GeoTIFF to Mapbox and then use the resulting raster tileset in a native-compatible style.
Hello!
I'm trying to render a raster layer on iOS. A new project with a freshly installed react-native-mapbox-gl.
I created this
styleURL
:https://gist.github.com/javierbyte/162ea8a03fac49f0d320
It's just the wikipedia logo on top of a white map.
It works well on browsers:
https://jsbin.com/tirecopelo/edit?html,output
But although I can render the white map on iOS, the logo never appears, and xcode logs this:
2016-03-24 21:33:59.339 dashboard[432:124435] [WARNING] {Map}[Render]: can't find source for layer 'overlay'
overlay
is defined insources
as:And requested in layers as:
Is raster layers and unsupported feature for mobile?
Thanks!
The text was updated successfully, but these errors were encountered: