Anna Peery
Anna Peery
`setFog`, `setTerrain`, `setLight` should default to previous style values instead of default values
`setLight`, `setFog` and `setTerrain` should operate the same way. The expectation is that these methods will use the previous `fog`, `light`, or `terrain` values if already set when not set...
This PR fixes #12129, updating marker position correctly when toggling between a map that renders world copies and a map that doesn't by wrapping the lng of the marker when...
**mapbox-gl-js version**: 2.9.0 + **browser**: Tested in Chrome ### Steps to Trigger Behavior 1. Open http://localhost:9966/debug/index.html#5.12/84.48/62.69/0/85 in chrome 2. Run `map.setProjection('globe')` 3. Note poles as white. *If difficulty reproducing, widen...
**mapbox-gl-js version**: 2.9.0 + **browser**: All ### Steps to Trigger Behavior 1. Open a map with heatmap and `mercator` projection 2. Zoom in past zoom level 5 3. Run `map.setProjection('globe')`...
## Launch Checklist - [ ] briefly describe the changes in this PR - [ ] include before/after visuals or gifs if this PR includes visual changes - [ ]...
Fixes #10197 Previously, constraining camera altitude avoided going under terrain by changing the pitch along with the camera orientation (see line [#1685](https://github.com/mapbox/mapbox-gl-js/blob/main/src/geo/transform.js#L1685)). However, this has resulted in a not ideal...
### Current Behavior I have a project that includes a toggle behavior to render a container component. When I initially render the component, it renders as expected. When I toggle...
The demo's on this plugin are not loading at all, would be great to get them working again! Thanks so much!