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.10.0: ### Question When I created circle layers and drag pan the map. The circle is not sticked to the background ### Links demo https://jsfiddle.net/hvxw8se6/2/ Is there any...

## Motivation we want to update our refresh token only on map request. But for this asynchron function is needed on the `transformRequest` callback. Also we need to wait until...

feature :green_apple:
needs information :pray:

**mapbox-gl-js version**: 2.8.2 but also present in 2.7.1 **browser**: Google Chrome 100.0.4896.127 64-bit ### Steps to Trigger Behavior 1. Call function `map.FlyTo` with padding -> ``` map.flyTo({ center: coordinates[0], padding:...

bug :lady_beetle:

**mapbox-gl-js version**: 2.10.0 ### Question Hi, my goal is to integrate threejs scene into mapbox, I managed to sync their camera frustums with official demo, yet there is a problem:...

3d :triangular_ruler:

**mapbox-gl-js version**: 2.10.0 **browser**: Firefox 106.0.3 (64-bit) (Ubuntu & Windows) ### Steps to Trigger Behavior 1. Create a simple custom source 2. trigger layer.update() frequently 3. Memory start to leak...

bug :lady_beetle:

This is an umbrella ticket for various reports of occasional artifacts when rendering polygons with GeoJSON source, with a summary of the issue and our road to a solution. Previous...

bug :lady_beetle:
medium priority

I have a proposal on how to implement a solution to these problems without sacrificing much performance and not bloating the code: https://github.com/mapbox/mapbox-gl-js/issues/8593 https://github.com/uber/luma.gl/issues/1211 [my jsfiddle example](https://jsfiddle.net/cyrili/jqw1msLc/8/) based on the...

feature :green_apple:
needs discussion :speech_balloon:
api :memo:

A quick proof of concept to improve performance of styles that use data-driven `fill-color` in combination with `fill-antialias: false`: avoid generating `fill-outline-color` paint buffers since they would duplicate `fill-color` (with...

performance :zap:

This PR adds methods for changing a raster tile source dynamically (e.g. `setTiles`, `setUrl`). Same as in vector tiles https://github.com/mapbox/mapbox-gl-js/pull/8048. Closes https://github.com/mapbox/mapbox-gl-js/issues/11982 ## Launch Checklist - [x] briefly describe the...

feature :green_apple:

_From @lucaswoj on December 23, 2016 14:36_ _Copied from original issue: mapbox/mapbox-gl-style-spec#637_

cross-platform :tv: