We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is similar to the ticket https://github.com/firebase/geofire-js/issues/80 .
GeoQuery returning near by records from firebase geofire directory after setting the radius of a large area.
Firebase: "^4.3.0"
GeoFire: "^4.1.2" Other (e.g. Node, browser, operating system) (if applicable): Mac / Chrome npm 5.2.0
GeoQuery must return all records within the radius specified.
Set smaller radius with records in firebase and the Geoquery returns no records unless we set a wider range to the radius parameter.
I have 3 records within few meters but GeoQuery returns nearby records only when a wider range of radius say in kilometres is set.
The text was updated successfully, but these errors were encountered:
Same issue here.
Sorry, something went wrong.
instead of using 6 for radius try using 0.6
No branches or pull requests
DESCRIPTION
This issue is similar to the ticket https://github.com/firebase/geofire-js/issues/80 .
GeoQuery returning near by records from firebase geofire directory after setting the radius of a large area.
Version info
Firebase:
"^4.3.0"
GeoFire:
"^4.1.2"
Other (e.g. Node, browser, operating system) (if applicable):
Mac / Chrome
npm 5.2.0
Test case
GeoQuery must return all records within the radius specified.
Steps to reproduce
Set smaller radius with records in firebase and the Geoquery returns no records unless we set a wider range to the radius parameter.
Expected behaviour
GeoQuery must return all records within the radius specified.
Actual behaviour
I have 3 records within few meters but GeoQuery returns nearby records only when a wider range of radius say in kilometres is set.
CIRCLE RADIUS to 300 METRES
After setting GeoQuery RADIUS to 1
After setting GeoQuery RADIUS to 6
The text was updated successfully, but these errors were encountered: