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

parseInt in parseField() - Floating Point Number Issue #16

Closed
wansco opened this issue Dec 7, 2015 · 1 comment
Closed

parseInt in parseField() - Floating Point Number Issue #16

wansco opened this issue Dec 7, 2015 · 1 comment

Comments

@wansco
Copy link

wansco commented Dec 7, 2015

I'm parsing some GPS coordinates and it appears that all numbers are parsed as integers. I tracked it down to parseInt() in parseField() in parser.js.

I changed that to parseFloat() and now I'm getting the correct decimal numbers.

@abstractvector
Copy link
Owner

Fixed in the latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants