Skip to content

Add support for precision null to GlobeCoordinate #96

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

Merged
merged 1 commit into from
Apr 8, 2016

Conversation

thiemowmde
Copy link
Contributor

Before #53 the implementation already supported both null and undefined precisions, but this was never tested properly, only slightly with a lazy assert.equal( …, null ) that accepts undefined as null. #53 broke this feature, but not the test, because it was never calling equals with an undefined precision.

The backend also supports precision null, see https://github.com/DataValues/Geo/blob/master/src/Values/GlobeCoordinateValue.php.

@thiemowmde
Copy link
Contributor Author

I just realized this is a duplicate of #91 from more than two months ago. :-(

@thiemowmde thiemowmde changed the title Add support for GlobeCoordinate precision null Add support for precision null to GlobeCoordinate Apr 8, 2016
@mariushoch mariushoch merged commit 18b2983 into master Apr 8, 2016
@mariushoch mariushoch deleted the geoPrecisionNull branch April 8, 2016 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants