Aidan Hendrickson
Aidan Hendrickson
This is still affecting some maps.
Dropping my thoughts here from Slack: this is NOT limited to the zoom transition (I'm seeing it at levels 4 and 5). It occurs only with specific tiles, so it's...
Thanks for opening this issue @brncsk! Would [`fitScreenCoordinates`](https://docs.mapbox.com/mapbox-gl-js/api/map/#map#fitscreencoordinates) work for your use case? Due to perspective this wouldn't work in all cases, but if the camera position is close to...
This is part of https://github.com/mapbox/mapbox-gl-js/issues/3993
I'm able to reproduce this on Mac in Chrome and Firefox but not Linux. I'm also seeing a similar but seemingly distinct issue https://github.com/mapbox/mapbox-gl-js/issues/12026 bug 3 that does occur on...
Thanks @Spaeda! > > Globe projection does not support getBounds API, this API may behave unexpectedly > > Could this be source of our issue? Yes, this is likely the...
This can also be reproduced by by selecting `LambertConformalConic` and tweaking the values in [this example](https://docs.mapbox.com/mapbox-gl-js/example/projections/). Interestingly, Albers currently works fine. (@danielfdsilva perhaps you can use the other projection as...
> My only concern here is that this very specialized tool adds ~700 bytes overhead to the gzipped bundle for all users, while it's a feature that would only be...
Thanks for reporting this issue @tangjuncheng1986! Can you elaborate on why you'd like to style the map container with `scale(1,0.5)`? It seems to me that the resulting distortion makes this...
@kpagcha Can you try adding`position:absolute` in addition to calling `map.resize()`? I'm able to reproduce this [here](https://codepen.io/snailbones/pen/zYRwrba), it seems that when the map is using `relative` CSS position ,calling `map.resize()` shifts...