mapbox-gl-js
mapbox-gl-js copied to clipboard
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
This PR adds translations for UI strings we use in GL JS into multiple languages. | Context | Screenshot | | :------ | :--------: | | **ID**: `AttributionControl.ToggleAttribution`**English**: `Toggle attribution`**Context**:...
**mapbox-gl-js version**: 0.44.1 ### Steps to Trigger Behavior 1. Open https://jsfiddle.net/Scarysize/2nq2v2an/3/ and open browser console 2. Watch for `start loading: source-x` logs 3. Watch for `done loading: source-x` logs 4....
**mapbox-gl-js version**: mapbox 2.9.1 **browser**: Chrome 103.0.5060.66 FireFox 102.0 ### Steps to Trigger Behavior 1. open the demonstration and move scroller to center 2. find the marker 3. move or...
**mapbox-gl-js version**: 2.9.2 **browser**: any ### Steps to Trigger Behavior 1. Drag the map to the right until the marker jumps to the other world copy 2. Click "switch projection"...
There is a plugin for Leaflet called [leaflet-tile-loading-progress-control](https://github.com/jbccollins/leaflet-tile-loading-progress-control), and it does exactly what the title suggests. When a Tile Layer with `{z} {x} {y}` are loaded, or a `WMS` tile...
**mapbox-gl-js version**: 2.9.1 ### Question I want to show/hide a layer related to the data source **route** of **Mapbox streets v8** but when I set the layout property visible to...
## Motivation I have two layers, one is the polygons with yellow outlines and the other one is the purple dots. I want to highlight the yellow outlined polygons by...
**mapbox-gl-js version**: 1.1.0 **browser**: iOS Safari on iOS 12.3.1 ### Steps to Trigger Behavior 1. Load up a map on iOS Safari: https://docs.mapbox.com/mapbox-gl-js/example/simple-map/ 2. Start scrolling around, pinch/zoom, etc. 3....
While #8771 fixed the memory issue while using the map for prolonged period of time, we found that the memory used by the map is not being garbage collected when...
**mapbox-gl-js version**: 2.9.1 **browser**: Chrome ### Steps to Trigger Behavior 1. get to code pin from https://docs.mapbox.com/mapbox-gl-js/example/add-3d-model/ 2. change projection to globe and make threejs model larger by using `scale:...