From 55c06517956d776b524c3bd017c46bf068a9c8c7 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Tue, 5 Oct 2021 10:04:45 -0700 Subject: [PATCH] update map templates --- web/templates/map.html | 14 +++++++++++++- web/templates/single_map_peer.html | 14 ++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 web/templates/single_map_peer.html diff --git a/web/templates/map.html b/web/templates/map.html index fdefd10..e791bd8 100644 --- a/web/templates/map.html +++ b/web/templates/map.html @@ -2,8 +2,20 @@ {% block content %}

 

-
Map of connected peers.
+
Map of connected peers and GPS locations.
To diasble map plotting for your hotspot or repeater, see the MMDVM Options section in Help. +

 

+ + + + + + + + + +
Red = Peer location (no APRS)Blue = GPS location (APRS)Green = Peer location (APRS)
+
diff --git a/web/templates/single_map_peer.html b/web/templates/single_map_peer.html new file mode 100644 index 0000000..24344ff --- /dev/null +++ b/web/templates/single_map_peer.html @@ -0,0 +1,14 @@ +{% extends 'flask_user/_public_base.html' %} +{% block content %} + +

 

+ +
+
+ {{markup_content}} + +
+
+ +

 

+{% endblock %}