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
This is due to a restriction of meilisearch which wanderer uses to facilitate the geo search. Currently, meilisearch allows documents to only have a single coordinate pair.
For simplicity's sake, I chose the starting point of the trail. If you now perform the geo search and the starting point leaves the bounding box of your current viewport the trail is no longer found because meilisearch does not know that it extends beyond this single point.
There is a discussion over at the meilisearch repo where the maintainers state that they plan to implement a feature that allows for multiple geo points. However, there is currently no concrete timeline.
as the title says... the trail disappears if I zoom in on an area and the start point is not in the zoomed in area.,
The text was updated successfully, but these errors were encountered: