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 453 mapbox-gl-js issues
Sort by recently updated
recently updated
newest added

**mapbox-gl-js version**: 0.52.0 **browser**: Chrome 71.0.3578.98 (Official Build) (64-bit) ### Steps to Trigger Behavior 1. Make sure the map's bearing is set to an integer value 2. Set the bearing...

needs discussion :speech_balloon:
api :memo:

In my use case, I would load more than 100,000 features data with GeoJsonSource and then edit some of them. GeoJsonSource only provides the setData method to reset all feature...

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

**mapbox-gl-js version**: 3.2.0 **browser**: Chrome ### Steps to Trigger Behavior 1.Read the [documentation](https://docs.mapbox.com/mapbox-gl-js/guides/migrate-to-v3/) of mapbox v 3.2.0. 2. Adding slot property to the layer. ### Expected Behavior - Slot property...

**mapbox-gl-js version**: ### Question Hi everyone, I spent two days trying to solve this issue but no way. I did not open this until I could not find a solution...

**mapbox-gl-js version**: >= 3 **browser**: Chrome 124, Firefox 124 ### Link to Demonstration https://mb-sourcedata.surge.sh/ ### Expected Behavior We use code like the following in our application to synchronise map feature...

**mapbox-gl-js version**: v3.3.0 **browser**: irrelevant ### Steps to Trigger Behavior Add config schema to map style ``` "schema": { "test": {"default": true}, }, ``` Using `'filter': ['!', ['config', 'test', 'basemap']]`...

I am trying to add 3D models with the threebox plugin on a map with globe projection. The question is that I want to show orbital flights describing realistic trajectories...

**mapbox-gl-js version**: 2.13.0 **browser**: Chrome 111 ### Description Symbols of these types: 1. Line labels 2. Point labels with variable anchors 3. Symbols with both `text-variable-anchor` and `icon-text-fit` set are...

bug :lady_beetle:
3d :triangular_ruler:

## Motivation With machine generated geojson it's more space saving to store up to 32 flags in a single integer value. ## Design Alternatives The only alternative is to store...