Ansis Brammanis

Results 21 comments of Ansis Brammanis

> One thing that didn't carryover from the demo is the semi-transparency — I hoped to get opacity in the custom layer implementation but that got scrubbed. Not sure if...

https://github.com/mapbox/mapbox-gl-js/issues/10256 (@fxi) reports that the final end position of easeTo is inconsistent and has a good example that reproduces this: https://codepen.io/fxi/full/WNGJMVN

Thanks for reporting this. Could you please share a fully example that reproduces this?

Documenting conversation from elsewhere: Erroring the tile will cause the parent tile to be shown, if it is available. If we need this in some cases but not in other...

Another option would be to catch rejected promises and treat those as errors. Error/rejection == missing tile. Undefined/null === blank tile.

Thanks for all the interest! This would be very useful to have. We have not yet started working on this.

Tile parsing would wait until all images it needs are loaded. Image loading would block further work. This is because shaping needs the image size. Is this reasonable? I think...

Yep, we should do this and it shouldn't be much too much work

Hi, I haven't been able to reproduce this. What version of Chrome are you using? And just to confirm, you've only seen this triggered by devtools?