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

### Motivation To use deck.gl (or other visualization overlays / custom layers) with Mapbox's terrain feature, we need to be able to construct viewport matrices that match those of the...

feature :green_apple:
needs discussion :speech_balloon:
3d :triangular_ruler:

**mapbox-gl-js version**: main since https://github.com/mapbox/mapbox-gl-js/pull/11329 **browser**: Chrome and Firefox ### Steps to Trigger Behavior 1. Open a globe with a development build of GL JS 2. Position the map at...

bug :lady_beetle:
3d :triangular_ruler:

Hi: If I set mapcontianer with transform = scale(1,0.5) ,scale x and y.Then I cannot click the feature,but if I scale(0.5,0.5) ,it is correct. https://codesandbox.io/s/7u950r

bug :lady_beetle:

## Motivation > Injecting custom layers into Mapbox core styles is a common use case and confusing to users, especially when a user wants to swap out the core style...

feature :green_apple:
needs discussion :speech_balloon:

**mapbox-gl-js version**:Master ### Steps to Trigger Behavior Can you please suggest a workaround / solution for this? This is blocking switching from G Maps to Mapbox GL JS. We need...

feature :green_apple:
good first issue

Fixes https://github.com/mapbox/mapbox-gl-js/issues/11177 https://user-images.githubusercontent.com/549216/173838997-443d9ac5-bb61-4086-a5ec-8c50e417d135.mov https://user-images.githubusercontent.com/549216/173840428-b10e1373-45e3-42bd-9562-c334b3951dd8.mov CustomStyleLayer API extended to support draping with new methods: ``` export type CustomLayerInterface = { ... // misusing MercatorCoordiate's xyz for tile id (x, y, z)...

support

**mapbox-gl-js version**: v2.9.1 **browser**: Tested with the same outcome in latest versions of Google Chrome, Firefox and Safari. ### Steps to Trigger Behavior Draw a polyline passing near the North...

bug :lady_beetle:

Hello! I created a dataset with points and created source in mapbox studio with this dataset, but in mapbox studio the point is not located where it was created, what...

Many attributes of the map have getters, setters, and constructor options (for example, `minZoom`, `getMinZoom`, `setMinZoom` 👍 ) Some have only a subset of the three, even though it would...

breaking change :warning:
api :memo:

## Motivation I've had a few times where I want to fly to a location on a map, but don't want to execute immediately or necessarily tie to a timer....

feature :green_apple:
needs discussion :speech_balloon: