jongough / ocpn_draw_pi

OpenCPN general drawing plug in
8 stars 17 forks source link

Modify the GZ distances with respect to the velocity of the boat #426

Closed priyankaprakasan closed 4 years ago

priyankaprakasan commented 4 years ago

I would like to update ( modify the first and second distance )the GZs that I have already drawn with respect to the velocity of the boat. For example, if the velocity is much high GZs first and second distance would be longer, in order to reduce the impact of collision by other AIS objects.

My plan is to access the velocity of the boat from NMEA data file and modify the first and second distance of a particular GZ in ODNavobj.xml file.

Which cpp file deals with ODNavObj.xml file?