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

Points with floating point longitude larger than 100 are discarded #6

Closed
myuwono opened this issue Oct 10, 2017 · 0 comments
Closed

Comments

@myuwono
Copy link
Contributor

myuwono commented Oct 10, 2017

Points are discarded when latitude is a floating point number > 100.

For instance:

  • -32.050009,115.964764 does not match
  • -32.050009,115.0 does not match,
  • -32.050009,115 matches

regex matcher needs to be updated to understand floating point, i.e. (1[0-7]\d(\.\d+)?)

@myuwono myuwono changed the title Points with floating point latitude larger than 100 are discarded Points with floating point longitude larger than 100 are discarded Oct 10, 2017
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

1 participant