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 %}