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

After adding terrain to the map, a tile rendering issue is present when at the minzoom style boundary with another styled source rendering behind it. Something like this: - Add...

bug :lady_beetle:
3d :triangular_ruler:

## Motivation Improve lighthouse best practice score. ### Implementation Add the "noopener" to `© Mapbox` and `© OpenStreetMap` within the control section.

feature :green_apple:

**mapbox-gl-js version**: 2.10.0 **browser**: Google Chrome Version 107.0.5304.62 (Official Build) (x86_64) ### Steps to Trigger Behavior 1. Create geojson source 2. Attach 2 separate layers that are using single source...

bug :lady_beetle:

**mapbox-gl-js version**: v0.49.0 **browser**: Chrome 69.0.3497.92 (Windows 64bit) ### Steps to Trigger Behavior 1. Set up a basic map instance with a raster tile layer 2. Set the `raster-resampling` paint...

bug :lady_beetle:
environment-specific :desktop_computer:
needs investigation :mag:

**Current Issue** In order for fill patterns to scale with tile sizes between zoom level integers, patterns are scaled up to 200%. If a map designer wants to use a...

feature :green_apple:
cross-platform :tv:

The minimum `ALIASED_LINE_WIDTH_RANGE` required by the spec is `[1, 1]`. We need at least a width of 2 for antialiasing to work. [ANGLE](https://en.wikipedia.org/wiki/ANGLE_%28software%29) only [supports](https://bugs.chromium.org/p/angleproject/issues/detail?id=119#c17) a width of 1. Angle...

bug :lady_beetle:

Style layers can currently only specify a single data layer. With data driven styling, we're looking at rendering the same data with fewer style layers. I propose adding support for...

cross-platform :tv:

**mapbox-gl-js version**: 2.9.2 **browser**: Safari (Version 15.41+ for iOS) ### Steps to Trigger Behavior We use mapbox-gl in our Apache Cordova app. Recent changes from version 2.8.2 to 2.9.2 introduced...

## Motivation I've had a few instances where we want to keep track of whether the map's location has been moved by the user. As long as the user hasn't...

feature :green_apple:
needs discussion :speech_balloon:

I am using mapbox gl 2.10.0 inside react 18.2 . I have two polygons in the same location and when I click a button I want to extrude those two...