- lots of bug fixes
- translations upadate
- Add create/delete TextPoints to ODAPI
- Add links in OPpoint
- Add 'AddPointIcon' and 'RemovePointIcon' to both ODAPI and JSON
- Allow setting of display of Text Point name via ODAPI
- handle new OpenCPN MUI (dual-canvas)
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.
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
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
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).