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

When using custom batched models (I know it's not really supported yet, but anyway...) in Mapbox GL JS v3.2.0 I *sometimes* observe wrong triangle visualization. ![image](https://github.com/mapbox/mapbox-gl-js/assets/538812/a672bbe7-58be-4c1f-85e4-9a2d433c1f46) Demo: https://bertt.github.io/mapbox_issues/triangles_wrong/issue/ I've got...

bug :lady_beetle:
3d :triangular_ruler:

Hi, is there some information/minimal sample (without compression) of visualizing a b3dm in Mapbox v3? I'm retrieving the b3dm using: ``` map.addSource('tiles', { "type": "batched-model", "maxzoom": 14, "minzoom": 14, "tiles":...

docs :scroll:

**mapbox-gl-js version**: 3.1.2 **browser**: Not browser, iOS and Android app Hi! This may be some entangled mess of Meteor, Cordova and Mapbox, but I thought I would bring this to...

Sometimes i got this error Uncaught (in promise) Error: Style import not found: basemap useEffect(() => { mapboxgl.accessToken = "edited"; map.current = new mapboxgl.Map({ container: mapContainer.current!, style: "mapbox://styles/mapbox/standard", center: [125.1716,...

needs information :pray:

The TouchZoomRotateHandler support various gestures ("zoom rotate", "pinch zoom/touch zoom", "single finger zoom/tap then drag"), however it only allows you to disable the "zoom rotate" gesture. The individual gestures can...

feature :green_apple:
good first issue

Here's a jsbin demonstrating the issue: https://jsbin.com/bafewapela/edit?html,console,output The GeoJSON spec [states](http://geojson.org/geojson-spec.html#feature-objects) that features may have a top-level id property: > If a feature has a commonly used identifier, that identifier...

feature :green_apple:

**mapbox-gl-js version**: 3.1.2 and 3.2.0 beta **browser**: Chrome on Mac ### Steps to Trigger Behavior 1. Place a marker on a Mapbox globe (not Mercator) new mapboxgl.Marker({}). 2. Ideally do...

**mapbox-gl-js version**: 3.1.2 **browser**: chrome ### Steps to Trigger Behavior 1. Create a symbol layer with two icon-image variants which uses icon-image-cross-fade to control the image shown 2. Set the...

I'm not entirely sure if this is Mapbox issue but I thought I will let you know. Maybe this will be useful for someone with similar issue. **mapbox-gl-js version**: 3.1.2...

**mapbox-gl-js version**: ### Question I have a bunch of points in FeatureCollection. For every point, I have a state: {status: Deleted / Selected / None}. I render the color of...