PalmBeachPost / postgeo

Geocode CSVs and jitter overlapping points
MIT License
22 stars 3 forks source link

In cellspacer.py, get_spot method has parameter that does nothing. #5

Closed michealbeatty closed 9 years ago

michealbeatty commented 9 years ago

In get_spot, value is passed in but doesn't seem to do anything as value is immediately assigned masterdict[latlong][1] Suggest dropping that parameter.

stucka commented 9 years ago

Ugh, sorry, bad habit I'll blame on some other programming language. It also returned latlong, which is useless. Fixing.