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**: 1.13.0 **browser**: Firefox ### Steps to Trigger Behavior Flick the map some distance away to trigger a `sourcedataloading` event, then quickly flick it back to the start. Although...

needs investigation :mag:

Especially when deleting. I have three features to be deleted; Now I call `geojson.updateData` 3 times in a row, the second one may not be deleted. ![image](https://github.com/mapbox/mapbox-gl-js/assets/50706050/a772cc92-4467-4d0c-ac00-087ec4abb63f) I checked the...

bug :lady_beetle:

## Motivation Right now, if you don't want to include an icon for a symbol layer, you simply don't assign an `icon-image` value. However, there are situations where you want...

cross-platform :tv:

`map.setPaintProperty(layer, key value)` validates arguments but `map.getPaintProperty` does not. Providing a bad property key will trigger an internal error. It should trigger an error with a helpful errror message. Seen...

api :memo:

I am using mapbox gl in my react app. And for the vehicle I am having a car icon as a marker. With each lat and lon which I am...

**mapbox-gl-js version**: v1.9.0 ### Question I'm using Mapbox in a Facebook Messenger chatbot which renders the map inside an HTML webview. When dragging a draggable marker, the `touchmove` event also...

needs investigation :mag:

# Description There is an issue with popups that have a defined offset when the marker is near the top of the screen. Specifically, when a marker has a defined...

Hello, I'm using Angular 17 as framework, and the last version of ngx-mapbox-gl is the 10.0.0, and I found that it's the 2.9.0 of webgl js.. ### Question I found...

## Motivation I just had a look at Apple's MapKit JS that seems to do this: 1. Go to https://developer.apple.com/maps/web/ 2. Find the "Draggable Annotations" example at the bottom of...

**mapbox-gl-js version**: 1.12.0 ### Question In a symbol layer, when there's an icon/label collision, and when allowing overlaps, how can I get one icon/label to overlay "on top" of another?...

feature :green_apple: