GUI / covid-vaccine-spotter

https://www.vaccinespotter.org
MIT License
508 stars 136 forks source link

Bugfix - Quick map fix for null entries #108

Open babbitt opened 3 years ago

babbitt commented 3 years ago

This is to address #103. Not the best code in the world but concise. Removes null entries to prevent map from putting locations on "null island"

Before: image After: image

I know this isn't the best JS in the world, so do let me know if mapbox or CARTO provides a better way of doing this (I couldn't find any)

Happy and excited to help!

babbitt commented 3 years ago

Apologies for all these linting commits. ESlint was not playing ball with me today.

babbitt commented 3 years ago

@GUI According to #103 I'm not exactly sure if this has already been fixed. Can you clarify? If so I'll close this out. Otherwise happy to bring it up to date with conflicts