Problem
As a data scientist or developer, I want to build an application where a visualization's "height", "radius", or "color" is encoded directly into the source data as a property - for example, `"height": 2001. This matters because I can create buildings that are the exact correct height in a 3D extrusion visualization.
Solution
Add identity function to
|
height_function_type='interpolate', |
Problem
As a data scientist or developer, I want to build an application where a visualization's "height", "radius", or "color" is encoded directly into the source data as a property - for example, `"height": 2001. This matters because I can create buildings that are the exact correct height in a 3D extrusion visualization.
Solution
Add
identityfunction tomapboxgl-jupyter/mapboxgl/viz.py
Line 589 in 6e95434