We export (large) datasets with point columns in GeoJSON format.
Example from a column named "point:
{ "type": "Point", "coordinates": [ 5.3430820412792, 52.442771066885001 ] }
I'd like to be able to configure datasette-cluster-map to read the x, y / lng, lat from this column.
We export (large) datasets with point columns in GeoJSON format.
Example from a column named "point:
I'd like to be able to configure datasette-cluster-map to read the x, y / lng, lat from this column.