isaacfeliu / geokit forked from ptb/geokit

A plugin for maps-based apps with 1) ActiveRecord extensions for geo-based finders (find within X miles); 2) geocoding through multiple providers with failover; 3) geo distance calculations; 4) IP-based location lookup; 5) before_filter for IP geocoder.; forked from official SVN repo to fix bugs

This URL has Read+Write access

geokit / VERSION_HISTORY.txt
100644 4 lines (4 sloc) 0.397 kb
1
2
3
4
01/20/08 Version 1.0.1. Further fix of distance calculation, this time in SQL. Now uses least() function, which is available in MySQL version 3.22.5+ and postgres versions 8.1+
01/16/08 fixed the "zero-distance" bug (calculating between two points that are the same)
12/11/07 fixed a small but with queries crossing meridian, and also fixed find(:closest)
10/11/07 Fixed Rails2/Edge compatability