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**: 2.10.0 **browser**: Microsoft Edge 版本 105.0.1343.27 (正式版本) (64 位) ### Steps to Trigger Behavior 1. map.addLayer(testLayer, "aeroway-line"); // some line layers are missing 2. map.addLayer(testLayer); // line layers...

bug :lady_beetle:

This is a feature request. The implementation details are unknown. ## Motivation As a map designer, a common cartographic technique for me to focus the user attention to an area...

feature :green_apple:
cross-platform :tv:

**mapbox-gl-js version is 2.6.1**: ### Question I'd like to implement transformcontrol threejs in mapbox. First I add cube to the scene and attach it to the control. In current mapbox...

needs information :pray:

**mapbox-gl-js version**: 2.9.1 **browser**: Google Chrome Version 104.0.5112.101 (x86_64) ### Steps to Trigger Behavior My goal is to create a custom control for switching between map styles. 1. I get...

needs information :pray:

## Motivation For an indoor visualization use case, I'd like to be able to fit the map view to a building's 3D bounds – see the following screenshot: I cannot...

This PR updates the style spec reference with pitch and distance-from-center expressions which aim to land with v10.9.0. edit: did an audit of the full spec and updated the SDK...

docs :scroll:
skip changelog
style-spec

This pr introduces a new expression `distance`, which will return the shortest distance in **Meters** between the feature and the input geometry data. ``` ['distnace', geoJSON] ``` `distance` support all...

feature :green_apple:

Apologies for the long title, this is a bit of a strange one and it took me a while to pin down and consistently reproduce. Reproduction: https://jsbin.com/wigirelagu/edit?html,output (add your access...

bug :lady_beetle:

## Motivation Marker has only three events "dragstart", "drag", "dragend". What if you want to get something from marker when it's cliked? You can use `addEventListener` on its element from...

feature :green_apple:
good first issue
api :memo:

The new terrain option is great but if you zoom into the side of a mountain for instance the camera will pitch without updating the pitch control or firing pitch...

bug :lady_beetle:
3d :triangular_ruler: