Skip to content

AlexandreRio/route_pi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Route Plot Plugin for OpenCPN
=======================================

The purpose of this plugin is to provide Great Circle, Limited Circle and Rhumb line plotting capability to OpenCPN. The plugin adds functionality over the existing route plotting capability (ie, you can change the distance of the way-points, plot limited circles, and compare distances).

The aims are to:

1. Generate GPX files for Great Circle, Limited Circle and Rhumb line route plotting methods.
2. Calculate route distance using above methods.

Compiling
=========
You have to be able to compile OpenCPN itself - Get the info at http://opencpn.org/ocpn/developers_manual

* go to the plugin subdirectory in your OpenCPN source tree
* git clone https://github.com/SaltyPaws/route_pi.git

Build as normally:

* cd ..
* cd build
* cmake ../
* make
* sudo make install

ToDo
=======
Once the Navobject becomes available to the plugin API, will update to also enable direct route plotting.


License
=======
The plugin is licensed under the terms of GPL v2 or, at your will, later. vincente.cpp and .h is licenced under Apace licence.

About

Route Plotting plugin for OpenCPN. Plots Great Circle routes, Limited Circle Routes and Rhumb lines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.7%
  • C 10.1%
  • Other 1.2%