Hey guys!
In my opinion the upcoming elevation gain is one of the most useful information for both hikers and mountainbikers. I can see the information if i tap a track somewhere in the pop-up menu.
But i t would be very helpful, to see this information running continuously on the display.
Thanks,
Talbi
Yes i support your idea too. Maybe some expansion of the idea:
I was wondering if it's possible to display the following info during guidance along a track: What's the distance and vertical differences (exactly: the sum of elevation meters uphill, and the sum of elevation meters downhill) to the track's destination. Maybe additionally display the chart of the remaining track.
It's possible to get these infos for tracks without guidance turned on, you just have to click on the trackline
But i couldn't figure out how to display these infos for a track which I'm actually following by guidance:
Yes i support your idea too. Maybe some expansion of the idea:
I was wondering if it's possible to display the following info during guidance along a track: What's the distance and vertical differences (exactly: the sum of elevation meters uphill, and the sum of elevation meters downhill) to the track's destination. Maybe additionally display the chart of the remaining track.
It's possible to get these infos for tracks without guidance turned on, you just have to click on the trackline
But i couldn't figure out how to display these infos for a track which I'm actually following by guidance:
We do already have this value, we just need it as an dashboard element and as navigation element.
I have to disable navigation everytime be able to touch the track to get the small track popup with remaining elevation gain to the end of track.
But there is one problem which need to be discussed:
What should happen if we are not on track?
for Distance it's easy: remaining track distance + distance to closest track point
But what do we want to display for elevation if we are not on track?
remaining track elevation + 0m is what we already have in locus if we use the workarround of disabling navigation and touch the point on track to get the popup
We do already have this value, we just need it as an dashboard element and as navigation element.
I have to disable navigation everytime be able to touch the track to get the small track popup with remaining elevation gain to the end of track.
But there is one problem which need to be discussed:
What should happen if we are not on track?
for Distance it's easy: remaining track distance + distance to closest track point
But what do we want to display for elevation if we are not on track?
remaining track elevation + 0m is what we already have in locus if we use the workarround of disabling navigation and touch the point on track to get the popup
Here is the workarround:
Quit navigation / guiding
Click on the track
You get the following popup
8.5km done
50.8km left
1377hm uphill left
1668hm downhill left
But I don't know what 76 mean, 432m is the altitude of the selected point.
Here is the workarround:
Quit navigation / guiding
Click on the track
You get the following popup
8.5km done
50.8km left
1377hm uphill left
1668hm downhill left
But I don't know what 76 mean, 432m is the altitude of the selected point.
If this did not get enoght votes, I may be able to implement this as addon. There are many things missing to do that over Locus API but if I find the guiding track by searching for Track.isSelected() - in case this really works - and check if the UpdateContainer.getGuideTypeTrack().getNavPoint1Loc() is available at Track.getPoints() to get the current location index on track.
If I have this point I could iterate all points to target and add the positiv elevation change. It's difficould to get the direction of the guide, because you can navigate track reverse. But with UpdateContainer.getGuideTypeTrack().getTargetLoc() I could find out if this is the first or last point of the track to interate forwards or backwards.
If this idea did not get planed for 2018 I would add this to my Locus geeks collection for customization nerds and place it on my dashboard, maybe even with a real dashboard integration (http://help.locusmap.eu/topic/addonapi-for-dashboard-to-display-custom-data)
If this did not get enoght votes, I may be able to implement this as addon. There are many things missing to do that over Locus API but if I find the guiding track by searching for Track.isSelected() - in case this really works - and check if the UpdateContainer.getGuideTypeTrack().getNavPoint1Loc() is available at Track.getPoints() to get the current location index on track.
If I have this point I could iterate all points to target and add the positiv elevation change. It's difficould to get the direction of the guide, because you can navigate track reverse. But with UpdateContainer.getGuideTypeTrack().getTargetLoc() I could find out if this is the first or last point of the track to interate forwards or backwards.
If this idea did not get planed for 2018 I would add this to my Locus geeks collection for customization nerds and place it on my dashboard, maybe even with a real dashboard integration (http://help.locusmap.eu/topic/addonapi-for-dashboard-to-display-custom-data)
Tasker integration could look like this:
Some spelling issues there, I know.
It is only a bit of error handling missing and some testing. But it should work, if you select the track manually like in the pictures I should get anything else with the API.
Tasker integration could look like this:
Some spelling issues there, I know.
It is only a bit of error handling missing and some testing. But it should work, if you select the track manually like in the pictures I should get anything else with the API.
The new API does now include the navigation track id, which means we can skip the manual track selection :)
The new API does now include the navigation track id, which means we can skip the manual track selection :)
Here it is:
https://play.google.com/store/apps/details?id=falcosc.locus.addon.tasker&utm_source=help
And here are some project examples:
https://github.com/Falcosc/locus-addon-tasker/wiki/Examples
But we have to wait for the current Locus Map beta to get the Dashboard state and the live track id.
Currently it is only useable if you manually select the track and the dashboard overlay is always on because I don't know if your dashboard is open or not on the current Locus Map version.
More examples will follow soon.
Here it is:
https://play.google.com/store/apps/details?id=falcosc.locus.addon.tasker&utm_source=help
And here are some project examples:
https://github.com/Falcosc/locus-addon-tasker/wiki/Examples
But we have to wait for the current Locus Map beta to get the Dashboard state and the live track id.
Currently it is only useable if you manually select the track and the dashboard overlay is always on because I don't know if your dashboard is open or not on the current Locus Map version.
More examples will follow soon.
Great, thank you... I'll try this till new locus version comes on-line
Great, thank you... I'll try this till new locus version comes on-line
I hope you can import the Profile, because I am not sure how the plugin action code is handled for third party apps like this I didn't even use the correct signed app from google to create this profile. If it does not work, just tell me, then I will recreate it based on the playstore version. You can use my own issues page if you have any trouble:
https://github.com/Falcosc/locus-addon-tasker/issues
I hope you can import the Profile, because I am not sure how the plugin action code is handled for third party apps like this I didn't even use the correct signed app from google to create this profile. If it does not work, just tell me, then I will recreate it based on the playstore version. You can use my own issues page if you have any trouble:
https://github.com/Falcosc/locus-addon-tasker/issues
@ Falco..
I bought your plugin and downloaded your 2 files .prf.xml and .scn.xml
Please can you tell me next steps to do in order to have this thing working?
Thanks
@ Falco..
I bought your plugin and downloaded your 2 files .prf.xml and .scn.xml
Please can you tell me next steps to do in order to have this thing working?
Thanks
P.S. Do you have other projects involving this tasker plug-in and Locus ?!
P.S. Do you have other projects involving this tasker plug-in and Locus ?!
Yes I have.
- Missing Elevation dashboard (this topic)
- Accurate uphill Elevation done dashboard (very advances pressure sensor calculation)
- Centre Map to GPS on move (replace for centre Map to GPS after 5s)
- locus software display lock as replacement for android display lock
Last two could be done without the plugin but the plugin make it more easy to use locus action tasks.
I will add them later. And you are on the point. I did create the 25$ Google account only for people like you. But didn't think about the the little bit complicated Tasker UI. I mean Tasker is still more easy to use then compiling my plugin from source, but for non technical people it will be still hard to understand.
I will create a screenshot manual for the project usage to make it less complicated.
Could you wait some weeks? I would prefer to get the braking plugin change done before pushing the examples because breaking version mean you have to reimport updated example projects to keep it working.
Yes I have.
- Missing Elevation dashboard (this topic)
- Accurate uphill Elevation done dashboard (very advances pressure sensor calculation)
- Centre Map to GPS on move (replace for centre Map to GPS after 5s)
- locus software display lock as replacement for android display lock
Last two could be done without the plugin but the plugin make it more easy to use locus action tasks.
I will add them later. And you are on the point. I did create the 25$ Google account only for people like you. But didn't think about the the little bit complicated Tasker UI. I mean Tasker is still more easy to use then compiling my plugin from source, but for non technical people it will be still hard to understand.
I will create a screenshot manual for the project usage to make it less complicated.
Could you wait some weeks? I would prefer to get the braking plugin change done before pushing the examples because breaking version mean you have to reimport updated example projects to keep it working.
What is the braking plugin change?
Is it something related to next version of Locus?
What is the braking plugin change?
Is it something related to next version of Locus?
Would it be possible to implement this in dashboard (and not only for navigation)?
I can't believe all the outdoor freaks are not interested in such feature!?
Elevation meters uphill (and also downhill) to the tracks destination is such a helpful information.
Would it be possible to implement this in dashboard (and not only for navigation)?
I can't believe all the outdoor freaks are not interested in such feature!?
Elevation meters uphill (and also downhill) to the tracks destination is such a helpful information.
+1 Would like to see this implemented, when navigation or guidance is active elevation profile graph is visible in the bottom, along with some POIs if track contains them.
+1 Would like to see this implemented, when navigation or guidance is active elevation profile graph is visible in the bottom, along with some POIs if track contains them.
Hello, yesterday I was doing a cycle tour using Locus to navigate to a final point. During the steep uphill part I wanted to know how many "Elevation loss" and "Elevation gain" still ahead of me, besides the horizontal distance to the finishing point when I click onto "Information". I couldn't get this information from my current location by clicking on the track line - just the overall values from the starting point of the route.
I've done some research, and there are already some other threads too which are proposing this feature or some similar feature using dashboard and/or Navigation top-menu to display these values, with in total quite a few "Likes". Would be a great improvement during Sports-Navigation if this would be implemented.
https://forum.locusmap.eu/index.php?topic=5772
https://help.locusmap.eu/topic/dashboard_add_vertical_distance_to_target
https://help.locusmap.eu/topic/navigation-panel-request-for-new-field-vertical-distance-to-target
https://help.locusmap.eu/topic/elevation-to-target
Hello, yesterday I was doing a cycle tour using Locus to navigate to a final point. During the steep uphill part I wanted to know how many "Elevation loss" and "Elevation gain" still ahead of me, besides the horizontal distance to the finishing point when I click onto "Information". I couldn't get this information from my current location by clicking on the track line - just the overall values from the starting point of the route.
I've done some research, and there are already some other threads too which are proposing this feature or some similar feature using dashboard and/or Navigation top-menu to display these values, with in total quite a few "Likes". Would be a great improvement during Sports-Navigation if this would be implemented.
https://forum.locusmap.eu/index.php?topic=5772
https://help.locusmap.eu/topic/dashboard_add_vertical_distance_to_target
https://help.locusmap.eu/topic/navigation-panel-request-for-new-field-vertical-distance-to-target
https://help.locusmap.eu/topic/elevation-to-target
As a MTBiker, I also would love to have upcoming elevation gain/loss available in nav display and as dashboard items! After remaining track length, this is the second most important information we need when navigating a track.
As you have this information available in the popup when selecting a point on a track, I think it shouldn't be too difficult to make this information also available in dashboards/the navigation top bar? Is it?
As a MTBiker, I also would love to have upcoming elevation gain/loss available in nav display and as dashboard items! After remaining track length, this is the second most important information we need when navigating a track.
As you have this information available in the popup when selecting a point on a track, I think it shouldn't be too difficult to make this information also available in dashboards/the navigation top bar? Is it?
Hi,
remaining elevation gain (both positive and negative) is displayed in the popup box when you tap the route on the main screen:
best regards
Michal
Hi,
remaining elevation gain (both positive and negative) is displayed in the popup box when you tap the route on the main screen:
best regards
Michal
There it's been discussed:
https://help.locusmap.eu/topic/upcoming-elevation-gain
There it's been discussed:
https://help.locusmap.eu/topic/upcoming-elevation-gain
How much votes are needed, Menion and Locus-team will respond (or even implement) this idea?
How much votes are needed, Menion and Locus-team will respond (or even implement) this idea?
Hi guys!
Maybe you want to vote for this idea:
https://help.locusmap.eu/topic/upcoming-elevation-gain
It is exactly the same topic.
Hi guys!
Maybe you want to vote for this idea:
https://help.locusmap.eu/topic/upcoming-elevation-gain
It is exactly the same topic.
Are there any news about this topic? May we hope for a feature like this in the future? :)
Are there any news about this topic? May we hope for a feature like this in the future? :)
Will we ever see this feature implemented now that Locus Map 4 is officially released? Pretty sure this doesn't require rewriting the whole app core, or does it?
Will we ever see this feature implemented now that Locus Map 4 is officially released? Pretty sure this doesn't require rewriting the whole app core, or does it?
+1
as was probably said before, also a very useful information for mountainbikers. Please consider implementing it.
+1
as was probably said before, also a very useful information for mountainbikers. Please consider implementing it.
Another +1 here.
I sorely miss seeing the remaining height to climb when I can quickly know I may have just 10km to go in the evening on my mountainbike, but if that includes 500hm, I might just call it a day.
I can't really use the heightmeters traveled so far on GPS to track what's left, as that is quite inaccurate/different from what is calculated from the track.
I miss it most when following the line of a long multi-day track, and having to check the remaining heightmeters of both my expected endpoint and my current point, subtract, and get the desired number.
Furthermore, it would be great to see both the gain and loss in a glance. So for example the top bar can have the remaining distance in one slot, and the remaining height gain and loss divided by for example a "/" in the other.
Another +1 here.
I sorely miss seeing the remaining height to climb when I can quickly know I may have just 10km to go in the evening on my mountainbike, but if that includes 500hm, I might just call it a day.
I can't really use the heightmeters traveled so far on GPS to track what's left, as that is quite inaccurate/different from what is calculated from the track.
I miss it most when following the line of a long multi-day track, and having to check the remaining heightmeters of both my expected endpoint and my current point, subtract, and get the desired number.
Furthermore, it would be great to see both the gain and loss in a glance. So for example the top bar can have the remaining distance in one slot, and the remaining height gain and loss divided by for example a "/" in the other.
Glorious idea (not sure 😁) here: What if LM offers hm markers just like the distance markers, same behaviour?
Glorious idea (not sure 😁) here: What if LM offers hm markers just like the distance markers, same behaviour?
would be a great idea to add the remaining height to the dashboard possibilities.
I am astonished that not much more people want that implemented.
would be a great idea to add the remaining height to the dashboard possibilities.
I am astonished that not much more people want that implemented.
Hi guys,
remaining elevation gain/loss will be added as another option for the dashboard in the next Locus Map 4.26 version.
I had to make quite a lot of changes to the background to make this possible. So even if heavily tested, expect that in the first version may be some issues. Just a small warning :).
Hi guys,
remaining elevation gain/loss will be added as another option for the dashboard in the next Locus Map 4.26 version.
I had to make quite a lot of changes to the background to make this possible. So even if heavily tested, expect that in the first version may be some issues. Just a small warning :).
Hi,
do the dashboard items: [Remaining elevation gain] and [Remaining elevation loss] refer to VERTICAL elevation, or do the values displayed tell us: how far we have to cycle downhill/uphill [m or km]?
And it looks to me like these are VERTICAL values, which is abstract to me. I would prefer how much I have to cycle uphill/downhill.
Waldek
Example of a very short 6 km route
Locus: elevation loss -69.91 m / distance from above 898.7 m,
according to BRouter: Elevation gain 2 m / Height difference -60 m.
Dashboard: Remanining elevation loss -76.52 m
So, nothing adds up!
Hi,
do the dashboard items: [Remaining elevation gain] and [Remaining elevation loss] refer to VERTICAL elevation, or do the values displayed tell us: how far we have to cycle downhill/uphill [m or km]?
And it looks to me like these are VERTICAL values, which is abstract to me. I would prefer how much I have to cycle uphill/downhill.
Waldek
Example of a very short 6 km route
Locus: elevation loss -69.91 m / distance from above 898.7 m,
according to BRouter: Elevation gain 2 m / Height difference -60 m.
Dashboard: Remanining elevation loss -76.52 m
So, nothing adds up!
Replies have been locked on this page!