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**: 3.2.0 **browser**: any ### Steps to Trigger Behavior 1. Use `jumpTo` on every frame while not interacting 2. Attempt to listen to "movestart" events to stop animation 3....

Hello, I noticed that the symbol layer on the map exhibits noticeable artifacts/jagged edges that resemble downscaling issues when the window that contains the map is moved to a secondary...

This closes the good first issue #3039 (Allow controls to be placed at top-center, bottom-center, left-center, and right-center) example pictures showcasing all four new positions: ![image](https://github.com/mapbox/mapbox-gl-js/assets/61851595/82b4929c-6dc4-4b7c-95a2-ae829f2abe2a) ![image](https://github.com/mapbox/mapbox-gl-js/assets/61851595/3cb4feba-c28f-451f-b0d3-46111b6219f7) Multiple ctrls will...

**mapbox-gl-js version**: 3.3.0 **browser**: CapacitorJS webview on iOS ### Steps to Trigger Behavior This quite hard to say. In my app I animate a location indicator on the map with...

Good afternoon. When drawing polygons in one layer and if the polygons intersect themselves, the polygons that intersect are excluded from the display. While studying this topic, I came to...

**mapbox-gl-js version**: 3.3.0 **browser**: CHROME ### Steps to Trigger Behavior 1. add ``` this.map.on('click', 'zipcodes', (e) => { alert(`A click event has occurred on a visible portion of the poi-label...

Hi team, It seems as though when rendering the collapsed attribution button, the `` nested within the button has an appropriate `title` attribute applied to it, but the `` itself...

We currently do not support data-driven styling for `fill-extrusion-opacity`, and transparent fill-extrusions that overlap each other do not blend correctly, with the extrusion closer to the camera culling the one...

feature :green_apple:

Bit of an odd issue, can't seem to see it mentioned elsewhere. On Windows Chromium browsers (tested and fine on mac) if there is an element that is fixed/absolute and...

## Motivation I want to be able to position a symbol at the end of a line. Like an arrow, or x-marks-the-spot, so users can easily understand where a ployline...