felixpalmer
felixpalmer
### Link https://deck.gl/docs/api-reference/geo-layers/tile-layer ### Description Original discussion: https://github.com/visgl/deck.gl/pull/6754: But there is a more general issue in TileLayer. When diffProps returns a false positive, a normal layer will just perform an...
### Target Use Case Follow-up to https://github.com/visgl/deck.gl/pull/6754 ### Proposal Add the same deep diff functionality as suggested in https://github.com/visgl/deck.gl/pull/6754#discussion_r829990643
### Description The https://deck.gl/examples/arcgis/ is not working on master, but works fine on 8.6 ### Flavors - [ ] React - [ ] Python/Jupyter notebook - [ ] MapboxLayer -...
Just taking the extra changes from https://github.com/visgl/loaders.gl/pull/1640 and copying across @ibgreen comments
Currently updateOverlay only permits updates to the positions of markers, it would be nice if other parameters could also be updated using this "fast path", for example opacity and color.
Instead of passing the access token in the URL use a header. Enables a shared cache as tile URLs no longer need to have the access token hardcoded
Follow up to https://github.com/visgl/deck.gl/pull/7058 and https://github.com/visgl/deck.gl/pull/7177 If no version is explictly specified for the H3 library deck.gl, v4 is automatically included and leads to misleading errors. Many existing scripts out...
For https://github.com/visgl/deck.gl/issues/7204 #### Change List - Use `WebMercatorViewport` when rendering mask in `FirstPersonView` - Add test app showing usage - Fix other mask test app (maskEnabled button was broken)
Some tile servers require query parameters to be appended to requests when requesting 3D tiles, a common one being adding an API key. Currently, this is only achievable in deck.gl...
#### Background Without capital letter link renders incorrectly