From 4ec7d8166554211c670ed4d606790dca324d124c Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 5 Mar 2016 12:17:02 +0100 Subject: [PATCH] clarify _geoprec --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 407d883..0d2bc51 100644 --- a/README.md +++ b/README.md @@ -1093,4 +1093,5 @@ It actually is possible to gateway location publishes arriving via HTTP into MQT ### Override reverse-geo precision -If a payload is received with an element called `_geoprec` it contains an ovveride for the Recorder's configured reverse-geo precision. +If a payload is received with an element called `_geoprec` it contains an ovveride for the Recorder's configured reverse-geo precision. So, for example, if Recorder is running with precision 7, say, and the received payload contains `"_geoprec" : 2` the 2 will be used for this particular publish. This is not used in the OwnTracks apps, but it can be used with payloads you generate otherwise. +