changeset 72:5973644843ef

Add note about `accuracy` field to README
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 05 Dec 2020 10:56:40 +0100
parents 4249238c40c8
children e22189546e10
files README.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri Dec 04 23:27:19 2020 +0100
+++ b/README.md	Sat Dec 05 10:56:40 2020 +0100
@@ -42,6 +42,7 @@
   * `speed`: Speed in km/h (usually). If you decide to always use m/s, you are
   free to do so. **Optional**.
   * `elevation`: Elevation in meters. **Optional**.
+  * `accuracy`: Accuracy in meters. **Optional**
   * A body -- if present and encoded in whatever content-type -- is attached as `note` to the
   point and returned as property `note` of GeoJSON points later.
   * Usually returns code **200** except for server errors (500) or malformed inputs (400).
@@ -81,6 +82,7 @@
           "altitude": 40,
           "speed": 22,
           "id": 1205,
+          "accuracy": 12.5,
           "note": "A happy little note",
         },
         "geometry": {