Releases: simonw/datasette-cluster-map
Releases · simonw/datasette-cluster-map
0.18.2
- Fixed bug where default tiles were displayed at retina resolution in a way that caused the map labels to be illegibly small. #48
0.18.1
- Removed rogue print statement. #46
0.18
- Now works with both Datasette 0.x and the Datasette 1.0 alphas. #43
- Previously the map only displayed automatically for tables with
latitude
and longitude
columns. Now also detects lat/lon
, lat/lng
, lat/long
and something_latitude/something_longitude
wildcards. #39
0.18a0
- Compatible with Datasette 1.0 alphas (but no longer compatible with the 0.x series, hence the alpha release). #42
0.17.2
- Fixed a bug where map markers would fail to display if any of the data had an out-of-range latitude or longitude. #38
0.16
- Handle cases where columns may have null values. Thanks, Jose Rodriguez-Salinas. #27
- Now depends on Datasette >= 0.50
0.15
- Fixed bug where foreign key labels were displayed as
[object Object]
. #26