Shan He

Results 48 comments of Shan He

Adding value customization is in progress:

This got put away for a little while, we just resumed the work. Should come out in the next month or so

This does not occur in our other apps. How are you triggering the action?

icon layer requires 3 columns `latitude` `longitude` and `icon` if you are using a geojson file, You need to add the point coordinate to the `feature.properties` ```js { "type": "FeatureCollection",...

Is the intention of `addLayerData` to append more rows to an existing dataset? If so, naming it `appendRowsToDataset` would be more descriptive.

`linear` should only be used in height, the aggregation layer only support `quantile` or `quantize` for `colorScaleType`

Adding custom label for the legend should be easy and covered by #399. What do you mean by `configurations of scales`? If we support manually input range for each color...

kepler.gl uses mapbox-gl.js to render base map, it is not a Mapbox service. The default base maps are mapbox base maps. if you don't need mapbox hosted base maps, you...

https://github.com/keplergl/kepler.gl/pull/1440

> Is there a way to add custom maps styles programmatically for the kepler.gl jupyter widget? The [Kepler.gl for Jupyte User Guide](https://docs.kepler.gl/docs/keplergl-jupyter) does not mention how to add custom map...