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

Just one invalid latitude/longitude causes the entire map to fail to load #12

Closed simonw closed 4 years ago

simonw commented 4 years ago

I had data with nan strings for some columns. This resulted in the following error:

leaflet.js:5 Uncaught (in promise) Error: Invalid LatLng object: (nan, nan)
    at new j (leaflet.js:5)
    at Object.W [as latLng] (leaflet.js:5)
    at datasette-cluster-map.js:36
    at Array.forEach (<anonymous>)
    at datasette-cluster-map.js:32
simonw commented 4 years ago

Fix released in 0.9.