From 4f077e1035e6f4eb3137af5807ce851fc101fe8a Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 14 Apr 2019 16:21:41 +0100 Subject: [PATCH] Add screenshots to README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index cc1d3cb..afff89c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ > A modern web interface for OwnTracks +

+ Owntracks UI +

+ ## Introduction This is a WebInterface for OwnTracks, intended to replace the various web pages shipping with the recorder. OwnTracks UI uses Vue.js under the hood. @@ -17,6 +21,7 @@ Clone the repository and copy `index.html` and the `static/` directory to your s - Enable or disable multiple layers: - Last known (i.e. live) locations: + - Accuracy visualization (circle) - Device friendly name and icon - Detailed information (if available): time, lat, lon, height, battery and speed @@ -38,6 +43,14 @@ Clone the repository and copy `index.html` and the `static/` directory to your s - Default position and zoom - Heatmap colors, radius and blur +## Screenshots + +_Click to enlarge._ + +Live +Multiple +Heatmap + ## ToDo - Add screenshots to `README.md`!