geofirex
geofirex copied to clipboard
bug: geo query returns every item twice
Hello. When I query a collection and have a radius over ~1500 km the query returns all the items twice so a collection of 9 items would become 18. it doesn't happen when I query with a radius below ~1500 km
const center = this.geo.point(location.lat, location.lon)
const field = 'position'
const items = this.geo.collection('items')
const query = items.within(center, radius, field)
Hmm, this might be an edge case we need to investigate with certain geohash boundries. Can you you give me your centerpoint lat/lng so I can try to reproduce it.
lat: 56.12 and lon: 12.6. The entries were all within a 500 km radius
any update on this? I'm facing the same issue
I'm running into this problem still. Any chances of a fix, possible along with support for collection group queries?
Hello, I'm facing the same issue, any updates?
@codediodeio do you have any updates on this?
Hello, i know this is old but im also facing this issue...