Subversion Repositories NaviCtrl

Rev

Rev 24 | Rev 41 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24 Rev 27
Line 352... Line 352...
352
        if(doc->state == DOC_LINESTRING_OPENED)                                         // if the document was opened add coordinates to the document.
352
        if(doc->state == DOC_LINESTRING_OPENED)                                         // if the document was opened add coordinates to the document.
353
        {
353
        {
354
                KML_LineStringAddPoint(gps_data , doc);                        
354
                KML_LineStringAddPoint(gps_data , doc);                        
355
        }
355
        }
356
}
356
}
357
 
-
 
358
357
 
-
 
358