Cruisers Forum
 


Reply
  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 22-10-2014, 21:25   #1
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
OpenCPN Beta Version 3.3.2222 Released

Ahoy, OpenCPN'ers...

OpenCPN Version 3.3 Beta Build 2222 will soon be available for download from opencpn.org.

Monitor the opencpn.org Downloads page to find and download the latest Beta version binaries.....

Source is available now on github at:
https://github.com/OpenCPN/OpenCPN
Branch: master

Changelog:


336. Improve Usericons loading logic to allow proper Icon substitution (FS#1453)
337. Correct Windows shutdown logic after Routepoint Properties dialog. (FS#1489)
338. Restore cm93 overzoom limit.
339. Correct config file key for OwnshipHDTPredictorMiles.
340. Correct for half-hour time zones (FS#1219)
341. Implement S57 Special Attribute value (0x7f) as "Deleted Attribute" (FS#1432)
342. Correct AIS target sorting by stripping leading whitespace from target name.
343. Implement AIS MMSI Special Properties logic (FS#802)
344. Implement improved chart manipulation control while creating route in Touch screen Mode (FS#1471)
345. Disable Windows Raster chart compression if processor does not support SSE2 instruction set.
346. Correct PlugIn toolbar visibility setting logic.
347. Correct font setting logic for some dialogs.
348. Make wxFileDialog parent-less, to avoid possible orphaning. (FS#1515)
349. GRIB: Implement support for "earth" style particle display of Wind and current values. Thanks Sean.
350. Correct rendering of skewed polyconic raster charts (FS#1532)
351. Correct occasional chart info window display error. (FS#1500)
352. Correct Tide/Current station selectable point logic (FS#1473)
353. Correct Tide/Current selection logic in Touch/Tablet mode. (FS#1473)
354. Correct calculated bearing for due North course from 360 to 000. (FS#1539)
355. Correct font selection logic for Chart Groups sub-menu (FS#1516)
356. Work around Mac OpenGL raster rendering error (FS#1541)
357. Suppress chart outline and piano bar rendering for PlugIn charts when PlugIn is disabled.
358. Correct Route->Addpoint length calculation after undo (FS#1540)

Release Notes:

343. This Feature Request allows one to pre-designate a specific MMSI number for special handling. The choices should be intuitive. Of particular note is the idea that one can preset the MMSI numbers of onboard Personal Locator Beacons, so that a MOB from your ownship will be signalled immediately.

349. "Earth-style" particle rendering for GRIB wind and current data. Very cool. Enable in the GRIB settings dialog, option "Particles".

350. Skewed polyconic charts near US Great lakes will require database rebuild.

Please check and clear your Flyspray issues, if possible

Thanks, and good luck

Dave
bdbcat is offline   Reply With Quote
Old 22-10-2014, 22:22   #2
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: OpenCPN Beta Version 3.3.2222 Released

Hi all...
The download page is updated, the beta PPA packages for Ubuntu/Debian are currently building and will be available shortly.

Happy testing

Pavel
nohal is offline   Reply With Quote
Old 23-10-2014, 03:57   #3
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: OpenCPN Beta Version 3.3.2222 Released

Somehow the particle grib display doesn't work for me until I removed the stopping of the timer:

Code:
diff --git a/plugins/grib_pi/src/GribOverlayFactory.cpp b/plugins/grib_pi/src/GribOverlayFactory.cpp
index 5d84140..b482302 100644
--- a/plugins/grib_pi/src/GribOverlayFactory.cpp
+++ b/plugins/grib_pi/src/GribOverlayFactory.cpp
@@ -1186,7 +1186,7 @@ void GRIBOverlayFactory::RenderGribParticles( int settings, GribRecord **pGR,
     if(!m_Settings.Settings[settings].m_bParticles)
         return;
 
-    m_tParticleTimer.Stop();
+//    m_tParticleTimer.Stop();
     
     //   need two records or a polar record to draw arrows
     GribRecord *pGRX, *pGRY;
seandepagnier is offline   Reply With Quote
Old 23-10-2014, 04:21   #4
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: OpenCPN Beta Version 3.3.2222 Released

Hi,

Fedora & EPEL packages available in my repo

Enjoy!
Jean-Eudes
SethDart is offline   Reply With Quote
Old 23-10-2014, 05:49   #5
Registered User

Join Date: May 2011
Posts: 847
Re: OpenCPN Beta Version 3.3.2222 Released

I don't see the option for the particle display.... upgraded with default settings in Windows 7. Grib plugin shows as V2.3
Littlechay is offline   Reply With Quote
Old 23-10-2014, 06:54   #6
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: OpenCPN Beta Version 3.3.2222 Released

Littlechay...
It is in the settings as the changelog above says...



Pavel
Attached Thumbnails
Click image for larger version

Name:	screenshot-area-2014-10-23-084951.png
Views:	1194
Size:	98.1 KB
ID:	90172  
nohal is offline   Reply With Quote
Old 23-10-2014, 07:05   #7
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Beta Version 3.3.2222 Released

Sean....

"Somehow the particle grib display doesn't work for me until I removed the stopping of the timer:"

I do not understand this either.

Please experiment/debug. We need to understand what is going on here, since we would like to allow PlugIns full access to the display via overlays at whatever rate desired.

If you get hung up on the shutdown sequence, that will be easy to fix. It is the apparent re-ordering of the event queue on Win8 that has me worried.

Dave
bdbcat is offline   Reply With Quote
Old 23-10-2014, 07:58   #8
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: OpenCPN Beta Version 3.3.2222 Released

Thanks!
343. Implement AIS MMSI Special Properties logic (FS#802)
rgleason is online now   Reply With Quote
Old 23-10-2014, 08:39   #9
Registered User

Join Date: Feb 2010
Posts: 619
Re: OpenCPN Beta Version 3.3.2222 Released

Wind particles view very nice and certainly useful! Thanks!

I think it is best used to look at wind patterns over a relatively large area. For this, the particles are better seen on a not so detailed chart - usually just the background chart will suffice. Here, it would be nice if one could very easily switch off all other charts.

In other words, an empty, or "basic only" chart group would help to fully appreciate the particles view ...

Maybe this can be done today, but just now I do not see how ?
PjotrC is offline   Reply With Quote
Old 23-10-2014, 08:59   #10
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: OpenCPN Beta Version 3.3.2222 Released

Quote:
Originally Posted by PjotrC View Post
Wind particles view very nice and certainly useful! Thanks!

I think it is best used to look at wind patterns over a relatively large area. For this, the particles are better seen on a not so detailed chart - usually just the background chart will suffice. Here, it would be nice if one could very easily switch off all other charts.

In other words, an empty, or "basic only" chart group would help to fully appreciate the particles view ...

Maybe this can be done today, but just now I do not see how ?
Because sadly I cannot sail more than say 100 miles a day that is somehow useless for me. However I want to see more wind arrows when zooming into the chart...
Gerhard
CarCode is offline   Reply With Quote
Old 23-10-2014, 09:22   #11
Registered User

Join Date: Feb 2013
Location: Germany, Bavaria
Boat: Jeanneau Sun Fizz 40' or is it 39'?? :-)
Posts: 206
Re: OpenCPN Beta Version 3.3.2222 Released

Hi all,

I downloaed the windows package. Somehow I experience a VERY slow start (something arond 3 minutes) - do you have similar experiences or do you think there is something wrong with my settings?

Thanks for any help.

Best regards, Uwe
HUR450502 is offline   Reply With Quote
Old 23-10-2014, 09:26   #12
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: OpenCPN Beta Version 3.3.2222 Released

Uwe...
Starts immediately for me, as all the other versions. Please post your logfile so we can see in which phase the delay appears.

Pavel
nohal is offline   Reply With Quote
Old 23-10-2014, 09:39   #13
Registered User

Join Date: Feb 2013
Location: Germany, Bavaria
Boat: Jeanneau Sun Fizz 40' or is it 39'?? :-)
Posts: 206
Re: OpenCPN Beta Version 3.3.2222 Released

Hi Pavel,

sorry to bother you, but I would need help: Which log file and where do I find it (Window 7)??

Thanks for your reply - I am amazed ..... :-)

Best regards, Uwe
HUR450502 is offline   Reply With Quote
Old 23-10-2014, 09:52   #14
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: OpenCPN Beta Version 3.3.2222 Released

Uwe...
Installing OpenCPN | Official OpenCPN Homepage - scroll down to "Location of Important Files. Log and config files."

Pavel
nohal is offline   Reply With Quote
Old 23-10-2014, 09:55   #15
Registered User

Join Date: Feb 2013
Location: Germany, Bavaria
Boat: Jeanneau Sun Fizz 40' or is it 39'?? :-)
Posts: 206
Re: OpenCPN Beta Version 3.3.2222 Released

ok, I think I got it....... :-)

Is this the correct file?? (I shortened it to only show entries from today.....

it looks as if it happens always between these points:

15:35:31: Setting Ownship Lat/Lon 37.9741, -0.6838
15:38:02: System default Language: de_DE

As the file seemed to be too big, I renamed it to .pdf type, however, it is just the plain text..... ok??

Best regards,

Uwe
Attached Files
File Type: pdf opencpn.log.pdf (31.4 KB, 56 views)
HUR450502 is offline   Reply With Quote
Reply

Tags
enc, lease, opencpn

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This 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 Beta Version 3.1.814 Released bdbcat OpenCPN 185 14-09-2012 07:43
OpenCPN Beta Version 3.1.802 Released bdbcat OpenCPN 158 14-08-2012 10:07
OpenCPN Beta Version 3.1.714 Released bdbcat OpenCPN 91 01-08-2012 17:08

Advertise Here


All times are GMT -7. The time now is 12:08.


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.