datasette-cluster-map icon indicating copy to clipboard operation
datasette-cluster-map copied to clipboard

Datasette plugin that shows a map for any data with latitude/longitude columns

Results 16 datasette-cluster-map issues
Sort by recently updated
recently updated
newest added

I'd like to try to publish.a dataset that has multiple locations. I'm working on an NEH grant for Green-Wood Cemetery in Brooklyn and the historic burial registries include the person's...

enhancement

e.g. on https://pge-outages.simonwillison.net/pge-outages/outages_expanded?_facet=probably_ended&probably_ended=0&_sort_desc=max_estCustAffected I want to know where that top row is. It would be great if I could maybe click on the latitude/longitude values (or a map icon there)...

enhancement

Probably in association with simonw/datasette#276.

In some instances, the location value may be combined in a single column. For example, here the `loc` column contains the value `44.3500,26.7833`. ![image](https://github.com/simonw/datasette-cluster-map/assets/111275753/a5c02f4f-8332-4677-96b7-8bc7d1a45e61) I am not exactly sure how...

This is a very simple change to allow resizing of the map as requested in #30