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 15-06-2010, 21:28   #901
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
RC615a

Hi there...

OpenCPN Version 2.1.0 RC615a is ready.

Unfortunately, the opencpn.org site host is unable to accept uploads just now due to maintenance. I will try to get the Windows Setup binary uploaded as soon as the site allows.

CVS is updated.

Changelog:
186. Correct Single Chart Mode switch logic for chart type change.
187. Correct AIS COG line draw logic for case when target and CPA are both offscreen.
188. Tweak AIS Target list dialog
189. Include Nohal's latest S52 PLIB symbolization rule set.
190. Modify AnchorWatch to allow setting watch for any waypoint closer than 0.5NM from ownship.
191. Modify About->Help to access help_en_US.html, help_de_DE.html, etc. depending on system locale.
192. Change locale loading location, adjust Windows Setup Application to suit.
193. Allow Lookahead Mode in north-up orientation
194. Fix a couple of Route/Waypoint delete bugs.

Notes:
191. Using the new scheme documented elsewhere. The help_en_US.html included in the Beta is old, and comes from the 1.3.6 Wiki. It is just for testing. If any testers can hack up a localized html of any sort in order to test the search logic, that would be good. An example could be called help_fr_FR.html, etc..... and placed in the doc directory.

192. This is thanks to a tip from SethDart. Regularizes Windows and linux builds. Better.....

193. Big Duhhhh here. Why didn't I think of that?

I'm off to sea for 2 days....

Good Luck.
Dave
bdbcat is offline  
Old 15-06-2010, 21:33   #902
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
SethDart....

Locale stuff:
I chose option 2. We don't (yet) use CPack for the Windows installer, so I just made the necessary changes to the packager that I am using.

One point. Windows XP, at least, wants <lang> instead of <locale> in its directory tree. So there will need to be conditional clauses in cmake script when we get CPack running.

Other:
I think the empty chart directory bug is resolved. Please check you scenario again....

Thanks for the tips. Insightful and useful as usual.

Dave
bdbcat is offline  
Old 16-06-2010, 01:04   #903
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
Quote:
Originally Posted by kiwiradical View Post
One question, what happened to the text display, top right, of the Chart name you were viewing? Also there used to be a graphic preview window open when you hovered over one of the chart buttons at the bottom, now there's just a box giving text details?
The text display has been replaced by the info box upon mouseover as you describe. This is all part of chart quilting mode:

- Chart previews are shown upon mouseover on the tab below when quilting is off only

- When quilting is on you should always be shown the best charts for your viewport anyhow, so there isn't much point in previewing them.

- Instead, the chart is highlighted in pink on the viewport in quilting mode

Quote:
..a fervent plea for a user selectable console window showing lat/lon, SOG, COG, Eta to waypoint and TTG.
There is a pop-up window displaying that data in route mode.

This is quite a common request, and the free software implementation gippy by dev team member manimaul may well become a modular/integral part of opencpn at some stage (currently linux only).

Otherwise, I suggest you use the polarcom dials (on windows, instead of navmonpc) as you could make them small, semi-transparent and 'always on top' to achieve the desired effect.
__________________
sv Libertalia
idpnd is offline  
Old 16-06-2010, 02:07   #904
Registered User
 
sailorF54's Avatar

Join Date: Dec 2009
Location: Perros-Guirec, France
Boat: Jeanneau Sunshine 36
Posts: 999
degrees, not length, for recommanded tracks

Nothing more than a small detail: The unit for the ORIENT data on recommended track RECTR should be degree (°), not length (m)
Attached Thumbnails
Click image for larger version

Name:	track.jpg
Views:	201
Size:	81.9 KB
ID:	17097  
sailorF54 is offline  
Old 16-06-2010, 03:53   #905
Registered User

Join Date: Dec 2008
Location: Waiwera, 50k north of Auckland NZ
Boat: Kenedy 46 launch - Waltamara
Posts: 11
Great program! Using Version 2.1.0 Build RC613a on Ubuntu 10.04, turn chart quilting on but seems to turn itself off all the time. Happened on earlier versions too. Any ideas?
Colorman is offline  
Old 16-06-2010, 06:05   #906
Registered User

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

In Waipoint editor I can see "Bouy Type A" (src/routeman.cpp:1054) shouldn't it be "Buoy Type A"? Probably a typo but I found it four times in this file so I'm not sure
Code:
Index: src/routeman.cpp
===================================================================
RCS file: /cvsroot/opencpn/opencpn/src/routeman.cpp,v
retrieving revision 1.36
diff -u -r1.36 routeman.cpp
--- src/routeman.cpp    6 Jun 2010 20:52:53 -0000    1.36
+++ src/routeman.cpp    16 Jun 2010 13:04:53 -0000
@@ -1051,8 +1051,8 @@
       MAKEICONARRAYS("anchor", anchor, "Anchor")
       MAKEICONARRAYS("boarding", boarding, "Boarding Location")
       MAKEICONARRAYS("boundary", boundary, "Boundary Mark")
-      MAKEICONARRAYS("bouy1", bouy1, "Bouy Type A")
-      MAKEICONARRAYS("bouy2", bouy2, "Bouy Type B")
+      MAKEICONARRAYS("bouy1", bouy1, "Buoy Type A")
+      MAKEICONARRAYS("bouy2", bouy2, "Buoy Type B")
       MAKEICONARRAYS("campfire", campfire, "Campfire")
       MAKEICONARRAYS("camping", camping, "Camping Spot")
       MAKEICONARRAYS("coral", coral, "Coral")
@@ -1068,8 +1068,8 @@
       MAKEICONARRAYS("light", light, "Light Type B")
       MAKEICONARRAYS("litevessel", litevessel, "Light Vessel")
       MAKEICONARRAYS("mob", mob, "MOB")
-      MAKEICONARRAYS("mooring", mooring, "Mooring Bouy")
-      MAKEICONARRAYS("oilbouy", oilbouy, "Oil Bouy")
+      MAKEICONARRAYS("mooring", mooring, "Mooring Buoy")
+      MAKEICONARRAYS("oilbouy", oilbouy, "Oil Buoy")
       MAKEICONARRAYS("platform", platform, "Platform")
       MAKEICONARRAYS("redgreenlite", redgreenlite, "Red/Green Light")
       MAKEICONARRAYS("redlite", redlite, "Red Light")
SethDart is offline  
Old 16-06-2010, 06:17   #907
Registered User

Join Date: Oct 2009
Location: Lelystad, The Netherlands
Boat: vd Stadt 44, Ben the Boat
Posts: 236
Bouy vs Buoy

But than you should also rename the files;

#include "bitmaps/bouy1.xpm"
#include "bitmaps/bouy2.xpm"
#include "bitmaps/oilbouy.xpm"

to be consequent again
champ8242 is offline  
Old 16-06-2010, 08:03   #908
Registered User
 
petermoree's Avatar

Join Date: Apr 2010
Location: Netherlands
Boat: TINTEL (36ft Hoek design) see https://www.moree.nl/tintel
Posts: 126
Details shown in MaxSea but not in OpenCPN

http://www.moree.nl/OpenCPN/MaxSea1.jpg
http://www.moree.nl/OpenCPN/opencpn1.jpg

Here two screenshots of the same location (between easter island and Isla Sala I Gomez). Same data set (CM93 2010). MaxSea shows a depth figure with the depth contour, OpenCPN shows the depth contour but not the depth value

Peter
petermoree is offline  
Old 16-06-2010, 08:18   #909
Registered User
 
petermoree's Avatar

Join Date: Apr 2010
Location: Netherlands
Boat: TINTEL (36ft Hoek design) see https://www.moree.nl/tintel
Posts: 126
Chart outline not seen with CM93 data set

On http://moree.nl/OpenCPN/OpenCPN2.PNG
You see the screenshot in OpenCPN with the chart outlines already visible (USA coast and Spain areas). I do not know which chart set this is. All I know that this kind of info is lacking with the CM93 set.

The smaller scales (large area) charts have many details missing which is of no consequenc as long as there is a chart-outline of *available* details visible. But unfortunately they are not. (MaxSea has the same problem).

I do not know if it is possible with the *Force Full Database rebuild* option in the Toolbox, to generate a full set of chart outlines that can be seen at all scales. It would make navigation with the CM93 set a hell of a lot safer.

Peter (with apologies for not being able to program myself)
petermoree is offline  
Old 16-06-2010, 08:53   #910
Registered User
 
petermoree's Avatar

Join Date: Apr 2010
Location: Netherlands
Boat: TINTEL (36ft Hoek design) see https://www.moree.nl/tintel
Posts: 126
More detail on *unfindable* places in CM93

Sorry but I do not know how to include screenshots in the forum comments.

I show 3 shots (via links below) of Sala I Gomez 26 27.5 S 105 27.7 W

You can see the first (MaxSea) showing the island to the west of Easter Island.
The second shot shows OpenCPN, you can zoom in whatever you want but you will NOT find the island

UNLESS (see screen shot 3) you zoom in with your cursor EXACTLY on the right co-ordinates of the island.

1) http://moree.nl/OpenCPN/Maxsea-Gomez.png (MAXSea)
2) http://moree.nl/OpenCPN/Maxsea-Gomez.png (OpenCPN smaller scale)
3) http://moree.nl/OpenCPN/OpenCPN-Gomez-detail.png (OpenCPN detail)

Again I like to state that by simply (?) showing the outlines, at least you know there are some rocks in the way and you can zoom in at the right location.


Peter
petermoree is offline  
Old 16-06-2010, 09:29   #911
Registered User
 
petermoree's Avatar

Join Date: Apr 2010
Location: Netherlands
Boat: TINTEL (36ft Hoek design) see https://www.moree.nl/tintel
Posts: 126
here again (I gave the wrong link)

1)
3)
2)
petermoree is offline  
Old 16-06-2010, 11:01   #912
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
A couple bugs with Look ahead mode:

1.) Center pixel is still used for charts available... this should be boat position when follow mode is on so the right chart is slected for view

2.) Boat is slightly off the bottom of the screen where I can only see the course predictor line (I'm using a wide-screen monitor, not sure if it has an effect)


Other useful debugging / testing info for you Linux testers:

Gippy v1.3 now includes a nmea0183 record and playback feature. Playback has speed control. A recorded departure from Nome Harbor is included. Playback at 1x speed to simulate a true to life live experience with OpenCPN.
__________________
Marine Navigation for Android:
https://mxmariner.com
manimaul is offline  
Old 16-06-2010, 12:21   #913
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Quote:
Originally Posted by Colorman View Post
Great program! Using Version 2.1.0 Build RC613a on Ubuntu 10.04, turn chart quilting on but seems to turn itself off all the time. Happened on earlier versions too. Any ideas?
OpenCPN does not quilt Transverse Mercator charts, and as you have a few of those in your area, I would guess that's the reason.

Thomas
cagney is offline  
Old 16-06-2010, 12:39   #914
Registered User
 
BluegillBoy's Avatar

Join Date: Mar 2010
Location: Chicago summers, gulf during winters
Boat: Endeavour TrawlerCat 36 - My Bluegill Heaven
Posts: 180
613a also turns off quilting whenever it changes chart types within a quilt. i believe that's fixed in 615, although i haven't installed that yet.
BluegillBoy is offline  
Old 16-06-2010, 14:53   #915
Registered User

Join Date: Sep 2009
Location: Angers - France
Boat: Beneteau First 29 Ptizef
Posts: 844
test 615 Window

Hi Dave
Wish you good sailing ...
and many thanks once more for the new beta
loaded cvs and built with any problem
two points :
1 ) Look head mode in north up mode : seams to work but not yet tested in navigation .
The point is when disabling the mode , the boat is replaced in the center of the screen but the screen is not refreshed . (see shot 615-5)
2) Routes with common wpoints
To explain the problem , I created two routes : first route 1 with wpts 001,002,003,004. and then route 2 with wpts 001,002,0031,0032,004,006
001,002,004 are common wpts
If I activate route 1 , only non common legs are red colored (shot 615-1) . If I set route 2 invisible by route manager , all the route 1 is now red colored
If I set route 1 invisible by route manager , a right click on any common wpts or common legs (on route 2) does not propose the right context menu (shots 615-2 ,615-3,615-4) particularly in this last shot you can see it's impossible to activate the wpt or "next in route"
I hope I have been clear ..
best regards
Jean Pierre
Attached Thumbnails
Click image for larger version

Name:	615-5.jpg
Views:	237
Size:	205.7 KB
ID:	17110   Click image for larger version

Name:	615-1.jpg
Views:	226
Size:	150.9 KB
ID:	17111  

Click image for larger version

Name:	615-2.jpg
Views:	223
Size:	144.3 KB
ID:	17112   Click image for larger version

Name:	615-3.jpg
Views:	222
Size:	113.4 KB
ID:	17113  

Click image for larger version

Name:	615-4.jpg
Views:	195
Size:	113.5 KB
ID:	17114  
Ptizef 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 10:30.


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.