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

This should work on both Datasette 1.0 and 0.x #43

Closed simonw closed 8 months ago

simonw commented 8 months ago

I figured out how to test against both here:

No reason not to use the same trick here.

simonw commented 8 months ago

I may add Playwright tests too: https://til.simonwillison.net/datasette/playwright-tests-datasette-plugin

simonw commented 8 months ago

CleanShot 2024-01-12 at 21 45 27@2x

Datasette 1.0 requires Python 3.8 or higher:

simonw commented 8 months ago

The tests may be passing but this won't actually work - I need the Playwright tests to demonstrate that.

simonw commented 8 months ago

Refs:

simonw commented 8 months ago

As expected, the new Playwright tests pass in 1.0 but fail in 0.64.