Aidan Hendrickson

Results 21 issues of 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...

documentation
platform:macos

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:...

release blocker :no_entry:
skip changelog

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...

bug :lady_beetle:

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....

release blocker :no_entry:
skip changelog

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...

bug :lady_beetle:

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. ![image](https://user-images.githubusercontent.com/14878684/182684084-f3d724c4-b1cc-414c-babe-ec8b6a851d14.png) The AABBs can be viewed...

skip changelog

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...

bug :lady_beetle:
environment-specific :desktop_computer:
3d :triangular_ruler:

**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...

bug :lady_beetle:
3d :triangular_ruler:

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....

feature
rendering