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-03-2018, 11:11   #2131
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Beta Test / Technical

Quote:
Originally Posted by rgleason View Post
Forgot I need to make a local branch too..

git checkout -b v4.8.2 -bcbda2a

should do it. would be nice to have the tag.

This worked. I guess the Tag is seen by git, but not by us. I am talking about the remote tag v4.8.2 seems to get covered by the title "Fix the permissions..."


checked
What does "tag is not seen by us" mean exactly?
The tag is there and perfectly visible. If you mean we should also make commits with a comment "I am going to tag this commit", we should not.

Pavel
nohal is offline   Reply With Quote
Old 04-03-2018, 07:02   #2132
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,731
Images: 2
Re: Beta Test / Technical

Quote:
Originally Posted by nohal View Post
What does "tag is not seen by us" mean exactly?
The tag is there and perfectly visible. If you mean we should also make commits with a comment "I am going to tag this commit", we should not.
Pavel
This was not visible before! Thanks. (could be my eyes too. It is awefully small text)

Code:
C:\Users\Frederick\Documents\GitHub\OpenCPN>git branch -va
  master                              ca6286e Merge pull request #1005 from seandepagnier/llregion_optimization
* v4.8.2                              bcbda2a Fix the permissions on documentation files
rgleason is offline   Reply With Quote
Old 04-03-2018, 07:15   #2133
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Beta Test / Technical

Quote:
Originally Posted by rgleason View Post
This was not visible before! Thanks. (could be my eyes too. It is awefully small text)

Code:
C:\Users\Frederick\Documents\GitHub\OpenCPN>git branch -va
  master                              ca6286e Merge pull request #1005 from seandepagnier/llregion_optimization
* v4.8.2                              bcbda2a Fix the permissions on documentation files
Nobody did any change to anything...


Code:
git tag
is the command that lists all the tags. Do not confuse tags with branches, they are a completely different thing.
nohal is offline   Reply With Quote
Old 04-03-2018, 12:08   #2134
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,731
Images: 2
Re: Beta Test / Technical

Thanks, got it git tag boy is there a lot to learn.
rgleason is offline   Reply With Quote
Old 08-03-2018, 20:13   #2135
Registered User

Join Date: Mar 2018
Posts: 1
Samsung s8 crashing

Has anyone else been having a problem with there Samsung s8 not been able to run?
Svwarpdrive is offline   Reply With Quote
Old 15-03-2018, 16:04   #2136
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,731
Images: 2
Squiddio POI

There has been a suggestion to move Sqiddio POI out of navobj.xml
and the normal routes and waypoints to make things easier, but where is the most appropriate place to move them from programming point of view?

1. Layers? Would squiddio_pi have access to the functions needed?
2. ODnavobj.xml or its own SQnavobj.xml with a duplication of portions of Ocpn_Draw code?

Mauro has said he would look into moving the POI, but I think there are Programmers who can best advise regarding this change.

There is a squiddio thread here. Its probably best to post your response there as Mauro will see it. Thanks.
http://www.cruisersforum.com/forums/...ml#post2597138
rgleason is offline   Reply With Quote
Old 15-03-2018, 16:10   #2137
Registered User

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

Quote:
Originally Posted by rgleason View Post
There has been a suggestion to move Sqiddio POI out of navobj.xml
and the normal routes and waypoints to make things easier, but where is the most appropriate place to move them from programming point of view?

1. Layers? Would squiddio_pi have access to the functions needed?
2. ODnavobj.xml or its own SQnavobj.xml with a duplication of portions of Ocpn_Draw code?

Mauro has said he would look into moving the POI, but I think there are Programmers who can best advise regarding this change.

There is a squiddio thread here. Its probably best to post your response there as Mauro will see it. Thanks.
http://www.cruisersforum.com/forums/...ml#post2597138
Squidd.io waypoints are not saved in navobj.xml.

What exactly it is you would like it to do, without trying to envision how it has or not to be technically implemented?
nohal is offline   Reply With Quote
Old 15-03-2018, 16:17   #2138
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,731
Images: 2
Re: Beta Test / Technical

I think the request was made to get them out of Waypoints. I should probably check why the suggestion was made to start with, but I think it was that.
Attached Thumbnails
Click image for larger version

Name:	Screenshot (147).jpg
Views:	62
Size:	421.9 KB
ID:	166419  
rgleason is offline   Reply With Quote
Old 15-03-2018, 16:20   #2139
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Beta Test / Technical

Quote:
Originally Posted by rgleason View Post
I think the request was made to get them out of Waypoints. I should probably check why the suggestion was made to start with, but I think it was that.
OK, so basically rewrite most of the plugin, implementing the whole rendering logic and interaction with the user from scratch... Yes, it is doable.
nohal is offline   Reply With Quote
Old 15-03-2018, 16:23   #2140
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,731
Images: 2
Re: Beta Test / Technical

Ouch. I guess layers don't have access to the waypoint functions, they are kind of frozen.
I was kind of thinking that squiddio could have some layers of its own, and the waypoints would be in there.
rgleason is offline   Reply With Quote
Old 15-03-2018, 17:19   #2141
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,472
Re: Beta Test / Technical

Rick...

I think having Squiddio POIs occupy their own layer(s) is a very good idea. In my limited user-oriented experimentation, I did not like to see potentially thousands of Squiddio "destination" points intermingled with my other daily navigation points.

Implementation is another matter. Of course we can extend the API for O5 to make this easier. But that is later, at some undefined timeframe. We want something now for O482 and prior releases.

So we need to read the code and think about the best way to implement this now.

Dave
bdbcat is offline   Reply With Quote
Old 15-03-2018, 18:13   #2142
Registered User

Join Date: May 2013
Location: NSW, Australia
Boat: Richter 42
Posts: 1,077
Re: Beta Test / Technical

Just a thought, if you are just doing POI and some text (I don't have access to squidio at the moment) could this be implemented using OD Text Points? They are geolocated, have rollover capability and can show the associated text all the time, on rollover or never. They can be in layers and the information is stored in the ODnavobj.xml file.

Regards
Jon
jongough is offline   Reply With Quote
Old 15-03-2018, 18:43   #2143
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,731
Images: 2
Re: Beta Test / Technical

Thank you Bdbcat, Pavel and Jon, I think I picked up that the next cycle will probably be a long one. I had hoped this idea for moving squiddio PO! waypoints would eventually occur. It appears that it may be able occur in a sooner timeframe, in which case I think it would help squiddio, at a particular moment of growth and improvement. There appears to be interest in this plugin as an alternative to AC and Mauro appears to be focused on it.

coupdemistral
http://www.cruisersforum.com/forums/...ml#post2595024
http://www.cruisersforum.com/forums/...ml#post2595041
http://www.cruisersforum.com/forums/...ml#post2595051
rgleason is offline   Reply With Quote
Old 15-03-2018, 18:57   #2144
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Beta Test / Technical

Quote:
Originally Posted by bdbcat View Post
Rick...

I think having Squiddio POIs occupy their own layer(s) is a very good idea. In my limited user-oriented experimentation, I did not like to see potentially thousands of Squiddio "destination" points intermingled with my other daily navigation points.

Implementation is another matter. Of course we can extend the API for O5 to make this easier. But that is later, at some undefined timeframe. We want something now for O482 and prior releases.

So we need to read the code and think about the best way to implement this now.

Dave
Dave

Isn't right click "Hide local Squiddio destinations" enough to take care of your problem?

Thomas
cagney is offline   Reply With Quote
Old 16-03-2018, 07:10   #2145
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,731
Images: 2
Re: Beta Test / Technical

Quote:
Originally Posted by cagney View Post
Dave

Isn't right click "Hide local Squiddio destinations" enough to take care of your problem?

Thomas
Well yes, it does remove the display of icons from the screen, however the POI remain in the Route Manager> Waypoint Tab, cluttering up navigation waypoints.

Others have noted this and made the request. It appears that Dave has noticed this too. It's not ideal as it is, and we can probably "live" with it, but there are new users migrating from AC who are asking for improvements and made this request, and I happen to agree with it. I think it is worthwhile thinking about it and at the least knowing what needs to be done. And many thanks to Dave for offering to think about it.
rgleason 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
Beta Marine Diesel michaelmrc Engines and Propulsion Systems 48 23-03-2016 13:44
Need some technical advice....antennas. Just a Tinch Marine Electronics 15 01-12-2007 15:57
Blue Sea Systems Technical Brief GordMay Electrical: Batteries, Generators & Solar 0 16-03-2007 04:16
technical difficulties witchcraft The Sailor's Confessional 1 30-05-2005 14:09
Dow Corning Technical Manual GordMay The Library 0 12-04-2005 16:25

Advertise Here


All times are GMT -7. The time now is 19:40.


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.