mapbox-gl-js
mapbox-gl-js copied to clipboard
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
**mapbox-gl-js version**: 2.10.0 Hi, We are trying to display our custom terrain / hillshade using RGB tiles. To do so, we went through the following procedure: `gdalwarp -t_srs EPSG:3857 -dstnodata...
`query-tests/terrain/draped/lines/slope-occlusion` failed multiple times on a completely unrelated changes. We should fix it
**mapbox-gl-js version**: "^2.9.1" **browser**: Version 106.0.5249.119 (Official Build) (x86_64) ### Steps to Trigger Behavior 1. have zoom controls on the map 2. use onZoom for adding pitch on zoom action...
*Context and Motivation:* We at [PetaBencana](https://petabencana.id) have been using leaflet marker cluster and recently started migrating to mapbox-gl-js. We need the application to function in low resource environments since our...
MapboxGL freezes (crashes) when changing coordinates or city via Sensors developer tools (Chrome) I checked both on the map in the official documentation, and on many sites where Mapbox is...
When I drawed line layer and set the line-gap-width and increase its sizes. There will be line overlapped **mapbox-gl version 2.10.0** Here is when I set line layer gap width...
## Motivation I often use this pattern for GeoJSON sources: 1. addSource('mysource', { type: 'geojson', data: { type:'FeatureCollection', features: [] }}); 2. addLayer({ id: 'mylayer', source: 'mysource' }) 3. Now...
Here are different layers (Image, Line, Circle, Marker(rotation-Icon)). All lines and circles should be lying on the same borders and edges of the image. In this example i move them...
mapbox-gl-js 2.8.2 browser: chrome/firefox ### Steps to Trigger Behavior Add an image layer Draw the image extent as a geojson polygon The extents do not match ### Link to Demonstration...
**mapbox-gl-js version**: 1.8.1 **browser**: Chrome 80 ### Steps to Trigger Behavior 1. Draw a LineString and offset it with line-offset by any amount (e.g. line-offset: 25) 2. Add a map...