Quote from: Menion on April 24, 2024, 08:22:02And thanks balloni. I also think it will be "this" problem with Geocaching.
Hello Menion,
maybe he's referring to what I wrote here:
https://forum.locusmap.eu/index.php?topic=8855.msg75312#msg75312
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Menion on April 24, 2024, 08:22:02And thanks balloni. I also think it will be "this" problem with Geocaching.
Quote from: Andrew Heard on March 19, 2024, 04:42:25@menion "Missing Select from screen > why do you miss this option? You do it directly in Route planner - picking from the map screen." https://forum.locusmap.eu/index.php?topic=8743.msg74953#msg74953 - I couldn't quote you because the topic was locked.
A few times while testing the new offline route planner I wished there was the option. For example (even in writing this reply) the route planner now shows bottom panel "+ Select start" & "+ Select destination" > I tap Select start > and here straight way I have no option to select an ad-hoc position on the map? Isn't this sufficient reason, and consistent with other places where "Select from screen" is unhidden?
Yes, as you say in your later post https://forum.locusmap.eu/index.php?topic=8743.msg74958#msg74958, I can tap the map direct, but once the user has displayed the "Select location" list, for whatever reason, I don't see a reason not to display the method.
Quote from: Menion on February 02, 2024, 11:42:21Hi lor74cas,
there were some changes on the Crowdin side, but even our main account requires only code from the email. There isn't any alternative option except auth-app? I would expect some "Use another method" button, where your email should be used as an authenticator.
QuoteHi Lorenzo,
We will gladly help you, so we need to run a quick security check first before disabling the 2fa for your account. Please provide us with the following info:
Confirmation from the project owner, who can verify identity that we should reset the 2fa for your account.
Email + thread from this email.
Stored device cookie cnpf (from the device they were logged in previously)
To do the last one, please open your account sign-in page => open browser dev tools => go to Application tab => Cookies (attached the video recording to guide the process)
Also, we would need to inform you that we will be able to restore your access to the account within 3 working days
Looking forward to your reply,
Quote from: papizac on December 24, 2023, 16:31:38Good morningHello,
I would like to connect locus map to my smartwatch, but I couldn't find it in the locus settings.
another question: why does locus turn off when I close my smartphone and I no longer have
information about my journey when I reopen it.
Thank you for your answers
Quote from: michaelbechtold on October 15, 2023, 09:23:17The contour lines mentioned in the news are embedded into the .map files. And display (or not) is controlled by the theme.Thanks for the reply, but I think that a bit of confusion arises if the map shows more detail than what is calculated for the altimetry. They should always be aligned, whereas now there is a possibility that this will not happen without the user being aware of it. Now for example I had the maps with less visible detail but Sonny's hgts at 1', but I was aware of it.Obviously it's just my opinion as long as I understand the new implementation correctly
The hgt files are optional and allow the dynamic elevation Feature.
Quote from: Menion on September 25, 2023, 09:38:40App (if we will talk about track recording), is prepared to accidentally shutdown of the whole system. So when you restore the power of the device within 10 minutes, the recording should even start again automatically.Thanks Menion,
Quote from: Tapio on August 19, 2023, 19:45:35Not my experience. In case of Android crash/reboot I never lost a track and Locus continued recording the restored track. Happened to me ~3 times over the years.I confirm, in the rare cases in which it happened I was always amazed how the track was then easily recovered when restarting locus.
Quote from: joeloc on August 11, 2023, 18:45:39Buddy tracking is super unreliable btw, if anybody still cares about that function. It stops working at least least five times per day and we have to manually turn it off and on to see our points again.
It always happens when network reception is bad for a while. Locus seems to mess up internally and never gets back on track.
Btw... if you have code in there like
if phone.isOnline()
do_stuff();
else
do_other_stuff();
that might be the main problem. Once you leave your LTE development couch and travel through the real world, your phone will quite often only THINK it's online... like in zero bars 4G or even Edge. Transmitting a single byte might take ages though or come back with a failure after some longish timeout. Quite likely Locus hickups on that... maybe if the network error timeout is longer than the tracking interval? Just guessing.
And nope... we're not in rural India... we're in the mountains of southern France right in central Europe. Buddy tracking still fails plenty.
There are obviously at least a dozen other things wrong with buddy support in general. But unless the likely answer is different from "not a priority" (as for the last five(?) years), I won't bother repeating myself over and over again. Ask if you want two more pages of neccessary fixes... or just go cycling with a buddy, then you might finally notice yourself and do something about it :-)