You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
matchesregex matcher needs to be updated to understand floating point, i.e.
(1[0-7]\d(\.\d+)?)
The text was updated successfully, but these errors were encountered: