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

Do not parse numeric values in Point coordinate setters #138

Closed
wants to merge 1 commit into from

Conversation

JanJakes
Copy link

At the moment every value is parsed (even if it's already float) which means that parsing 0.00001 fails because (string) 0.00001 is 1.0E-5 and that fails in geo-parser (see creof/geo-parser#7).

@hrach
Copy link

hrach commented Apr 5, 2016

@djlambert could you please take a look at this PR? :)

@djlambert
Copy link
Member

@JanJakes would you please reopen this PR against the develop branch? We moving to a GitFlow work flow and the code for the next release is being staged there. I'll add some tests and we'll get 1.1.2 released.

@JanJakes JanJakes closed this Apr 6, 2016
@JanJakes JanJakes deleted the coordinate-parsing-fix branch April 6, 2016 15:20
@JanJakes
Copy link
Author

JanJakes commented Apr 6, 2016

Reopened as #141.

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

4 participants