Skip to content
New issue

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

add support for MongoDB GeoJSON Points #2008

Closed
wants to merge 5 commits into from
Closed

add support for MongoDB GeoJSON Points #2008

wants to merge 5 commits into from

Conversation

jmoghisi
Copy link

extends initial work done as part of 'Support for geospatial queries in Mongodb' to add support for querying using a GeoJSON point instead of legacy coordinates

upgrade MongoDB driver and Morphia versions


public MorphiaSerializer(Morphia morphia) {
this.morphia = morphia;
this.morphia = morphia == null ? new Morphia() : morphia;
Copy link
Member

Choose a reason for hiding this comment

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

this implies that null would be a valid argument to the constructor, which it shouldn't be

@jmoghisi
Copy link
Author

Hi, Please can you review the latest changes?

@stale
Copy link

stale bot commented Jun 3, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 3, 2021
@stale stale bot closed this Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants