-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mylin/1617 support spatial profile line polyline #1812
Mylin/1617 support spatial profile line polyline #1812
Conversation
… RegionSelectorComponent.tsx
…ne region in export data header
@TienHao as we have a new “compute” tab in the settings dialog, please add a placeholder for the in-app help. |
@TienHao Please help to refine the cursor info:
|
@TienHao The tsv header and file name need another tweak. When the profile is from line or polyline region, we should say "Region Profile" instead of "X profile" in the first line of the tsv file. Similar for the file name of the tsv. |
@TienHao please enable auto y-scale when zooming for a line or polyline profile, just like point or cursor region profile. |
@TienHao The title of the settings dialog needs a tweak too. I suggest we unify it to "Spatial Profile Settings" In addition, the show mean/rms function does not work for line/polyline profile. |
* refined cursor info * modified exportData header and title of settings dialog * enable auto y-scale zooming * fixed Mean/RMS
…ocal decimated profile
@YuHsuan-Hwang @veggiesaurus I have had brief tests during the draft PR stage. Now it is ready for code review. I will continue my tests before approving. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me. only very minor issues.
@YuHsuan-Hwang I try my best to solve the merge conflicts (as well as solve the minor issue you suggested), could you check whether this branch is working fine or not? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YuHsuan-Hwang I try my best to solve the merge conflicts (as well as solve the minor issue you suggested), could you check whether this branch is working fine or not?
At least this branch can build successfully on my MacOS 11 laptop, I will try to build on my Ubuntu laptop in the weekend.
@acdo2002 looks fine to me 👍
I have tried to build it on ubuntu 20.04, it looks fine. |
Fixed #1617
The corresponding backend PR1020