Cruisers Forum
 


Closed Thread
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 23-06-2010, 07:52   #1021
Registered User
 
petermoree's Avatar

Join Date: Apr 2010
Location: Netherlands
Boat: TINTEL (36ft Hoek design) see https://www.moree.nl/tintel
Posts: 126
Thanks Dave

I own an official version of Tsunamis which still has the very best charts in my opinion.
Even the Tsunamis crack that is out there in the cloud (charts of the yr 2000) has better charts for passages and planning, but lacks some of the detail charts available in the CM93 sets. In the CM93 set the detail charts are sometimes hard to find when zooming in as I demonstrated. I have been very impressed with the OCPN project and congratulate you and the others with the work done sofar.

OCPN will definitely be a great asset to navigators once more official government bodies make their S57 sets freely available.

Peter
petermoree is offline  
Old 23-06-2010, 09:19   #1022
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
RouteManager v2

Here is a big patch for Route Manager. It's on Dave's ToDo list and a popular request. I volunteered to work on it.

Goal: add Waypoint management facility to the current Route Manager.

Many new buttons... (Route from Track, Go To waypoint...)

Changes (outside of RouteManager):
Created MyConfig::ExportGPXWaypoint
Created Track::RouteFromTrack
Created RoutePoint::SendToGPS
Created SendToGpsDlg::SetWaypoint

Notes:
New waypoint create a waypoint at the current location then open Waypoint Dialog

The only waypoints listed are those not embedded in Route or Track.

Active Track is displayed as bold.

No visibility toggling for waypoints. Is is necessary?

I don't like the bottom buttons: I wanted Import to the left and OK to the right. I couldn't get it right with BoxSizer. Anyone?


Is the default GPX export required? With route manager, you can export routes,tracks & waypoints one-by-one. With the default GPX export (top menu) you can export the whole data. If we add multi-select, we could export multiple routes/tracks/waypoints at once (see below). Maybe add a "Export All" button right to the "Import" button in Route Manager.

Possible enhancement:
Zoom to waypoint
Multi-select (for delete, export)
Remove GPX buttons in main toolbar, replace by Route Manager
Cleanup right button menu (ID_TK_MENU_EXPORT, ID_RT_MENU_REVERSE, ID_RT_MENU_EXPORT, ID_RT_MENU_SENDTOGPS, ID_RT_MENU_DELETEALL, ID_WP_MENU_DELETEALL, ID_DEF_MENU_ROUTEMANAGER,)

Dave/Technical:
Is it necessary to update m_pSelectedRoute m_pSelectedTrack m_pFoundRoutePoint m_pFoundRoutePointSecond as in chcanv?
same for pAnchorWatchPoint1 pAnchorWatchPoint2 (Suggestion: move these to pconfig->DeleteWayPoint)
Is the m_bNeedConfigFlush required? Config will be saved upon closing, no need to force saving every time IMHO.

Everything should work. SendToGPS untested.

Enjoy!
Attached Thumbnails
Click image for larger version

Name:	opencpn-rmV2-routes.png
Views:	168
Size:	23.3 KB
ID:	17293   Click image for larger version

Name:	opencpn-rmV2-tracks.png
Views:	175
Size:	38.8 KB
ID:	17294  

Click image for larger version

Name:	opencpn-rmV2-waypoints.png
Views:	174
Size:	24.1 KB
ID:	17295  
Attached Files
File Type: doc opencpn-routemanager-v2.patch.doc (59.2 KB, 67 views)
SethDart is offline  
Old 23-06-2010, 09:36   #1023
Long Range Cruiser
 
MarkJ's Avatar

Join Date: Dec 2007
Location: Australian living on "Sea Life" currently in England.
Boat: Beneteau 393 "Sea Life"
Posts: 12,822
Images: 25
Quote:
Originally Posted by petermoree View Post
I own an official version of Tsunamis which still has the very best charts in my opinion.
Peter
Hi peter,

Can you use the Tsunamis chart in OpenCpn?

How?


Thanks


mark
__________________
Notes on a Circumnavigation.
OurLifeAtSea.com

Somalia Pirates and our Convoy
MarkJ is offline  
Old 23-06-2010, 16:57   #1024
Registered User
 
sinbad7's Avatar

Join Date: Sep 2003
Location: Ubatuba,SP,Brazil (Ex Norway)
Boat: (Ex) Alu. 60' yacht-"Eight Bells"
Posts: 2,731
Images: 57
Send a message via Skype™ to sinbad7
Strange signals/lines

I'm getting some strange signals lately... any ideas?
Attached Thumbnails
Click image for larger version

Name:	STRANGE SIGNALS.jpg
Views:	198
Size:	226.8 KB
ID:	17306  
__________________
"And all I ask is a tall ship and a star to steer her by."
sinbad7 is offline  
Old 23-06-2010, 17:02   #1025
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Quote:
Originally Posted by SethDart View Post
Here is a big patch for Route Manager. It's on Dave's ToDo list and a popular request. I volunteered to work on it.

Goal: add Waypoint management facility to the current Route Manager.
Wow!
Very good one
Didn't have time to do much testing or any code investigation, so just quick usability notes:
- Delete doesn't work at least on my Win machine
- Sorting is really needed if you have more than a couple of waypoints
- Delete all takes a lot of time for my testing collection of approximately 150 waypoints - survivable but quite annoying
- Waypoints imported from GPX don't show in the dialog until OCPN is restarted

- "Zoom to" and multiselect would be really great

Perfect start, thanks a lot

Pavel
nohal is offline  
Old 23-06-2010, 17:07   #1026
Registered User

Join Date: Aug 2009
Posts: 189
SethDart,

I have applied your RouteManager patch, it looks fine but I have a problem. On your pictures, it seems that you can change the width of the columns and for me not. See the picture. I have Ubuntu 10.04

I would like to know if it is possible to reverse the installation of the patch. And if yes, how.

Jean-Pierre
Attached Thumbnails
Click image for larger version

Name:	Capture-Route Manager.png
Views:	215
Size:	23.2 KB
ID:	17307  
jpiebrig is offline  
Old 23-06-2010, 17:15   #1027
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Quote:
Originally Posted by jpiebrig View Post
I would like to know if it is possible to reverse the installation of the patch. And if yes, how.
Jean-Pierre,
yes, use
Code:
patch -p0 -R < path/file.patch
Pavel
nohal is offline  
Old 23-06-2010, 20:10   #1028
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,402
Build 623

Hello all testers!

Opencpn Version 2.1.0 Build 623 is up.

http://opencpn.org/downloads/beta/opencpn_210_setup.exe

http://opencpn.org/downloads/beta/op...623-1_i386.deb


Changelog:
203. Improve cm93 quilting for sparsely covered areas.
204. Correct bug for BSB charts with UNKNOWN projection.
205. Correct display property updates after Toolbox->VectorChart changes.
206. Improve CrossTrackError (XTE) calculation.

---Release Beta 623---

Notes:
1. en_US help file included, as a snapshot of the Wiki. Incomplete, many errors and external links, but it is what it is....

2. I plan to update the version number and release this to sourceforge tomorrow (24 June) as the official Release.

3. I will accept last minute .po files until 1800 Z tomorrow.

4. Of course, if we find an immediate Dead On Arrival type of bug, all plans change.... Fingers crossed?

Thanks
Dave
bdbcat is offline  
Old 24-06-2010, 01:44   #1029
Registered User
 
petermoree's Avatar

Join Date: Apr 2010
Location: Netherlands
Boat: TINTEL (36ft Hoek design) see https://www.moree.nl/tintel
Posts: 126
No, Tsunamis has its own proprietary (and secret) format
The chart quality is fantastic (the very best of all chart systems I have seen)

peter
petermoree is offline  
Old 24-06-2010, 05:36   #1030
Registered User
 
sinbad7's Avatar

Join Date: Sep 2003
Location: Ubatuba,SP,Brazil (Ex Norway)
Boat: (Ex) Alu. 60' yacht-"Eight Bells"
Posts: 2,731
Images: 57
Send a message via Skype™ to sinbad7
Dave..

The new AIS target list is a great addittion BUT could it please be limited to only display ships within the active map range/area. In very heavily trafficated areas like the English channel or the Gibraltar Strait the display box freezes up and gives a flickering display.

If you examine f.ex. Siitech's WebVTSLite with some 12.000 targets around the world,only ships within the displayed map range are listed.
WEBVTSLITE:

Thanks for a great and developing navigation tool.
__________________
"And all I ask is a tall ship and a star to steer her by."
sinbad7 is offline  
Old 24-06-2010, 06:01   #1031
Registered User

Join Date: Aug 2009
Posts: 189
SethDart,

I try again and I can change the width of the columns but I cannot see the limits of them. Sorry for the bad information.

And I have also a problem with opencpn-gribbrowse.diff which is a usefull addition. It was working fine before, without any error and now I get :

Code:
jp@jp-laptop:~/opencpn$ patch -p0 <opencpn-gribbrowse.diff 
patching file src/chart1.cpp
Hunk #1 succeeded at 534 (offset 24 lines).
patching file src/chcanv.cpp
Hunk #1 succeeded at 292 (offset 18 lines).
Hunk #2 succeeded at 2902 (offset 83 lines).
patching file src/navutil.cpp
Hunk #1 succeeded at 238 (offset 12 lines).
Hunk #2 succeeded at 2427 (offset 243 lines).
Hunk #3 succeeded at 2631 (offset 263 lines).
Hunk #4 succeeded at 3664 (offset 266 lines).
patching file src/grib.cpp
Hunk #6 succeeded at 202 (offset 3 lines).
Hunk #7 succeeded at 314 (offset 3 lines).
Hunk #8 succeeded at 469 (offset 3 lines).
Hunk #9 succeeded at 480 (offset 3 lines).
Hunk #10 succeeded at 520 (offset 3 lines).
Hunk #11 succeeded at 613 (offset 3 lines).
Hunk #12 succeeded at 651 (offset 3 lines).
Hunk #13 succeeded at 1928 (offset 3 lines).
patching file include/grib.h
Hunk #3 FAILED at 78.
1 out of 8 hunks FAILED -- saving rejects to file include/grib.h.rej
jp@jp-laptop:~/opencpn$
Sometimes, even with that, it is working. Sometimes I cannot apply make.

Jean-Pierre
jpiebrig is offline  
Old 24-06-2010, 08:05   #1032
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
RouteManager v2

Thanks for your comments & testings.

Quote:
Originally Posted by nohal View Post
- Delete doesn't work at least on my Win machine
- Sorting is really needed if you have more than a couple of waypoints
- Delete all takes a lot of time for my testing collection of approximately 150 waypoints - survivable but quite annoying
- Waypoints imported from GPX don't show in the dialog until OCPN is restarted
- "Zoom to" and multiselect would be really great
Distance column in waypoint list was not populated, solved. And I finally got the bottom buttons right!

Delete waypoint solved (missing pointer deletion -> mem leak )
Default sorting by waypoint name for now. I may add column clicking to sort by distance as well. Or would it be better to default sort by distance (from current boat position)?
DeleteAll: nothing I can do for now. I'm just calling pWayPointMan->DeleteAllWaypoints (Dave?)
Importing only updated Route list, now the three are updated.
Simple Zoomto implemented: the waypoint is centered on screen no rescaling for now.

No multiselect for now, would require changing ExportGPX functions to allow use of arrays or alike.

jpiebrig: Borders changed, you should see them now (you could resize it but they were not displayed, at least on Windows if I get it right).

As previously, this is a full patch to current CVS ; please revert previous one if you applied it.
Attached Files
File Type: doc opencpn-routemanager-v2.patch.doc (61.9 KB, 49 views)
SethDart is offline  
Old 24-06-2010, 10:09   #1033
Registered User
 
sinbad7's Avatar

Join Date: Sep 2003
Location: Ubatuba,SP,Brazil (Ex Norway)
Boat: (Ex) Alu. 60' yacht-"Eight Bells"
Posts: 2,731
Images: 57
Send a message via Skype™ to sinbad7
Dave..

Still have a freeze-up problem each time I do a new chart installation,having to re-boot OpenCPN. See the last part of the log below:

Quote:
1:38:58 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US3PR10M\US3PR10M.000
1:38:59 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US4PR11M\US4PR11M.000
1:38:59 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US4PR30M\US4PR30M.000
1:38:59 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US4PR31M\US4PR31M.000
1:38:59 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US4PR41M\US4PR41M.000
1:38:59 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US4PR60M\US4PR60M.000
1:39:00 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR12M\US5PR12M.000
1:39:00 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR13M\US5PR13M.000
1:39:00 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR16M\US5PR16M.000
1:39:00 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR21M\US5PR21M.000
1:39:01 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR32M\US5PR32M.000
1:39:01 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR42M\US5PR42M.000
1:39:01 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR43M\US5PR43M.000
1:39:01 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR44M\US5PR44M.000
1:39:02 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR45M\US5PR45M.000
1:39:02 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR46M\US5PR46M.000
1:39:02 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR47M\US5PR47M.000
1:39:02 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR50M\US5PR50M.000
1:39:02 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR51M\US5PR51M.000
1:39:02 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR52M\US5PR52M.000
1:39:03 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR53M\US5PR53M.000
1:39:03 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR54M\US5PR54M.000
1:39:03 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR55M\US5PR55M.000
1:39:03 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR56M\US5PR56M.000
1:39:04 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR57M\US5PR57M.000
1:39:04 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR58M\US5PR58M.000
1:39:04 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR59M\US5PR59M.000
1:39:04 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR61M\US5PR61M.000
1:39:04 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR62M\US5PR62M.000
1:39:04 PM: Loading chart data for D:\CHARTS\US DEPENDENCIES\ENC_ROOT\US5PR63M\US5PR63M.000
1:39:04 PM: Loading chart data for D:\CHARTS\USA\ENC-USA\ENC_ROOT\US3OH03M\US3OH03M.000
1:39:05 PM: Loading chart data for D:\CHARTS\USA\ENC-USA\LAKE ERIE\ENC_ROOT\US3OH03M\US3OH03M.000
1:39:05 PM: Skipping inplace chart file: D:\CHARTS\USA\ENC-USA\LAKE ERIE\ENC_ROOT\US3OH03M\US3OH03M.000
1:39:05 PM: Loading chart data for D:\CHARTS\USA\ENC-USA\US-EAST COAST-RIVERS\ENC_ROOT\US2EC03M\US2EC03M.000
1:39:05 PM: Searching directory: D:\CHARTS for *.s57
1:39:05 PM: Searching directory: D:\CHARTS for 00300000.a
1:39:06 PM: Initializing Chart D:\CM93\00300000\A\00300000.A
1:39:06 PM: CM93Composite Chart Root is D:\CM93\
1:39:06 PM: Loaded CM93 Dictionary from D:\CM93\
2:00:00 PM: LOGBOOK: 2010-06-24 17:00:00 UTC DR Lat -23.44460 Lon -45.07470
Any ideas?
__________________
"And all I ask is a tall ship and a star to steer her by."
sinbad7 is offline  
Old 24-06-2010, 10:17   #1034
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Dave

I'm testing 623, and runs into problems with the NZ Tmercs. It does not seam to matter if I'm quilting or not, but when I'm trying to go from mercs to tmercs the system hangs, screen goes gray etc. I also had segfault, last time I tried.

Thomas
PS More testing. The crash is repeatable, and seams to crash at the same place. Sometimes the program hangs with a SIGINT that after a while changes to SEGFAULT.
My own 64 bit compilation.
Attached Thumbnails
Click image for larger version

Name:	snapshot1.png
Views:	185
Size:	58.8 KB
ID:	17315  
cagney is offline  
Old 24-06-2010, 11:03   #1035
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Seth,

thanks a lot!

Quote:
Originally Posted by SethDart View Post
Default sorting by waypoint name for now. I may add column clicking to sort by distance as well. Or would it be better to default sort by distance (from current boat position)?
I think the alphabetic sorting is better as a default - when you plan a route without GPS, the distance is hardly of any help...
Quote:
Importing only updated Route list, now the three are updated.
Still not working for me Do you use some publicly available VCS for your code? It would be much easier to "patch the patch" with git or other access to latest code... If not, there's no hurry, I think it will be discussed quite a bit after the current release is done
Quote:
Simple Zoomto implemented: the waypoint is centered on screen no rescaling for now.
I think it's good enough, at least for now

More usability and cosmetic thoughts:
  • The newly created waypoint should probably be deleted if Cancel is clicked in the properties dialog
  • The selected item should stay focused at least after editing the properties. After deleting a waypoint I would personally prefer selecting next row, but it can be quite subjective.
  • Visual indication whether the waypoint name is shown or not on the chart would be nice (more on this will of course come with multiselect later)
  • The horizontal lines don't draw properly when scrolling down with mouse by clicking on the scrollbar or on the scroll down button at it's end (Attached screenshot - WX problem?)
Very good work

Pavel
Attached Thumbnails
Click image for larger version

Name:	rm_horz_lines_missing.png
Views:	198
Size:	9.5 KB
ID:	17316  
nohal is offline  
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCPN Version 1.3.5 Beta Technical bdbcat OpenCPN 544 24-03-2010 10:34
OpenCPN Version 1.3.6 Release bdbcat OpenCPN 32 30-01-2010 05:07

Advertise Here


All times are GMT -7. The time now is 17:22.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.