You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Principally for use with the SQLite-related package where the assumption is the -spatial-database-uri flag may reference a database that has already been indexed.
At present the work-around is do this:
go run -mod vendor cmd/server/main.go -... -mode directory://
Where we set the -mode flag but don't pass any files to index.
The text was updated successfully, but these errors were encountered:
thisisaaronland
changed the title
https://github.com/whosonfirst/go-whosonfirst-spatial-http/issues/2
Allow empty go-whosonfirst-index -mode flag
Dec 10, 2020
Principally for use with the SQLite-related package where the assumption is the
-spatial-database-uri
flag may reference a database that has already been indexed.At present the work-around is do this:
Where we set the
-mode
flag but don't pass any files to index.The text was updated successfully, but these errors were encountered: