From a3ba4860f9356fea035e1bf0393c313fc496d6f6 Mon Sep 17 00:00:00 2001 From: eshe Date: Thu, 12 Aug 2010 15:59:46 +0100 Subject: [PATCH 1/1] Documented missing special fields to web page. --- www/theme-howto.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/theme-howto.html b/www/theme-howto.html index 0b3bcde..14d85e5 100644 --- a/www/theme-howto.html +++ b/www/theme-howto.html @@ -426,7 +426,7 @@ zerospeed - The minimum speed in km/h of a pointer (usually 0). + The minimum speed of a pointer in km/h (usually 0).
<zerospeed>0</zerospeed>
@@ -540,7 +540,9 @@ {POIDISTANCE}: Distance to the nearest poi (e.g. speed camera). Empty if there is no poi in view
{ANGLE}: Angle of current direction in degrees. 0 means north.
{LATITUDE}: Current latitude.
- {LONGITUDE}: Current longitude.
+ {LONGITUDE}: Current longitude.
+ {ALTITUDE}: Current altitude (in m or feet).
+ {DISTANCEUNIT}: Unit for altitude and poidistance fields (m or feet).
<data>{SPEED}</data>
-- 1.7.9.5