Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-03 | Revbump after graphics/gd update | adam | 1 | -1/+2 | |
2016-07-18 | Update to 1.2.0. | bouyer | 3 | -9/+125 | |
Changes since 1.1p13: - bug fixes. - install more icons - updated translations - provide permament layers | |||||
2016-06-16 | Update to 1.1p13. | bouyer | 4 | -150/+14 | |
Changes since previous: Bug fixes - boundary lines - guard zones attached to boat | |||||
2016-05-23 | The memory leak fix introcuced a double free, that didn't cause problems | bouyer | 3 | -6/+81 | |
on linux but did on NetBSD. Fix the double free and bump PKGREVISION | |||||
2016-05-23 | Fix memory leak. Bump PKGREVISION | bouyer | 3 | -2/+68 | |
2016-05-21 | Make theses build (and run) on linux | bouyer | 3 | -5/+30 | |
2016-04-24 | Add opencpn-plugin-draw version 20160415 | bouyer | 5 | -0/+124 | |
This plugin is designed to allow users to place objects/items on the OpenCPN interface and have these georeferenced. This allows the objects/items to move with the chart and have a definined Latitude and Longitude. There are two basic types of object/item that can be used: points and paths. Points are very similar to Waypoints and mark locations on the chart. Paths joint two or more points together and draw a line between them. Currently these Points exist: Boundary Point, Text Point, Electronic Brearing Line (EBL) Point, Dead Reckoning (DR) Point. These Points are used to construct special types of Paths: Boundary, Electronic Bearing Line (EBL) and Dead Reckoning (DR). |