Hello,
isn't it enough for you to just be able to tap the eye icon to disable lower levels?
isn't it enough for you to just be able to tap the eye icon to disable lower levels?
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: tapio on January 07, 2022, 11:35:23a) I understand, I associate gpx with locus without thinking that there are other apps
Ugh, I need to look again. Just some related thoughts I hope:
a) I didn't only have Locus GPX in mind. Some other apps were in use as well, they create different xml formats. Replace with NULL? Do I leave an ugly empty line? May need to look at it again.
b) time xml tag may be stretched over multiple lines.
c) I think with the exclusion of the bracket I prevented greedy matching. Keep in mind Regex matches greedy. a.*b matches until the last "b": 1234abcdgebabbbgggchbdkj - i.e. in GPX it would match from first <time> until the last </time> it can find. This would effectively delete most of the gpx - this is also because sed -z in a way flattens the whole file to one line (otherwise, in the default line-by-line style of sed, regex wouldn't work for xml tag structures IMO)
d) As for the tab I probably was just lazy to look into docs, wasn't sure about it being included in \s, thanks for the info
Quote from: tapio on November 15, 2021, 10:30:50Hello tapio,Quote from: Andrew Heard on November 14, 2021, 22:01:57I see the main processing is done via the lineThx. Yeah, even if you're good at regex, sed is always tricky; it's especially the CRLF treatment of it, so I was happy about the -z option. Took me a while. The greedy matching of regex and multiple occurences of the same tags is also a thing always...sed -i -z 's;[\s\t]*<time>[^<]*</time>[^<]*;;g'
Just wanted to create a basic task. GPX files sometimes differ, e.g. some apps create a more flat output with nested xml tags and one trkpt per line...
Your next posting will be #1000
Quote from: janaton on November 15, 2021, 10:05:09The new version does what I need good job !
@lor74cas, @Andrew Heard thank's a lot for the clarification. Now I totally understand and believe I have a good news for you. I am just working on extension of elevation chart. After that you should have distance / time toggle for x axis.
Quote from: Menion on November 27, 2021, 08:59:28Does this basic and useful function really needs votes to be implemented?
Hello,
not yet implemented. Suggest voting here to increase priority and watch progress.
Quote from: Andrew Heard on November 26, 2021, 22:35:02Sure I can use it, but I know it was open because I personally updated the info on OSM, for this reason I tested the routing on the bridgeQuote from: lor74cas on November 20, 2021, 10:11:51@lor74cas could you have used manual/ direct routing for the section over the bridge?
Hello,
today I tried to plan a track with the app but the route excluded the passage on a bridge which has now been reopened, this with LoRouter Offline.
I switched to LoRouter online and the bridge was transitable.
Quote from: Menion on November 26, 2021, 14:42:23Thank you
Hi,
split of LoMaps into some kind of tiles and far from doable, sorry. Anyway routing data are completely independent on the LoMaps. They are in the Locus Store currently under LoMaps as it was the easiest solution. But once you have downloaded any, the best is to use automatic updates and track them separately over settings > Navigation > LoRouter offline > settings button. Here you may set how often will be data updated. 4 days guarantee really small updates (only differences) so it is recommended option.
Quote from: Andrew Heard on November 14, 2021, 07:25:52Exactly now we have just distance and elevation, we should change then graph to toggle distance/time from start/ time of the day or for each point in the pop up we need the info of timestampQuote from: lor74cas on November 13, 2021, 16:37:32@lor74cas - do you mean display of timestamp in the chart popup? RWGPS makes this aspect so easy. Would be great to display the timestamp at any point of the track. +1
By timestamp I mean that the tracks recorded by gps and imported into the planner have no time references. It is not possible to make simple assessments
Quote from: Andrew Heard on October 30, 2021, 00:11:09On lineage with Android 9 and root I had the same.
update to 4.4.3.12 on Android 8 appears to perform correctly
Quote from: WujTom on October 16, 2021, 10:24:53+1
In the route details. Can I move the "hide" button to the bottom bar?