mapbox-gl-js
mapbox-gl-js copied to clipboard
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
### Motivation To use deck.gl (or other visualization overlays / custom layers) with Mapbox's terrain feature, we need to be able to construct viewport matrices that match those of the...
**mapbox-gl-js version**: main since https://github.com/mapbox/mapbox-gl-js/pull/11329 **browser**: Chrome and Firefox ### Steps to Trigger Behavior 1. Open a globe with a development build of GL JS 2. Position the map at...
Hi: If I set mapcontianer with transform = scale(1,0.5) ,scale x and y.Then I cannot click the feature,but if I scale(0.5,0.5) ,it is correct. https://codesandbox.io/s/7u950r
## Motivation > Injecting custom layers into Mapbox core styles is a common use case and confusing to users, especially when a user wants to swap out the core style...
**mapbox-gl-js version**:Master ### Steps to Trigger Behavior Can you please suggest a workaround / solution for this? This is blocking switching from G Maps to Mapbox GL JS. We need...
Fixes https://github.com/mapbox/mapbox-gl-js/issues/11177 https://user-images.githubusercontent.com/549216/173838997-443d9ac5-bb61-4086-a5ec-8c50e417d135.mov https://user-images.githubusercontent.com/549216/173840428-b10e1373-45e3-42bd-9562-c334b3951dd8.mov CustomStyleLayer API extended to support draping with new methods: ``` export type CustomLayerInterface = { ... // misusing MercatorCoordiate's xyz for tile id (x, y, z)...
**mapbox-gl-js version**: v2.9.1 **browser**: Tested with the same outcome in latest versions of Google Chrome, Firefox and Safari. ### Steps to Trigger Behavior Draw a polyline passing near the North...
Hello! I created a dataset with points and created source in mapbox studio with this dataset, but in mapbox studio the point is not located where it was created, what...
Many attributes of the map have getters, setters, and constructor options (for example, `minZoom`, `getMinZoom`, `setMinZoom` 👍 ) Some have only a subset of the three, even though it would...
## Motivation I've had a few times where I want to fly to a location on a map, but don't want to execute immediately or necessarily tie to a timer....