changeset 103:d84de437f00c

Minor update to README
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 19 Dec 2020 11:54:10 +0100
parents b41635cf42e1
children ea32bfe4de7f
files README.md TODO
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sat Dec 12 16:55:47 2020 +0100
+++ b/README.md	Sat Dec 19 11:54:10 2020 +0100
@@ -180,7 +180,7 @@
     # This will strip the /geo/ prefix, so add it back below. Adapt to your
     # preferred URL scheme.
     location /geo/ {
-        proxy_pass http://localhost:8000/geo/;
+        proxy_pass http://127.0.0.1:8000/geo/;
     }
 ```
 
@@ -200,6 +200,8 @@
 page, a CSS file, and the leaflet.js library (which is included). - latter is
 (c) 2010-2019 Vladimir Agafonkin, (c) 2010-2011 CloudMade.
 
+It displays live location data as it is ingested, in real time.
+
 ## Ingestion
 
 ### From Android phones
--- a/TODO	Sat Dec 12 16:55:47 2020 +0100
+++ b/TODO	Sat Dec 19 11:54:10 2020 +0100
@@ -2,6 +2,8 @@
 
 * UI
     * Track manager UI with list of tracks etc. per user/client
+    * Show speed
+    * Fix layout of livemap - suitable for mobile, no scrollbars
 * API
 * MANAGEMENT