changeset 138:69be6afbd86a

livemap: display accuracy correctly
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 06 May 2021 12:04:54 +0000
parents 7a70fc40f1b3
children 56a1bb72731e
files assets/livemap.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/assets/livemap.html	Thu May 06 10:28:35 2021 +0000
+++ b/assets/livemap.html	Thu May 06 12:04:54 2021 +0000
@@ -60,7 +60,7 @@
             color: 'aqua',
             fillColor: 'aqua',
             fillOpacity: 0.1,
-            radius: accuracy ? accuracy : 3,
+            radius: accuracy ? accuracy/2 : .5,
         };
         // Show last locations as blue points.
         if (current_props) {