Commit graph

11 commits

Author SHA1 Message Date
bouyer
563cfecabb Update to 20180827. Changes since 20180405:
Implement Create Boundary JSON interface
Implement CreateTextPoint ODAPI
New 'createtextpoint' api
Bug fixes
2018-08-27 15:54:09 +00:00
bouyer
d537068420 Update to 1.5_20180405. Changes since 1.4:
Add ability to check for the first line crossing as well as the closest line
crossing.
Import csv file to define new boundary and boundary points
Allow right click in Points and Layers tabs of Pathmanager to Hide/Show items

And lots of UI and bug fixes, speedup, cleanup.
2018-04-05 15:56:25 +00:00
bouyer
d3d6479d98 We need -Wl,-Bsymbolic in the linker flags for NetBSD too, not only linux.
The reason is that a plugin may include its private version of some
code that opencpn also has in its source. Without -Bsymbolic the plugin
may use the objects from opencpn instead of its version, and which do
not match the includes it was compiled with, and bad things happens.
bump PKGREVISIONs
2017-08-24 13:01:32 +00:00
bouyer
e406bfd6ee Update to 1.4.Changes since 1.3:
Various fixes, mostly for PIL and EBL
2017-07-07 13:03:33 +00:00
bouyer
69b6a3f67a Update to 1.3.31. Changes since 1.2.0:
Implement Parallel Index Lines (PILs)
Use an EBL to generate a perpendicular index line
Allow Ctrl-Left Mouse click to select multiple boundaries. Right click
  then allows Merge with keep and Merge with delete
Add ability to move boundaries and point using left click and drag. Ability
 is set in general properties of plugin
Add ability to constrain boundary movement
Add ability to move a single boundary segment
2017-04-14 16:28:40 +00:00
bouyer
07e0a89ba6 Update to 1.2.0.
Changes since 1.1p13:
- bug fixes.
- install more icons
- updated translations
- provide permament layers
2016-07-18 14:18:51 +00:00
bouyer
7d3436b890 Update to 1.1p13.
Changes since previous:
Bug fixes
- boundary lines
- guard zones attached to boat
2016-06-16 15:57:02 +00:00
bouyer
0a515b0ad0 The memory leak fix introcuced a double free, that didn't cause problems
on linux but did on NetBSD. Fix the double free and bump PKGREVISION
2016-05-23 13:10:15 +00:00
bouyer
5adb72683b Fix memory leak. Bump PKGREVISION 2016-05-23 08:55:15 +00:00
bouyer
6397424f69 Make theses build (and run) on linux 2016-05-21 10:50:41 +00:00
bouyer
69996a21f5 Add opencpn-plugin-draw version 20160415
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).
2016-04-24 10:21:54 +00:00