Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Add support for $geoWithin and $geoIntersects with $geometry : <GeoJSON> #108

Closed
wants to merge 7 commits into from
Closed

Conversation

QuingKhaos
Copy link
Contributor

So far the $near operater is not implemented. I'm currently not sure which method name I should choose to not conflict with the near and geoNear method.

ref #102
ref doctrine/mongodb-odm#530

* Queries $geoIntersects with a polygon GeoJSON as a lat/lng aligned box.
*
* The rectangle is constructed only from coordinates in the cardinal
* directions, also known als south/west and north/east combinations.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is "ALS"? Searching for it with respect to geo coordinates isn't turning up any information.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ups, a german typo. Should be "also known as south/west and north/east combinations."

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, very good then. That had me terribly confused. I'll make the correction locally before merging this, as I'm in the middle of rebasing it on master and fixing up some documentation and whitespace.

@jmikola jmikola mentioned this pull request May 15, 2013
3 tasks
@jmikola
Copy link
Member

jmikola commented May 15, 2013

Folding this PR into #109.

@jmikola jmikola closed this May 15, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants