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

No hotspots shown with dot #109

Open
DevJelle opened this issue Oct 13, 2021 · 9 comments
Open

No hotspots shown with dot #109

DevJelle opened this issue Oct 13, 2021 · 9 comments

Comments

@DevJelle
Copy link

It looks like there are no hotspots showing up on the map. But when searching for a hotspot name it will take me there.

@radrob1
Copy link
Owner

radrob1 commented Oct 14, 2021

I was using a homegrown backend API that collected all hotspot info and that is what is used to display them on the map. The search uses the Helium API which is why it works out of the gate. To get all hotspots to display, you will need to have a way to pull all that data (either from Helium API or your own ETL).

@radrob1
Copy link
Owner

radrob1 commented Oct 14, 2021

Details of this can be found in the README as bullet 1.

@DevJelle
Copy link
Author

Wouldn't a simple Helium API pull just work? Cause that is what I tried for the last couple of days but I still haven't been able to have the hotspots shown.

@radrob1
Copy link
Owner

radrob1 commented Oct 15, 2021

No because you have to transform it to geojson. The hotspots.json is an example of format

@DevJelle
Copy link
Author

A got it thank you. It makes more sense now. Will start straight away.

@DevJelle
Copy link
Author

Hi @radrob1 thank you for the support you have given me. I have something stable working now. Could I ask you how you generated the example hotspots.json file?

@radrob1
Copy link
Owner

radrob1 commented Oct 18, 2021

I was running a script to hit the Helium hotspots API to pull all the hotspot info and transform it to what I needed. That process was becoming more and more cumbersome with the addition of new hotspots growing rapidly and that file size was also getting out of control. It is probably better to use the Helium hotspot search API to pull a specific area of hotspots rather then try to pre-load all hotspots.

@Spazzer13
Copy link

@radrob1 what's the best way to contact you? [email protected]

@radrob1
Copy link
Owner

radrob1 commented Oct 24, 2021

Here or Helium discord DM

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

3 participants