datasette-cluster-map

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

APACHE-2.0 License

Downloads
6.6K
Stars
87
Committers
3

Bot releases are visible (Hide)

datasette-cluster-map - 0.18.2 Latest Release

Published by simonw 4 months ago

  • Fixed bug where default tiles were displayed at retina resolution in a way that caused the map labels to be illegibly small. #48
datasette-cluster-map - 0.18.1

Published by simonw 9 months ago

  • Removed rogue print statement. #46
datasette-cluster-map - 0.18

Published by simonw 9 months ago

  • 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
datasette-cluster-map - 0.18a0

Published by simonw about 1 year ago

  • Compatible with Datasette 1.0 alphas (but no longer compatible with the 0.x series, hence the alpha release). #42
datasette-cluster-map - 0.17.2

Published by simonw almost 3 years ago

  • Fixed a bug where map markers would fail to display if any of the data had an out-of-range latitude or longitude. #38
datasette-cluster-map - 0.17.1

Published by simonw over 3 years ago

datasette-cluster-map - 0.17

Published by simonw over 3 years ago

datasette-cluster-map - 0.17a0

Published by simonw over 3 years ago

datasette-cluster-map - 0.16

Published by simonw over 3 years ago

  • Handle cases where columns may have null values. Thanks, Jose Rodriguez-Salinas. #27
  • Now depends on Datasette >= 0.50
datasette-cluster-map - 0.15

Published by simonw almost 4 years ago

  • Fixed bug where foreign key labels were displayed as [object Object]. #26
datasette-cluster-map - 0.14

Published by simonw almost 4 years ago

  • Forwards compatibility with a change to Datasette's HTML scheduled for the next Datasette release. (Datasette #998)
datasette-cluster-map - 0.13

Published by simonw about 4 years ago

  • Default popup window row representation is now a definition list, not JSON. #20
datasette-cluster-map - 0.12.4

Published by simonw about 4 years ago

  • Fixed a bug where this could cause errors if other plugins provide custom templates. #19
datasette-cluster-map - 0.12.3

Published by simonw about 4 years ago

  • Fix for a bug where the map fails to display if the table is sorted by latitude or longitude. This fix depends on the upcoming release of Datasette (0.50). #18
datasette-cluster-map - 0.12.2

Published by simonw about 4 years ago

  • Fixed bug with case sensitivity, LATITUDE and LONGITUDE columns will now work. #17
datasette-cluster-map - 0.12.1

Published by simonw about 4 years ago

  • Accidental release, this does not change anything.
datasette-cluster-map - 0.12

Published by simonw about 4 years ago

  • Only include JavaScript on pages that are rendering a table with latitude and longitude columns. #15
  • Now depends on Datasette 0.48
datasette-cluster-map - 0.11.1

Published by simonw about 4 years ago

  • Switched CI to GitHub Actions. #14
  • Improved tests.
datasette-cluster-map - 0.11

Published by simonw about 4 years ago

  • New "container" plugin configuration setting for providing a CSS selector to an element in which the map will be displayed - thanks, Emma Lewis! #6
  • New "tile_layer" and "tile_layer_options" plugin configuration settings for setting custom tile layers. #5
datasette-cluster-map - 0.10

Published by simonw over 4 years ago

  • Ability to customize the marker popup - #11
  • Security: Fixed XSS issue where marker bubbles could include executable JavaScript in the pretty-printed JSON