-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Implement geofencing settings in the project properties' QField panel #593
Conversation
Nice ! Can we have a UI adjustment: the description what it does (i.e. it will alert in case of XXX) should be there. The "reverted logic" should live as a tooltip instead. |
@m-kuhn , we can certainly have a UI adjustment ;) good idea. |
acfb0f8
to
9b06840
Compare
self.geofencingGroupBox.isChecked() | ||
) | ||
|
||
try: |
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.
Do you have a concrete example when we need the try/except
? I see it is also 10 lines above, but on this line it seems you handle this with the if/else
check for currentLayer()
existance.
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, one small comment.
This PR adds a couple of widgets to setup geofencing in QField. Looks:
The libqfieldsync counterpart is here: opengisch/libqfieldsync#86