07.10.2007, 22:53
snedyan Wrote:Thanks for the reply
Please find attached the NMEA file.
Concerning the compilation for obtaining the map, I will try (and to be completely honnest: I will try to trydue to a little trouble to find some free time).
Thanks again,
snedyan
Hi Snedyan,
I've found the missing waypoints... It's not a bug it's a feature!
Take the first 2 NMEA sentences of your example file:
$GPRMC,114911.000,A,4824.8998,N,00244.4064,E,0.0,331.0,290907,,,A*69
$GPGGA,114911.000,4824.8998,N,00244.4064,E,1,10,0.8,99.0,M,,,,*35
They contain the same position information, so RouteConverter aggregates the information to one position which contains the information from both NMEA sentences.
I implemented that to reduce the number of positions to those carrying real information.
--
Christian
Christian


due to a little trouble to find some free time).