Skip to content

Commit

Permalink
change registered database scheme from rtree:// to sqlite://
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Dec 7, 2020
1 parent f2d67de commit 052c075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

func init() {
ctx := context.Background()
database.RegisterSpatialDatabase(ctx, "rtree", NewSQLiteSpatialDatabase)
database.RegisterSpatialDatabase(ctx, "sqlite", NewSQLiteSpatialDatabase)
}

type SQLiteSpatialDatabase struct {
Expand Down

0 comments on commit 052c075

Please sign in to comment.