On Jan 25, 2009, at 1:40 PM, jef wrote:
> > Hi > > I would like to make dynamic POI files for GPS software such tomtom > > Have you ever heard about a "ror solution" to do that? > > thanks > jef Well, not Rails, but just Ruby. I threw this together for my Garmin last year: http://gist.github.com/52513 poi.rb takes a file of addresses, geocodes them, and creates a .csv file poimerge.rb takes two POI .csv files and tries to identify duplicates and likely duplicates You might want to check out http://www.poi-factory.com/ for a lot of general POI and GPSr resources. -Rob Rob Biedenharn http://agileconsultingllc.com [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

