[Rails] Re: Making GPS POI

2009-01-30 Thread Rob Biedenharn
Either figure out the format and just write it out, or visit http://www.poi-factory.com/node/6675 and get a tool that will do the csv=>ov2 conversion and just write out the csv with ruby (and FasterCSV) -Rob On Jan 30, 2009, at 10:46 AM, jef wrote: > > My problem is to make ov2 file.

[Rails] Re: Making GPS POI

2009-01-30 Thread jef
My problem is to make ov2 file. (tomtom file format). it's a binary file. Any idea to do that in ruby? thanks On 25 jan, 21:25, Rob Biedenharn wrote: > 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

[Rails] Re: Making GPS POI

2009-01-25 Thread Rob Biedenharn
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.git