From 5d13b7ac4f3e4bbd70d9e4e5797f921144a5661a Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 23 Jul 2024 12:27:23 +0200 Subject: [PATCH] Update source file gpx.mdx --- website/src/lib/docs/en/gpx.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/lib/docs/en/gpx.mdx b/website/src/lib/docs/en/gpx.mdx index 9c2067fa..1b2463d5 100644 --- a/website/src/lib/docs/en/gpx.mdx +++ b/website/src/lib/docs/en/gpx.mdx @@ -9,11 +9,11 @@ title: GPX file format # { title } The GPX file format is an open standard for exchanging GPS data between applications and GPS devices. -It essentially consists of a series of GPS points encoding one or multiple GPS traces, and optionally some points of interest. +It essentially consists of a series of GPS points encoding one or multiple GPS traces, and, optionally, some points of interest. GPX files may also contain metadata, of which the **name** and **description** fields are the most useful for users. -### Tracks, segments and GPS points +### Tracks, segments, and GPS points As mentioned above, a GPX file can contain multiple GPS traces. These are organized in a hierarchical structure, with tracks at the top level. @@ -22,7 +22,7 @@ These are organized in a hierarchical structure, with tracks at the top level. Furthermore, it can contain metadata such as a **name**, a **description**, and **appearance properties**. - A **segment** is a sequence of GPS points that form a continuous path. - A **GPS point** is a location with a latitude, a longitude, and optionally a timestamp and an altitude. -Some devices also store additional information such as the heart rate, the cadence, the temperature and the power. +Some devices also store additional information such as heart rate, cadence, temperature, and power. In most cases, GPX files contain a single track with a single segment. However, the hierarchy described above allows for more advanced use cases, such as planning multi-day trips with several variants for each day.