mapbox-gl-js
mapbox-gl-js copied to clipboard
Why is the direction reversed?
thanks ,this is demo address
https://plnkr.co/edit/zdKhXxpkDkgIThfm?preview
first picture is incorrect direction second picture is correct direction
this is previous address https://github.com/mapbox/mapbox-gl-js/issues/12221
@kt7456 the demo by that URL doesn't appear to be working — I don't see the custom layer and there are a bunch of errors in the console. Perhaps you forgot to save some code updates?
@kt7456该 URL 的演示似乎无法正常工作 - 我没有看到自定义层,并且控制台中有一堆错误。也许您忘记保存一些代码更新?
It takes 1 minute to display when loading data
My guess is that mapboxgl is applying some y-flip the image, which you need to apply to the volume as well either when you render it or when you display the volume rendering above the map (if you're rendering to a texture and compositing that on top of the map)
This is the author's reply
Hey @kt7456,
I wasn't able to reproduce this either. Could you please check that the example you provided is working?
嘿@kt7456,
I wasn't able to reproduce this either. Could you please check that the example you provided is working? this is other demo address http://animpen.com/pen/kfpPAJa7 this is old demo address https://plnkr.co/edit/zdKhXxpkDkgIThfm?preview Requires google browser to open
Hi @kt7456, Unfortunately the custom layer does not load on any of the examples provided still. Can you provide information about the browser and operating system you are using? Thanks
Since we are unable to reproduce this issue with the example provided, I am going to close this issue. Please feel free to open again with a different example and include relevant information (e.g. browser/operating system). Thanks!
ok,thanks!