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**: v0.44.0 It would be great if I could use expressions in each element of an array value for properties like `text-font` and `*-translate`. Lets take `text-offset` for example....

feature :green_apple:

Attempts to solve #12123 by adding `terrainOccludedMarkerOpacity` option Add new marker styling option `terrainOccludedMarkerOpacity` allowing the user to set the opacity of a marker that's behind 3D terrain ## Launch...

feature :green_apple:

[Style-spec validator](https://github.com/mapbox/mapbox-gl-js/blob/main/src/style-spec) allows [projection to be a string](https://github.com/mapbox/mapbox-gl-js/blob/main/src/style-spec/validate/validate_projection.js) which is not supported by [the spec itself](https://github.com/mapbox/mapbox-gl-js/blob/47f3aac0d10e78c69857ab2ab54b4385e6fa5de5/src/style-spec/reference/v8.json#L4096). The spec states that it should be an `object` with a `name` field. This...

bug :lady_beetle:

**mapbox-gl-js version**: 2.9.2 **browser**: Chrome current stable (headless), on Windows 10 ### Steps to Trigger Behavior 1. Create a page with a map 2. Launch Chrome in headless mode and...

needs investigation :mag:

This example from the official website https://docs.mapbox.com/mapbox-gl-js/example/add-3d-model/ mapboxgl.MercatorCoordinate.fromLngLat obviously not available in this case What should I do to place the model on the 3D Earth?

api :memo:
3d :triangular_ruler:

## Motivation Some applications may wish to enable `cooperativeGestures` for a mobile layout as a way to solve the map blocking the page scroll, however leave it off for a...

good first issue
api :memo:

**mapbox-gl-js version**: 2.10.0 ### Question Is it possible to add an image directly onto the style, so that it can be later used for a symbol layer? And take advantage...

## Motivation When attempting to hover on a small point or a narrow line, there is only a small number of pixels that allow the mouseover event to activate. ![image](https://user-images.githubusercontent.com/34364128/152241462-e63c849e-49b8-463d-8022-1bc86accc011.png)...

feature :green_apple:
api :memo:

**mapbox-gl-js version**: v2.9.2 **browser**: Chrome v 104.0.5112.81 64 bits ### Steps to Trigger Behavior in the .css -> add into html and body the property zoom. I verified that the...

bug :lady_beetle:

**mapbox-gl-js version**: 2.4.0 **browser**: Chrome 92.0.4515.131, also happens on Edge and Safari ### Steps to Trigger Behavior 1. Switch from 2D to 3D map view. 2. Attempt to edit an...

bug :lady_beetle:
needs investigation :mag: