$ datasette ../shapefile-to-sqlite/nps-spatialite.db
Usage: datasette serve [OPTIONS] [FILES]...
Error: It looks like you're trying to load a SpatiaLite database without first loading the SpatiaLite module.
Try adding the --load-extension=spatialite option.
Read more: https://docs.datasette.io/en/stable/spatialite.html
datasette/datasette/cli.py
Lines 533 to 548 in 242bc89
This could use the
find_spatialite()
function and, if it finds something, suggest the user use--load-extension=spatialite
datasette/datasette/utils/__init__.py
Lines 1015 to 1019 in 242bc89
The text was updated successfully, but these errors were encountered: