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

**mapbox-gl-js version**: 2.x ### Question Hello! Mapbox-gl is very nice visualization GIS library. But, some custom (eg. governement) don't want their network environment is exposed to the Internet. So ,...

feature :green_apple:
environment-specific :desktop_computer:

### Steps to Trigger Behavior Load a non-Mapbox source with Mapbox access token specified in v1.x. The load will be billed by Mapbox. ### Detail The bug is a missing...

GL JS always retains raster tiles if `raster-fade-duration` is set to `0`. It's most likely related to how we handle fading tiles in SourceCache. https://github.com/mapbox/mapbox-gl-js/blob/bf9964eba975ed2f82294c1d906787a93050cfff/src/source/source_cache.js#L559-L568 ### Steps to Trigger Behavior...

bug :lady_beetle:

**mapbox-gl-js version**: 2.10.0 **browser**: chrome ### Steps to Trigger Behavior Hello ! Considering we have a following geojson: ```js { type: 'FeatureCollection', features: [ { "type": "Feature", "geometry": { "type":...

bug :lady_beetle:

## Motivation Mapbox v2.0.0 has such cool new 3d Terrain. I was all thrilled and tried it out on my paragliding page for displaying flights. Using a geoJson source, LineString...

feature :green_apple:

**mapbox-gl-js version**:2.6.1 **browser**:Chrome ### Steps to Trigger Behavior 1.create LngLatBounds as `bounds` 2 .use `map.fitBounds` and pass the `center` option to it ### Link to Demonstration check out this link...

good first issue

thanks ,this is demo address https://plnkr.co/edit/zdKhXxpkDkgIThfm?preview ![1662605696995](https://user-images.githubusercontent.com/35618730/189047656-ab812806-a484-430b-a3f8-75bafdf2d696.jpg) first picture is incorrect direction second picture is correct direction this is previous address https://github.com/mapbox/mapbox-gl-js/issues/12221

needs information :pray:

Hi, **mapbox-gl-js version**: 1.10.1 ### Question I would like to construct a kind of temperature-like map. I would like to fill the map depending on the value of my dots...

feature :green_apple:

From https://github.com/mapbox/mapbox-gl-js/pull/11951#issuecomment-1144637240: > I also noticed an existing "bug" that is more visible now that the reference scale is higher than previously. Draped lines are more blurred around ~1.99 zoom...

3d :triangular_ruler:

This test failed occasionally at least 12 times in the last week according to Circle stats. We should either put this test into ignores now or try to find a...

testing :100: