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 03-09-2017, 10:36   #871
Registered User

Join Date: Sep 2017
Location: Denmark
Boat: Ohlson 29
Posts: 40
Re: OpenCPN General

Hi Hubert,

yes national text is enabled in vector chart options.

Jan
janth is offline   Reply With Quote
Old 07-09-2017, 10:27   #872
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,471
Re: OpenCPN General

janth...

To build OCPN with debug symbols included, do this:

Code:
$mkdir build
$cd build
$cmake -DCMAKE_BUILD_TYPE=Debug ..
$make

You should see a typical compile command as:

Code:
[  2%] Building CXX object CMakeFiles/GARMINHOST.dir/src/garmin/jeeps/garmin_wrapper.cpp.o
.
.
.
 -Wall -Wno-unused -fexceptions -rdynamic  -g -fno-strict-aliasing  -O0  
-DPREFIX=\"/usr/local\" -o CMakeFiles/GARMINHOST.dir/src/garmin/jeeps
/garmin_wrapper.cpp.o -c /home/dsr/Projects/opencpn/src/garmin/jeeps
/garmin_wrapper.cpp
Note the "-O0" parameter (Optimization level 0), and the "-g" also.

Good Luck
Dave
bdbcat is offline   Reply With Quote
Old 07-09-2017, 10:41   #873
Registered User

Join Date: Sep 2017
Location: Denmark
Boat: Ohlson 29
Posts: 40
Re: OpenCPN General

Hi Dave,

thanks for your reply. I have already tried that, but when I then try "gdb opencpn" then it says there are no debug symbols ?

Jan
janth is offline   Reply With Quote
Old 07-09-2017, 10:48   #874
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,471
Re: OpenCPN General

jan...

Try running OCPN from the build directory, e.g.

$cd build
$ gdb ./opencpn

Dave
bdbcat is offline   Reply With Quote
Old 07-09-2017, 11:08   #875
Registered User

Join Date: Sep 2017
Location: Denmark
Boat: Ohlson 29
Posts: 40
Re: OpenCPN General

Hi Dave,

thanks, that did the trick :-)
Jan
janth is offline   Reply With Quote
Old 07-09-2017, 11:10   #876
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,796
Re: OpenCPN General

So looking forward to see your crash dump(s). It is quite urgent as we have to evaluate if we package this into an updated version of the plug-in quite quickly.

Hubert
bcn is offline   Reply With Quote
Old 14-09-2017, 06:39   #877
Registered User

Join Date: Sep 2017
Posts: 2
Re: OpenCPN General

Does anyone know where a feature such as FAIRWAY is associated with a color? It does not matter what color palette I am using, I just want to know what color pattern it is associated with like NODTA. Thank you.
barbacbd is offline   Reply With Quote
Old 17-09-2017, 02:10   #878
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,731
Images: 2
Re: OpenCPN General

Please explain what you are talking about.
rgleason is offline   Reply With Quote
Old 17-09-2017, 06:39   #879
Registered User

Join Date: Sep 2017
Posts: 2
Re: OpenCPN General

There is an xml file that creates the color palettes such as DAY-BRIGHT or DUSK that has all of the same color names such as NODTA and it associates an RGB color value with that particular color in that particular color palette. I wanted to know how the software associates a color such as NODTA with a layer like FAIRWY or DMPGRD for instance. I don't see anywhere that explicitly states that this layer receives this color.
barbacbd is offline   Reply With Quote
Old 17-09-2017, 07:11   #880
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: OpenCPN General

Quote:
Originally Posted by barbacbd View Post
There is an xml file that creates the color palettes such as DAY-BRIGHT or DUSK that has all of the same color names such as NODTA and it associates an RGB color value with that particular color in that particular color palette. I wanted to know how the software associates a color such as NODTA with a layer like FAIRWY or DMPGRD for instance. I don't see anywhere that explicitly states that this layer receives this color.
The display style of chart objects is defined by the presentation library part of the S-57/S-52 standard.
If you look at the very same chartsymbols.xml file where you found the color definitions, just further down, you will find the definition of the display of different chart objects. You will also see that it is not as simple as a color assignment, but there are rules defined for every object, which lead to the symbolization definitions even further down in the same XML file or, in the most complicated cases to code in https://github.com/OpenCPN/OpenCPN/b...rc/s52cnsy.cpp

There is some documentation at https://opencpn.org/wiki/dokuwiki/do...vector_palette
nohal is offline   Reply With Quote
Old 18-09-2017, 14:55   #881
Registered User
 
Jimske's Avatar

Join Date: Jul 2006
Location: Connecticut
Boat: Boatless
Posts: 376
Re: OpenCPN General

Just downloaded OpenCPN 4.8.0 The software said I didn't need plug in to get charts since this version already included it int he download. But . . . I can't find the screen to select charts. No icon or instructions.

I'm not all that computer savvy. Suggestions how to find?

I'm running Windows 10.

Thanks
Jimske is offline   Reply With Quote
Old 18-09-2017, 18:07   #882
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,731
Images: 2
Re: OpenCPN General

Jimske,

Go to the Toolbar > Wrench, which is "Options" settings. Then find "plugins" then try "Enabling" the plugin.

You might want to check this page in the Manual
https://opencpn.org/wiki/dokuwiki/do...all_and_enable
rgleason is offline   Reply With Quote
Old 18-09-2017, 20:16   #883
Registered User
 
transmitterdan's Avatar

Join Date: Oct 2011
Boat: Valiant 42
Posts: 6,008
Re: OpenCPN General

Quote:
Originally Posted by Jimske View Post
Just downloaded OpenCPN 4.8.0 The software said I didn't need plug in to get charts since this version already included it int he download. But . . . I can't find the screen to select charts. No icon or instructions.

I'm not all that computer savvy. Suggestions how to find?

I'm running Windows 10.

Thanks
I am not sure you understood what you the "software said". Charts are not included with the program. OpenCPN includes a plugin that can download charts and install them for you. But you have to tell it which charts you want to download. All of that is explained in the user manual here:

https://opencpn.org/wiki/dokuwiki/do...downloader_tab

If you still can't figure out how to get free US charts come back here and we will help you.
transmitterdan is offline   Reply With Quote
Old 20-09-2017, 16:01   #884
Registered User
 
Jimske's Avatar

Join Date: Jul 2006
Location: Connecticut
Boat: Boatless
Posts: 376
Re: OpenCPN General

Quote:
Originally Posted by rgleason View Post
Jimske,

Go to the Toolbar > Wrench, which is "Options" settings. Then find "plugins" then try "Enabling" the plugin.

You might want to check this page in the Manual
https://opencpn.org/wiki/dokuwiki/do...all_and_enable
I don't have any icon for wrench in the toolbar.
Jimske is offline   Reply With Quote
Old 20-09-2017, 16:07   #885
Registered User
 
Jimske's Avatar

Join Date: Jul 2006
Location: Connecticut
Boat: Boatless
Posts: 376
Re: OpenCPN General

Quote:
Originally Posted by transmitterdan View Post
I am not sure you understood what you the "software said". Charts are not included with the program. OpenCPN includes a plugin that can download charts and install them for you. But you have to tell it which charts you want to download. All of that is explained in the user manual here:

https://opencpn.org/wiki/dokuwiki/do...downloader_tab

If you still can't figure out how to get free US charts come back here and we will help you.
User manual says go to the chart downloader tab. That's my problem. I don't have that tab. All I have is the "Traditional" tab.
Jimske is offline   Reply With Quote
Reply


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 bdbcat OpenCPN 1343 19-09-2009 15:59
Hi - Just a Few Brief General Questions valley Meets & Greets 5 26-08-2009 12:19
OpenCPN with BSB v4 selkie Navigation 4 03-08-2009 11:32

Advertise Here


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


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.