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

Hi, I'm interested in using the new [Custom Style Layers](#7039) to apply a custom pixel shader to raster tiles. It seems like this should be possible by essentially recreating the...

feature :green_apple:

**mapbox-gl-js version**: ### Question Hey! I'm using the useMap hook from the "react-map-gl": "^7.0.10" and i invoke the function like in the docs description : const { current: map }...

needs information :pray:

**mapbox-gl-js version**: latest (v2.1.1?) **browser**: Firefox (Windows), Brave (Android), probably all others I'm using a CSS framework that includes a reset script and sets this CSS style: ```css * {...

I'm currently working on a library for a LiDAR and wanted to make use of Mapbox GL JS for visualizing point clouds both in real-time (while driving your car) but...

feature :green_apple:

When globe is enabled, we use a mock DEM data source cache as a placeholder to leverage the draping architecture (in order to capture tiled texture to render as raster)....

performance :zap:

**mapbox-gl-js version**: 1.13.2 **browser**: Chrome 100 ### Steps to Trigger Behavior 1. Create an image source pointing to an invalid url (http 404) 2. Change the source url by calling...

bug :lady_beetle:
good first issue

**mapbox-gl-js version**: 2.0.0 Camera functions `flyTo` and `easeTo` are not taking terrain elevation properly into account leading to bumpy and jittery camera movement. The approach used in our camera system...

api :memo:
3d :triangular_ruler:

mapbox-gl-js version: 2.9.2 browser: Chrome ### Steps to Trigger Behavior 1. Initialize bounds: `const bounds = new mapboxgl.LngLatBounds()` 2. Extend using LngLatLike based v2 (number Array), works. 3. Extend using...

bug :lady_beetle:
good first issue

During the rotate/shear transition, maps don't zoom about the location of the mouse. The worst case I can find is when you repeatedly have to fight this: ![projection-zoom-offset](https://user-images.githubusercontent.com/572717/138318572-43c27875-8a65-412a-970d-d71bb7a91a0c.gif)

bug :lady_beetle:

On certain alternate projections + low zoom combinations, map constraints are not accurate. For example, on this view of Albers, you can't pan the map down to see southern part...

bug :lady_beetle: