Skip to content
Snippets Groups Projects
Commit cfdca9d0 authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge pull request #221 from caroo/bugfix-dont-crash-return-nan

Avoid crashes during calculations. Geocoder.coordinates sometimes
returns nil which causes crashes in the distance and bearing calculations.
By returning a point array of [ NaN, NaN ] this distances will be also NaN
which seems to be a sensible result. If the argument to extract_coordinates
has an unexpected form, also return [ NaN, NaN ].
parents 9f4cea65 d81b08b2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment