Skip to content
Snippets Groups Projects
  1. Jul 31, 2012
  2. Jul 24, 2012
  3. Jun 25, 2012
  4. Jun 19, 2012
  5. Jun 12, 2012
  6. Jun 11, 2012
  7. May 24, 2012
  8. May 19, 2012
  9. May 16, 2012
  10. May 15, 2012
  11. May 14, 2012
  12. May 07, 2012
  13. May 02, 2012
  14. May 01, 2012
  15. Apr 30, 2012
  16. Apr 28, 2012
  17. Apr 27, 2012
  18. Apr 22, 2012
  19. Apr 13, 2012
    • Florian Frank's avatar
      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
Loading