Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heatmap #154

Open
joseph-allen opened this issue Sep 23, 2023 · 2 comments
Open

Heatmap #154

joseph-allen opened this issue Sep 23, 2023 · 2 comments

Comments

@joseph-allen
Copy link

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>
@vasturiano
Copy link
Owner

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

@vasturiano
Copy link
Owner

It is now available in version 2.25 of this module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants