Aidan Hendrickson
Aidan Hendrickson
@dirkvdb The image you link isn't worknig for me, but I can recreate this by replacing it with `https://placekitten.com/g/100/100`.
This is the same as https://github.com/mapbox/mapbox-gl-js/issues/11811, but for terrain instead of globe. When terrain is on the map, tiles closer to the camera center are rendered at a higher zoom...
Related to https://github.com/mapbox/mapbox-gl-js/issues/10982, fixed by https://github.com/mapbox/mapbox-gl-js/pull/10985.
I can reproduce this not working in CodePen on both desktop Chrome and mobile (Chrome on Pixel 2). Mapbox example:  CodePen:  I also see this warning which looks...
Thanks for your work investigating this @stephenheron! I'm looking into a fix for this, in the meantime a workaround is to replace the calls to `map.removeImage()` and `map.addImage()` with `map.updateImage()`...
Another workaround that should be simpler for most use cases: load images on `'style.load'` instead of `'styleimagemissing'` events. (`'load'` events also work but may be slightly slower.) [Demo here.](https://jsbin.com/laliwaf/5/edit)
After further investigating this, I can confirm that this is the same as https://github.com/mapbox/mapbox-gl-js/issues/8335. @stephenheron Can you confirm which (if either) of the above workarounds works for you? If neither...
I'm hitting this while implementing https://github.com/mapbox/mapbox-gl-js/pull/12268, not only on Windows but also on MacOS VM. This issue can be fixed on Mac by using Chrome flag `--use-gl-desktop` as introduced in...
I'd be interested in working on this if you're open to passing the baton @prozessor13.
> Well @SnailBones was the first one to request, so it's up to him to decide if he would like to push this forward or leave it to @typebrook. All...