Fouad Valadbeigi

Results 5 issues of Fouad Valadbeigi

This is a POC to enable immediate rendering for custom layer when globe view is enabled. We can use this PR as a discussion panel to decide what needs to...

feature :green_apple:

Some of the buildings in the `fill-extrusion` layer manifest a z-fighting artifact as seen in the video below: https://user-images.githubusercontent.com/67509069/175061020-e9c867c8-2b59-4d6f-aa14-1750b45f7689.mp4 ### Steps to Trigger Behavior 1. Add a fill extrusion layer...

bug :lady_beetle:
3d :triangular_ruler:

When `globe` projection is used the following snippets yield inconsistent behavior when compared to `mercator` projection: ### `getBounds` and `cameraForBounds`: ``` const c = map.cameraForBounds(map.getBounds()); map.easeTo(c); ``` https://user-images.githubusercontent.com/67509069/164701266-16ce6e51-6faf-490f-94aa-74045d3ee2e7.mp4 The returned...

bug :lady_beetle:
needs discussion :speech_balloon:
3d :triangular_ruler:

This PR consolidates the changes from https://github.com/mapbox/mapbox-gl-js/pull/12143 and https://github.com/mapbox/mapbox-gl-js/pull/11996 to showcase both immediate and draped rendering modes on globe and proposes new necessary APIs. Note that it might also be...

fixes some of the issues raised here https://github.com/mapbox/mapbox-gl-js/pull/12182#pullrequestreview-1267478665 ## Launch Checklist - [ ] briefly describe the changes in this PR - [ ] include before/after visuals or gifs if...

skip changelog