mapbox-gl-js icon indicating copy to clipboard operation
mapbox-gl-js copied to clipboard

Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL

Results 526 mapbox-gl-js issues
Sort by recently updated
recently updated
newest added

Heatmap layers seems to flicker/disappear at tile level granularity with certain zoom and pitch values. This can be reproduced in the latest gl-js version as well as in the examples...

bug :lady_beetle:

**mapbox-gl-js version**: v2.9.2 **browser**: Chrome, Firefox, Android Chrome (all are latest) ### Steps to Trigger Behavior 1. Create custom Source [from official demo](https://github.com/mapbox/mapbox-gl-js/blob/79af3b651218d93ec84bee774f7cb02a8aebabd1/src/source/custom_source.js#L40) 2. Add some image postprocessing into **loadTile**...

bug :lady_beetle:

Adds a metric to count the number of times page visibility has changed to "hidden". This supports performance metrics by identifying situations where long times could be the result of...

skip changelog

Closes https://github.com/mapbox/gl-js-team/issues/480 Adds three new runs in CircleCI: - test-render-macos-chrome - test-render-windows-chrome - test-render-linux-firefox Windows and Mac tests are running on virtual machines. Failing tests on Windows and Mac are...

testing :100:
skip changelog

Once `Timing-Allow-Origin` is enabled on http resource requests, we can collect local caching behaviors on the client. This PR adds resource is caching counters for each of the requested asset...

skip changelog

**mapbox-gl-js version**: 2.10.0 ### Question I'm working on a project with Angular 10, and I have been work with Mapbox to show a path routes. As is normal in Angular...

**mapbox-gl-js version**: 2.9.0 ### Question **How I can fit a custom map into a div?** **There is any setting to activate to fit the map?** I had been trying to...

bug :lady_beetle:

## Launch Checklist - [ ] briefly describe the changes in this PR - [ ] include before/after visuals or gifs if this PR includes visual changes - [ ]...

skip changelog

This PR upgrades `mapbox-gl` to Node v18. - [x] Use Node v18 API in `node-loader` - [x] Bump CircleCI Docker image to the latest `cimg/node:18.12-browsers` version

skip changelog

[Per the style spec, raster layers may specify a `raster-fade-duration`](https://www.mapbox.com/mapbox-gl-style-spec/#paint-raster-fade-duration). GL JS [ignores this value in some places](https://github.com/mapbox/mapbox-gl-js/blob/master/js/style/style.js#L237), instead using a hardcoded value of 300ms, and [respects it in others](http://github.com/mapbox/mapbox-gl-js/blob/master/js/render/draw_raster.js#L108-L109),...

bug :lady_beetle:
needs discussion :speech_balloon: