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
We currently represent location as an embedded document with 'lat' and 'lng' fields. MongoDB has native geospatial query abilities which we could use to, for example, publish a synthetic collection of users near you. https://docs.mongodb.com/manual/geospatial-queries/
We should use their format instead.
The text was updated successfully, but these errors were encountered:
Torgen
added a commit
to Torgen/codex-blackboard
that referenced
this issue
Oct 6, 2018
Will address cjb#337, but as written depends on Meteor native account support, which I don't have a PR for yet but will probably create one for once cjb#338 is merged.
We currently represent location as an embedded document with 'lat' and 'lng' fields. MongoDB has native geospatial query abilities which we could use to, for example, publish a synthetic collection of users near you.
https://docs.mongodb.com/manual/geospatial-queries/
We should use their format instead.
The text was updated successfully, but these errors were encountered: