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 go-whosonfirst-spatial-http-sqlite 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:
Principally for use with the
go-whosonfirst-spatial-http-sqlite
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: