-
Notifications
You must be signed in to change notification settings - Fork 65
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
Measurement Tool #3574
Measurement Tool #3574
Conversation
Pull Request Test Coverage Report for Build 11441167335Details
💛 - Coveralls |
b714a1e
to
af48eba
Compare
9ca7aec
to
60d2968
Compare
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.
LGTM
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.
Where do you handle the done
button? (from the cpp perspective)
c81916e
to
8a22005
Compare
8da3b28
to
78eb80a
Compare
Please merge master here so the iOS is running :) |
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.
Quite a few comments, but they are rather small. Thanks for addressing my previous ones!
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.
🚀
Hi @uclaros, can I ask you to review the usage of QGIS API please? Thanks! You will find it in |
When you measure a line (not a closed shape) it still says it is |
Hi @erpas, thanks for the comment. That’s the expected behavior following the tool design |
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.
Nice work!
I've got a few comments though :)
- I'd also like to have the units selectable in the measurements panel. While the project default units is a good default start, I can see users wanting to change that temporarily for a single measurement)
- It would be nice to have 2 decimal digits when the measured distance is small enough (less than a meter? 10 meter? other?)
- It would be nice if there was a button to toggle closing/opening the geometry. If a user is trying to measure the area of a big square field, we shouldn't force him to re-digitize the first point in order to get an area! It would be way easier to just hit a button after digitizing the 3rd point.
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.
Looks good to me! Let me remove the changes to the android CI job
Measurement Tool
RPReplay_Final1727370214.3.1.mov
Enhancements to existing Mergin Maps Components:
showInfoTextMessage
inMMMapController
) now supports at most three lines.Resolves #1400