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

[Feature Request] Support fields that combine both latitude and location values. #49

Open abdullahdevrel opened 4 months ago

abdullahdevrel commented 4 months ago

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

I am not exactly sure how to configure this inside Datasette. If the feature is not approved, I believe I have to split the loc column into separate latitude and longitude columns before opening it up using Datasette. Let me know what you think. Thanks!