react-globe.gl icon indicating copy to clipboard operation
react-globe.gl copied to clipboard

Heatmap

Open joseph-allen opened this issue 9 months ago • 2 comments

Is your feature request related to a problem? Please describe. Three-globe has a heatmap option, which is reliant on bindings not present in this package. https://vasturiano.github.io/three-globe/example/heatmap/ https://github.com/vasturiano/three-globe/blob/master/example/heatmap/index.html#L26

Describe the solution you'd like The addition of these as props in React?

<Globe>
        heatmapsData={markerData}
        heatmapPointLat={'lat'}
        heatmapPointLng={'lng'}
        heatmapPointWeight={'0.1'}
        heatmapTopAltitude={0.7}
        heatmapsTransitionDuration={3000}
</Globe>

joseph-allen avatar Sep 23 '23 16:09 joseph-allen

@joseph-allen thanks for reaching out. Be patient, the feature is still maturing and will be rolled out soon. 😄

vasturiano avatar Sep 23 '23 17:09 vasturiano

It is now available in version 2.25 of this module.

vasturiano avatar Sep 29 '23 23:09 vasturiano