mapbox-gl-js
mapbox-gl-js copied to clipboard
Mapcontainer set transform = scale(1,0.5)
Hi: If I set mapcontianer with transform = scale(1,0.5) ,scale x and y.Then I cannot click the feature,but if I scale(0.5,0.5) ,it is correct. https://codesandbox.io/s/7u950r
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 nearly unusable and would even if mouse events worked as expected.

Thank you very much. I want to adapt to multiple screen resolutions to reduce the workload of the UI interface。
And If scaleX !== scaleY
