Skip to main content

Tracks Context menu

🚧 This article is incomplete

This article is incomplete & needs to be reviewed. You can help by creating a pull request.

Overview​

The Track context menu provides information about the Track in both text and graphic forms. It allows you to add information, make changes, edit and perform various other actions with the track. You can access Track context menu by simply tapping the needed track on the map or using My places menu (Menu β†’ My Places β†’ Tracks). You may need to open track folder and select the desired track by tapping it.

Overview track context menu Android

As you can see on the screenshot, the Track context menu consists of 4 tabs, which can be accessed by clicking on the corresponding icons at the bottom of the screen:

Overview tab​

When you tap on a track, opens the first screen of the Track context menu - Overview tab. On this tab you can find a summary about the chosen track (Info panel) and make the most common actions with the track using Quick actions menu. If you pull Overview tab up, you will see description and service information about your track.

Info panel​

Info panel overview Android

At the top of the information panel you can see the name of the track, as well as the symbol used to mark it (only Android). Track name can be changed using rename function in Options menu. Some tracks (mostly Travel guides) may have short description and (or) a picture below the Track name. An arrow shows Direction to the nearest point of the track from My location. Info panel also provides information about:

  • Distance - shows track length.
  • Uphill / Downhill - displays the total sum of ascents and descents during the trip.
  • Altitude range - indicates min and max altitude on a track.
note

If your track was created in OsmAnd or any other tracking app (so its points have time and speed tags), in info panel will be also information about Average speed, Maximum speed, Time span (Android) or Total time (iOS) (the length of time between the start and end points of the track) , Time moving (sum of time during motion).

Quick actions​

Buttons panel with the next action: Show/Hide a track on the map, opening Appearance menu of a track, Export / Plan route, Navigation.

Track context menu overview Android 3

Description and info​

All tags info and description show at this part of Overview tab.

Description of a track Android 1

This section displays data from the following tags, as well as general information:

  • Description: Edit (Android) or Edit description (iOS) - is used to edit description of the track.
  • General (contains info about file size, location folder, date of creation): Created on(tag time), Size(GPX file size), Location(File folder), Description(tag desc).
  • Info: Keywords(tag keywords), Link(tag link).
  • Author (tag author): Name(tag name), E-mail address (tag email), Link(link).
  • Copyright (tag copyright): (tag author), Year(tag year), License(tag license).
  • Additional (all tags from extensions section): osmand:address, icon, background, color, country, state, telephone, postcode, start_date, desc.
Example XML code of GPX file
 <metadata>
<name>GPX File Example</name>
<desc>Example GPX file with various tags</desc>
<author>
<name>Author Name</name>
<email id="your" domain="email.com" />
<link href="https://yourwebsite.com" />
</author>
<copyright author="OsmAnd B.V">
<year>2023</year>
<license>https://github.com/osmandapp/OsmAnd/blob/master/LICENSE</license>
</copyright>
<link href="http://docs.osmand.net" />
<time>2023-12-13T12:00:00Z</time>
<keywords>gpx, osmand, hiking</keywords>
<extensions>
<osmand:address>Floyd Avenue (The Fan) 907, Richmond</osmand:address>
<osmand:icon>place_town</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#ff4e4eff</osmand:color>
<osmand:country>United States</osmand:country>
<osmand:state>Virginia</osmand:state>
<osmand:telephone>(804) 828-0100</osmand:telephone>
<osmand:postcode>23284</osmand:postcode>
<osmand:start_date>Thursday, June 8, 2023</osmand:start_date>
<osmand:desc>Boardwalks are walkways that cross over water or marshy ground. They’re typically made of wood or other smooth materials, and are accessible to wheelchairs. Please check with your park to see if there are accessible trails available. You’ll often find boardwalks close to parking lots, so expect larger crowds.</osmand:desc>
</extensions>
</metadata>

Altitude / Speed Graphs​

On the Track tab you can find information about the track in graphical form. Using the switch, you can choose which data to display on the graph: separately data on Altitude, about the Speed (this option is available only for recorded tracks) or display all together (Overview).

Interaction with the graph:

  • Place a point on the graph. If you want to see the information at a particular point of a track, you can tap anywhere on the graph and a pointer with the values will appear. At the same time, a blue marker will appear on the map, pointing to that location on the track.
  • Zoom in/out. You can use two-finger movements to zoom in and out for a more detailed view. After zooming in, you can move the graph to the right and left, which corresponds to moving forward and backward along the route.
  • Additional information. The right side of the graph contains data about the lowest, highest and average altitude, slope and speed. At the bottom of the graph you can see the distance marks.

Overview​

Context track menu Graphs Android

Analyze on map button opens Analyze track menu for the track.

Options button opens menu with: "Edit" opens the track in Plan route tool, "Delete" allows to delete chosen track item, "Split interval" opens Split interval function for the track.

  • Distance - cumulative distance traveled along the track or the length of the track itself.
  • Time span - the length of time between the start and end points of the track.
  • Start time - exact time when the recording of the track began.
  • End time - time when the recording of the track ended.

Speed​

note

This tab can be visible only on recorded tracks (points of this track type have < speed > tags).

Track graph Speed Android

  • Average speed .
  • Maximum speed.
  • Time in motion.
  • Distance corrected.

Altitude​

Track graph altitude Android Track graph altitude Android

If track is missing elevation information, it's possible to add it: Calculate elevation button β†’ Attach to the roads or Calculate offline.

  • Average altitude - mean altitude above sea level along the track.
  • Altitude range - the highest and lowest altitude recorded along the track.
  • Uphill - cumulative altitude gain along the track.
  • Downhill - cumulative altitude loss along the track.

Calculate elevation offline​

note
Calculate elevation offline feature is only available for OsmAnd Pro subscribers.

This feature allows you to calculate Elevation profile for GPX track offline for any area between 70 degrees north latitude and 70 degrees south latitude, based on Terrain map data (Terrain maps (3D) should be predownloaded):

1. Check that you have OsmAnd Pro subscription.

2. Download Terrain maps(3D) for needed region.

3. In 3.1 - manual for a track without altitude data. In 3.2 - manual for "Plan a route" tool:

3.1 For a track without Altitude data: Track Context menu β†’ Track β†’ Altitude β†’ Calculate elevation β†’ Calculate offline

Track graph altitude Android Track graph altitude Android

You receive the next graph of your track:

Track graph altitude Android

3.2 For "Plan a route" tool, when you use "Straight line" profile for a route creation:

Track graph altitude Android

Below of Graph menu section you find "Calculate elevation":

Track graph altitude Android

Click to this button for open "Get elevation data". Here you need to choose "Calculate offline":

Track graph altitude Android

You receive full Altitude/Slope Graph for your route:

Track graph altitude Android

Points / Waypoints​

Waypoints are one kind of point available on the map. The description is in the article Points on the map. In general, waypoints are track points that are part of GPX files.

Context track menu Points Android

In this Points tab:

Add Waypoint to a track​

Waypoints can be added to the currently recorded track or to any track from your track collection My Places β†’ Tracks list:

  • Using the Map Context Menu. Waypoints are automatically displayed if the selected track is enabled on the map. To create a waypoint use a long-tap on the map at any chosen location. In the opened Map Context Menu you can set information about the waypoint.
  • Using Add Waypoint button of the Track Context menu.
  • You can also add a waypoint as a Quick action. Follow the Add track waypoint to configure.

When you tap to Add Waypoint button, the Creation point screen opens (this screen is familiar with Favorite Context menu):

Add waypoint Add waypoint

  1. Add the name of the waypoint, the address of the selected place and a description for it.
  2. Select Group.
  • You can select previously created categories of groups or create a new one.
  • For a new group (in the application it is also called a new category) of waypoints you create a name and an appearance. The icon, its color and shape will be used for all new waypoints added to the group.
  1. Appearance setting:
  • Icon from the list: Default, Special, Amenity, Transport, Service, Symbols, Sport, Emergency, Travel, Nautical, Education, Industrial.
  • Color of the icon.
  • Shape of the icon: Circle, Octagon, Square.
  1. Replace another point with this, if you need to.

Display custom GPX tags​

Points

Example XML code of Waypoint tags
  <wpt lat="40.123456" lon="-73.987654">
<ele>100</ele>
<time>2024-04-04T13:12:11Z</time>
<name>Waypoint 1</name>
<desc>Long description</desc>
<link href="http://docs.osmand.net" />
<type></type>
<cmt>Short comment for the waypoint.</cmt>
<extensions>
<osmand:country>United States</osmand:country>
<osmand:address>Floyd Avenue (The Fan) 907, Richmond</osmand:address>
<osmand:color>#ff4e4eff</osmand:color>
<osmand:background>circle</osmand:background>
<osmand:icon>place_town</osmand:icon>
<osmand:postcode>23284</osmand:postcode>
<osmand:telephone>(804) 828-0100</osmand:telephone>
<osmand:state>Virginia</osmand:state>
<osmand:start_date>Thursday, June 8, 2023</osmand:start_date>
</extensions>
</wpt>
Example XML code of Route point tags
  <rte>
<name>Route 1</name>
<desc>A sample route</desc>
<rtept lat="40.123456" lon="-73.987654">
<ele>110</ele>
<name>Route Point 1</name>
<desc>Point 1 of the route</desc>
<extensions>
<osmand:country>United States</osmand:country>
<osmand:address>Floyd Avenue (The Fan) 907, Richmond</osmand:address>
<osmand:color>#ff4e4eff</osmand:color>
<osmand:background>circle</osmand:background>
<osmand:icon>place_town</osmand:icon>
<osmand:postcode>23284</osmand:postcode>
<osmand:telephone>(804) 828-0100</osmand:telephone>
<osmand:state>Virginia</osmand:state>
<osmand:start_date>Thursday, June 8, 2023</osmand:start_date>
</extensions>
</rtept>
</rte>
ParameterDescription
latLatitude is one of the geographic coordinates by which you can determine a location.
lonLongitude is another of the geographic coordinates by which you can determine a location.
timeTimestamp is the date and time when the point was recorded.
nameName is the name of the point. Any characters are allowed.
descDescription contains additional information about the point.
typeSelect group is the name of the OsmAnd folder in which this waypoint is saved.
cmtComment is a short comment of a point.
linkLink is a link to any sources.
eleElevation is a point elevation.
ExtensionDescription
osmand:iconIcon is the name of the icon you selected.
osmand:colorColor is the color in HEX format.
osmand:backgroundBackground is the shape of the icon, such as a circle, octagon or square.
osmand:countryCountry is the name of country.
osmand:addressAddress is the address.
osmand:postcodePostcode is the postcode.
osmand:telephoneTelephone is the telephone number.
osmand:stateState is the state name.
osmand:start_dateStart date is the sheduele data of a point.

Waypoints are recorded together with the track in the GPX file. Each of these waypoints has its own set of tags for description. All tags that are directly related to the description of waypoints and that can be edited directly in the OsmAnd application are listed in this section.
To change the Waypoint description, you can go one of the following ways:

  1. Find the required track in the Menu β†’ My Places β†’ Tracks tab list.

  2. Tap the track on the map, if it is included in the list of visible.

  3. Tap the required waypoint if it is visible on the map.

    Then in the Tracks Context menu tap Points, the field of the required folder with available waypoints and the Waypoint you are looking for. Select menu Actions β†’ Edit GPX waypoint and make changes. You cannot change the creation date of a point, timestamp, in the application.

Amenity tags that describe additional information, such as hours of operation or phone number, specific to the POI take that information from OpenStreetMap data or data that you entered when creating the POI. You can edit such tags and custom tags only in the code of the GPX file, which you can open with any text editor on your device.

Add / Delete buttons​

Points / Waypoins menu in Context track menu opens list of track / folders waypoints.

Track menu points Android

Waypoints folder​

"⁝" button opens waypoint Group menu.

Track menu Group menu Android

Actions:

  • Show on map. Allows you to show or not show group waypoints on the map. Or you can use the screen button for showing or not group waypoints on the map.
  • Rename. Allows you to change the name of the group.
  • Change color. Allows you to change the color for group waypoints.
  • Copy to map markers (Android only). Allows you to move group waypoints to Map markers.
  • Copy to favorites (Android only). Allows you to move group waypoints to Favorites.
  • Delete. Allows you to delete group waypoints.

Show Waypoints on the map​

You can control group visibility on the map (if track is hidden, all groups will be hidden, too).

You switch on/off group waypoints on the map by the button on the screen. Tap it and open the menu to switch on/off group waypoints on the map.

Track menu Group map Android Track menu Group map Android

Options​

Menu Options allows to make manipulation with the chosen track, Information Routing Edit Delete Share Export to open it in other tools.

Track menu options Android

  • Edit track - open the chosen track in Plan route tool.
  • Rename track - change track name.
  • Change folder - select folder and add new one for the chosen track.
  • Delete - delete the track.

Split interval​

⚠️ Android only
This feature is currently not available for the iOS version of the OsmAnd app.

A user can divide a track by intervals (distance or time) and analyze it.

Split the track by distance or time interval.
Options β†’ Analyze by intervals

Track split interval screen Android Track split interval screen time Android

GPS filter​

⚠️ Android only
This feature is currently not available for the iOS version of the OsmAnd app.

This filter allows you to improve your track statistics by excluding unnecessary or incorrect data. You can filter out track points that don't fit your track parameters, and as a result, get a more accurate graph and visual route line without distortion or recording noise. You can make changes with filters such as Smoothing, Speed, Altitude, and GPS Precision, which hide filtered points from the current track. Besides, in the Statistics menu, you can check how your changes are displayed on the graph before you save them. You can also Reset to original and Save as a copy of your track in this filter without saving the original one.

Options β†’ GPS filter

GPS filter screen Android

The Android GPS Filter app page includes:

  • A map with a saved track and an extra button My track location (it aligns a track to the center of a map).
  • Buttons Refresh and Menu at the top (Menu opens Action field at the bottom of the page).
  • Blocks Filter, Statistics, Action.

Filter Menu​

In this menu, you can change some parameters of your track with filters such as, Smoothing, Speed, Altitude, GPS precision. The menu is divided into a Points part and an Actions part.

Points
This part shows the number of points after filtering and the total number of points on the selected track before filters were used.
GPS filter screen points numbers Android
Actions
Smoothing – Sets the threshold distance between points. All points on the track, that are at a distance from each other less than the distance selected by the filter, will be hidden. Track points are counted from the last visible point. Note, that high thresholds can oversimplify the track geometry.
GPS filter smoothing numbers Android
Speed – Only the track points that correspond to the selected speed interval will be displayed on the graph and on the map, the others will be hidden.
GPS filter speed numbers Android
Altitude – Only the track points that correspond to the selected altitude interval will be displayed on the graph and on the map, the others will be hidden.
GPS filter altitude numbers Android
GPS precision – Sets the maximum permissible value for HDOP. Points with a higher value will be hidden.
GPS filter precision numbers Android

Statistics​

Statistics tab displays information about modified track i.e. without filtered values. It's displayed within stat blocks and graph data.

  • The Data part shows statistics similar to the Filter menu.
  • The Graph part displays three types of graphs by parameters: Overview, Altitude, Speed. This functional is a copy of track Graph.

GPS filter graph Android

Actions​

Actions list is available on the bottom of Filter or Statistics tab. OsmAnd will apply all changes made to the track without updating the file. You can save the changes manually.

  • Reset to original – allows you to return the parameters to their original state.
  • Save as copy – allows you to save the track as a new one.
  • Save changes to file – allows you to rewrite the track with the new parameters.

GPS filter action Android

Read more​