PostFrontal Forum
PostFrontal Forum
PF Home | International_Forum | Profile | Register | Active Topics | Members | Search | FAQ | Upload image
 All Forums
 LK8000 International Support
 Change requests and new features list
 Scale in Analyse Contest

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
mazuk Posted - 18/04/2012 : 19:57:40
Hi,

I have a request to change the scale on the Contest page to the actual trace.
If you have defined a task the trace can be hard to see because the scale of the task is normaly used.

I just add to the Dialogs\dlgStatistics.cpp the below patch. I don't know if you like it but it fits better to my needs.


Ciao
Mazuk

------------------------------------------------------------------------
1075
1075 if(!olcmode) { // right scale for actual trace patch 18.apr.2012 mazuk
------------------------------------------------------------------------
1076 1076 for (i=0; i<MAXTASKPOINTS; i++) {

1119 } // end of scale for contest analyses patch 18.apr.2012
------------------------------------------------------------------------
1119 1120 for(unsigned i=0; i<trace.size(); i++) {
1120 1121 lat1 = trace[i].Latitude();
1121 1122 lon1 = trace[i].Longitude();
1122 1123 x1 = (lon1-lon_c)*fastcosine(lat1);
1123 1124 y1 = (lat1-lat_c);
1124 1125 ScaleXFromValue(rc, x1);
------------------------------------------------------------------------
2   L A T E S T    R E P L I E S    (Newest First)
mazuk Posted - 18/04/2012 : 21:27:02
Thank you for your great job and adopting the request.
Mazuk
Coolwind Posted - 18/04/2012 : 21:09:24
Hey I try to merge this into 3.1b ! thx

p.s.
I hope you dont mind we use a simple goto so we dont need to reformat the code. mr. Wirth will not complain!

PostFrontal Forum © 2005-2010 PostFrontal - La community del Volo a Vela Go To Top Of Page
This page was generated in 0.14 seconds. Snitz Forums 2000