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

**mapbox-gl-js version**: 2.10.0 Hi, We are trying to display our custom terrain / hillshade using RGB tiles. To do so, we went through the following procedure: `gdalwarp -t_srs EPSG:3857 -dstnodata...

`query-tests/terrain/draped/lines/slope-occlusion` failed multiple times on a completely unrelated changes. We should fix it

testing :100:

**mapbox-gl-js version**: "^2.9.1" **browser**: Version 106.0.5249.119 (Official Build) (x86_64) ### Steps to Trigger Behavior 1. have zoom controls on the map 2. use onZoom for adding pitch on zoom action...

bug :lady_beetle:

*Context and Motivation:* We at [PetaBencana](https://petabencana.id) have been using leaflet marker cluster and recently started migrating to mapbox-gl-js. We need the application to function in low resource environments since our...

needs discussion :speech_balloon:

MapboxGL freezes (crashes) when changing coordinates or city via Sensors developer tools (Chrome) I checked both on the map in the official documentation, and on many sites where Mapbox is...

environment-specific :desktop_computer:
needs information :pray:

When I drawed line layer and set the line-gap-width and increase its sizes. There will be line overlapped **mapbox-gl version 2.10.0** Here is when I set line layer gap width...

## Motivation I often use this pattern for GeoJSON sources: 1. addSource('mysource', { type: 'geojson', data: { type:'FeatureCollection', features: [] }}); 2. addLayer({ id: 'mylayer', source: 'mysource' }) 3. Now...

good first issue

Here are different layers (Image, Line, Circle, Marker(rotation-Icon)). All lines and circles should be lying on the same borders and edges of the image. In this example i move them...

performance :zap:

mapbox-gl-js 2.8.2 browser: chrome/firefox ### Steps to Trigger Behavior Add an image layer Draw the image extent as a geojson polygon The extents do not match ### Link to Demonstration...

bug :lady_beetle:

**mapbox-gl-js version**: 1.8.1 **browser**: Chrome 80 ### Steps to Trigger Behavior 1. Draw a LineString and offset it with line-offset by any amount (e.g. line-offset: 25) 2. Add a map...

bug :lady_beetle: