simonw / datasette-cluster-map

Datasette plugin that shows a map for any data with latitude/longitude columns
Apache License 2.0
87 stars 16 forks source link

Handle cases where columns may have null values #27

Closed alberto-salinas closed 3 years ago

alberto-salinas commented 3 years ago

Ran into a case where map does not load when column values are null. The error is triggered since null is of type object which then when we hit line 113 we have null value variable.

Screen Shot 2021-01-23 at 1 49 38 PM

simonw commented 3 years ago

Thanks for catching this!