Aidan Hendrickson
Aidan Hendrickson
I've released windows and Linux builds for [this game](https://github.com/SnailBones/CellForest), but I'm encountering a unique issue on Mac. The game works fine in the editor, but after export it appears as...
Fixes a regression introduced in https://github.com/mapbox/mapbox-gl-js/pull/12039 (Specifically commit https://github.com/mapbox/mapbox-gl-js/pull/12039/commits/7aa71e9af52971ffab762c4bcdca4fdac146963d), where the globe (without terrain and at low zoom) shows up blank on Android devices. Tested in Chrome and Firefox. Before:...
Introduced by this optimization: 7aa71e9af52971ffab762c4bcdca4fdac146963d, which changed terrain uniforms to only be added to shaders when terrain is enabled (previously they were also added with globe but no terrain.) One...
This reverts commit 7aa71e9af52971ffab762c4bcdca4fdac146963d. Fixes a regression introduced in https://github.com/mapbox/mapbox-gl-js/pull/12039 where the globe (without terrain and at low zoom) shows up blank on Android devices. Tested in Chrome and Firefox....
Closes https://github.com/mapbox/gl-js-team/issues/443 Follow up to https://github.com/mapbox/mapbox-gl-js/pull/11988 and https://github.com/mapbox/mapbox-gl-js/pull/12075. Solves several issues with https://github.com/mapbox/mapbox-gl-js/pull/11988, most critically an issue in `mercatorTileCornersInCameraSpace` where camera position in Mercator now multiplied by `mercatorScale`, now correctly...
Closes https://github.com/mapbox/gl-js-team/issues/472 Also fixes an issue with tile bounds visualization during the transition not being correctly scaled, as demonstrated by changes in render tests.  The AABBs can be viewed...
With globe or terrain enabled, trianglular artifacts appear in specific locations between zoom levels 5 and six. This occurs with the tile 5/27/14. 1. Go to http://localhost:9966/debug/projections.html#5.5/19/125 2. Enable globe...
**mapbox-gl-js version**: main since https://github.com/mapbox/mapbox-gl-js/pull/11329 **browser**: Chrome and Firefox ### Steps to Trigger Behavior 1. Open a globe with a development build of GL JS 2. Position the map at...
From https://github.com/mapbox/mapbox-gl-draw/issues/833#issuecomment-438673488 > If this is something more people want, I could see a "styleFeature" function being added to Draw that would allow a user to set a features style....