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
Can confirm this is happening on any browser that supports OffscreenCanvas+ImageBitmap, was a result of a major derp wherein the ImageBitmap type check wasn't added in Texture.
This worked fine for everything else (icons, glyphs, hillshade) because we transform those textures into our internal RGBAImage or AlphaImage types.
After 85517f0, debug/satellite.html shows black tiles on macos 10.15.1 on Chrome. No error in console.
Works fine on Firefox and Safari on the same hardware. Render tests pass.
Mac Mini 2018 3.2 GHz 6-Core Intel Core i7 (Intel UHD Graphics 630 1536 MB)
Chrome Version 78.0.3904.108 (Official Build) (64-bit)
Expected (works fine when
offscreenCanvasSupported()
returnsfalse
):Actual:
cc @arindam1993 @kkaefer
The text was updated successfully, but these errors were encountered: