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

Columns should be case insensitive #17

Closed simonw closed 4 years ago

simonw commented 4 years ago

LATITUDE LONGITUDE columns should work the same way that latitude longitude columns do.

simonw commented 4 years ago

This code needs updating: https://github.com/simonw/datasette-cluster-map/blob/6daad47da744b82418a8b2e4d96ba94b4ea8a908/datasette_cluster_map/__init__.py#L80-L89

This code already does the right thing: https://github.com/simonw/datasette-cluster-map/blob/6daad47da744b82418a8b2e4d96ba94b4ea8a908/datasette_cluster_map/static/datasette-cluster-map.js#L11-L18