react-mapbox-gl
react-mapbox-gl copied to clipboard
A React binding of mapbox-gl-js
With version 4.8.6, everything works fine, but the latest version (5.0.0) does not show any Feature for any Layer when first rendering the Map component. However, after using an onClick...
See https://www.mapbox.com/mapbox-gl-js/example/fullscreen/
The React version of the `ScaleControl` uses incorrect scale values at lower zoom levels (when the full map is entirely in the viewport). It correctly scales up to the 200km...
There doesn't seem to be a way to control the "click on cluster" animation, its always animating into the cluster and its not respecting any of the animation options passed...
https://www.mapbox.com/mapbox-gl-js/api/#ImageSource https://www.mapbox.com/mapbox-gl-js/api/#VideoSource
Mapbox docs give this clear example: https://docs.mapbox.com/mapbox-gl-js/example/language-switch/ react-mapbox-gl docs describe how to work with the original mapbox API: https://github.com/alex3165/react-mapbox-gl/blob/master/docs/API.md#using-the-original-mapbox-api But I cannot change the language of my map labels by...
adding localIdeographFontFamily option
Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3. Commits 628ff47 3.0.3 cfbe20c run verb to generate README documentation e370968 Merge pull request #17 from jonschlinkert/key-properties 393e2cb adding a test to ensure using...
[Mapbox GL JS 2.2.0][1] added support for [terrain view][2] via a `raster-dem` source: ```js map.addSource('mapbox-dem', { 'type': 'raster-dem', 'url': 'mapbox://mapbox.mapbox-terrain-dem-v1', 'tileSize': 512, 'maxzoom': 14 }); // add the DEM source...