-
Notifications
You must be signed in to change notification settings - Fork 108
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
"Tourist mode" #987
Comments
Now when "jump to GPS-position" tool is implemented, I suggest that double or long click on the button will start up "tourist mode". It means the app will autopush on the button every second. In settings you might implement choises:
Default: 1 sec update frequencey, no locking of other tools, yes prevent screen saver to darken the device. |
Anyone else that feels this would be cool/useful? |
To be honest, I occasionally recall this ticket while walking through a forest. However, the pressure is not sufficient to make me jump into writing code for this enhancement. So, at the risk of sounding rude, let me remind that Mapper is an open-source project. Anyone can try contributing code. I promise I'll be friendly to the person who comes with the first implementation of this feature. |
I know, I have thought about giving coding a chance even I have just small
experience. :)
onsdag 19 februari 2020 skrev Libor Pecháček <notifications@github.com>:
… To be honest, I occasionally recall this ticket while walking through a
forest. However, the pressure is not sufficient to make me jump into
writing code for this enhancement. So, at the risk of sounding rude, let me
remind that Mapper is an open-source project. Anyone can try contributing
code. I promise I'll be friendly to the person who comes with the first
implementation of this feature.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#987?email_source=notifications&email_token=AD3LQD5C2GXSKC2NKTOHHQ3RDT2Z3A5CNFSM4D6II2IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMG7RJQ#issuecomment-588118182>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3LQD2ES4SL7RIXOHKEYKTRDT2Z3ANCNFSM4D6II2IA>
.
|
In tourist mode the map auto-pans so that the GNSS cursor remains around the center of the screen. Closes OpenOrienteeringGH-987
@ollesmaps, is the below what you meant? Tourist mode can be activated after long press on "move to current location". Then the location cursor is free to wander within the central area of the screen and the map gets scrolled only when the cursor would leave the center region. Quite naturally, attempts to pan the map view by hand get overridden by the automatic adjustment. |
During the next two weeks, I won't have the possibility to test this enhancement in the field. Those interested in trying out tourist mode can download a test build at the location mentioned in #1242 (comment). The test build, identifying itself as OpenOrienteering Mapper git-mobile_ui_gadgets, can be installed alongside the official Mapper release. Any feedback is welcome. |
@lpechacek |
@lpechacek: Testing the tourist mode the app started zooming in minimum-stepwise ad nauseam resp. until I closed the app. It happened twice. A third try the mode worked as intended. I cannot reproduce the error. |
Thanks, Martin, for the report. I'll review the code one more time to see what could have gone wrong. |
It works perfectly well! Some mapping days I have it all time on. It saves time. |
As a sidenote: isn't the autopanning a way how to introduce fluent drawing enhancement #988 ? |
I'm preparing this for merging and releasing with the next master release. I can confirm that unexpected changes of zoom may happen quite regularly. I will try to implement the repositioning a little differently. |
In this mode the map auto-pans so that the GNSS cursor remains close to the center of the screen. Closes GH-987 (tourist mode) Co-authored-by: Kai Pastor <dg0yt@darc.de>
In this mode the map auto-pans so that the GNSS cursor remains close to the center of the screen. Closes GH-987 (tourist mode) Co-authored-by: Kai Pastor <dg0yt@darc.de>
In this mode the map auto-pans so that the GNSS cursor remains close to the center of the screen. Closes GH-987 (tourist mode) Co-authored-by: Kai Pastor <dg0yt@darc.de>
Steps to reproduce
It would be nice for some occasions to have a "Tourist mode". For times when you stroll through terrain faster and need to see your movement on screen legibly.
Expected behaviour
In "Tourist mode" the position dot shall be bigger. The gps position shall be in centre of screen all time. The position line shall be thicker (that can be solved by #986).
The text was updated successfully, but these errors were encountered: