Skip to content
Snippets Groups Projects
  • Florian Frank's avatar
    d81b08b2
    Avoid crashes during calculations · d81b08b2
    Florian Frank authored
    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 ].
    d81b08b2
    History
    Avoid crashes during calculations
    Florian Frank authored
    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 ].