public
Description: Graticule is a geocoding API for looking up address coordinates and performing distance calculations, supporting many popular APIs.
Homepage: http://graticule.rubyforge.org/
Clone URL: git://github.com/collectiveidea/graticule.git
Click here to lend your support to: graticule and make a donation at www.pledgie.com !
brandon (author)
Fri Sep 25 14:51:32 -0700 2009
commit  329d78c0305266c33ab6e3b8a2fa475610ea2a1c
tree    3d167a548b65dce69f80c4856dcceb7b4c7906e7
parent  cffd0837652a7f5aa9c59975b3346e6a26c8b127
graticule / CHANGELOG.txt
100644 66 lines (50 sloc) 1.921 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
* Added freethepostcode.org geocoder [Chris Lowis]
 
0.2.12 (2009-09-06)
* Fixed geocoder_us [Aubrey Holland]
 
0.2.11 (2009-07-15)
* Add new MapQuest geocoder [Aubrey Holland]
 
0.2.10 (2009-04-17)
* Added #blank? to Location
 
0.2.9 (2009-04-14)
* Remove retired MapQuest geocoder
* Slightly more aggressive error handling for Geocoder.us
* Extend Numeric with #to_radians and #to_degrees
 
0.2.8 (2008-10-03)
* fixed missing files from gem
 
0.2.7 (2008-10-03)
* Adding Multimap geocoder [Tom Taylor]
* Added MapQuest geocoder [Andrew Selder]
* Fix google geocoder for responses that only return coordinates [Andrew Selder]
 
0.2.5
* fixed address mapping for local search maps (again)
 
0.2.4 (2007-05-15)
* fixed address mapping for local search maps (Tom Taylor)
 
0.2.3 (2007-04-27)
* fixed Google for less precise queries
* added User-Agent to coerce Google into returning UTF-8 (Jonathan Tron)
 
0.2.2 (2007-03-27)
* fixed LocalSearchMaps
 
0.2.1 (2007-03-19)
* fixed error in command line interface
 
0.2.0 (2007-03-17)
* changed city to locality, state to region, and zip to postal_code
* added support for PostcodeAnywhere
* added support for Local Search Maps (James Stewart)
* added IP-based geocoder
* moved geocoders to Graticule::Geocoder namespace
* fixed Google geocoder (again)
* made Yahoo geocoder consistent with others by returning 1 result
* geocoders can how take a Hash (:street, :locality, :region, :postal_code, :country)
  or a Graticule::Location for the #locate call
 
0.1.3 (2007-02-14)
* fixed Google geocoder
* fixed CLI
 
0.1.2 (2007-02-12)
* added "geocode" executable. See "geocode --help" for more information
* declared dependency on ActiveSupport
 
0.1.1 (2006-12-16)
* fixed bug in Yahoo that raised error when street address not returned
* migrated to Hoe (http://seattlerb.rubyforge.org/hoe/)
* added Haversine, Spherical and Vincenty distance calculations
 
0.1 (2006-10-31)
* Initial release