From fa388fdf2074af335d81f0866a16caf96ac8abb4 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Wed, 5 Jun 2024 09:17:25 +1000 Subject: [PATCH] fixup --- index.html | 115 +++++++++++++++++++++++++---------------------------- 1 file changed, 55 insertions(+), 60 deletions(-) diff --git a/index.html b/index.html index 2bd5c1f..0a53973 100644 --- a/index.html +++ b/index.html @@ -897,67 +897,62 @@

  • Let |positionData| be a [=map=] with the following name/value pairs based on the acquired the position data:
    +
    + "longitude" +
    -
    -
    - "longitude" -
    -
    - A {{double}} that represents the longitude - coordinates on the Earth's surface in degrees, - using the [[WGS84]] coordinate system. - Longitude measures how far east or west a point - is from the Prime Meridian. -
    -
    - "altitude" -
    -
    - A {{double?}} that represents the altitude in - meters above the [[WGS84]] ellipsoid, or `null` - if not available. Altitude measures the height - above sea level. -
    -
    - "accuracy" -
    -
    - A non-negative {{double}} that represents the - accuracy value indicating the 95% confidence - level in meters. Accuracy measures how close - the measured coordinates are to the true - position. -
    -
    - "altitudeAccuracy" -
    -
    - A non-negative {{double?}} that represents the - altitude accuracy, or `null` if not available, - indicating the 95% confidence level in meters. - Altitude accuracy measures how close the - measured altitude is to the true altitude. -
    -
    - "speed" -
    -
    - A non-negative {{double?}} that represents the - speed in meters per second, or `null` if not - available. Speed measures how fast the device - is moving. -
    -
    - "heading" -
    -
    - A {{double?}} that represents the heading in - degrees, or `null` if not available, or `NaN` - if the device is stationary. Heading measures - the direction in which the device is moving - relative to true north. -
    -
    + A {{double}} that represents the longitude + coordinates on the Earth's surface in degrees, + using the [[WGS84]] coordinate system. Longitude + measures how far east or west a point is from the + Prime Meridian. +
    +
    + "altitude" +
    +
    + A {{double?}} that represents the altitude in + meters above the [[WGS84]] ellipsoid, or `null` if + not available. Altitude measures the height above + sea level. +
    +
    + "accuracy" +
    +
    + A non-negative {{double}} that represents the + accuracy value indicating the 95% confidence level + in meters. Accuracy measures how close the measured + coordinates are to the true position. +
    +
    + "altitudeAccuracy" +
    +
    + A non-negative {{double?}} that represents the + altitude accuracy, or `null` if not available, + indicating the 95% confidence level in meters. + Altitude accuracy measures how close the measured + altitude is to the true altitude. +
    +
    + "speed" +
    +
    + A non-negative {{double?}} that represents the + speed in meters per second, or `null` if not + available. Speed measures how fast the device is + moving. +
    +
    + "heading" +
    +
    + A {{double?}} that represents the heading in + degrees, or `null` if not available, or `NaN` if + the device is stationary. Heading measures the + direction in which the device is moving relative to + true north.