{% extends "base.html" %} {% block title %}{{ network_name }} - Node Map{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Node Map

Loading...

Nodes are placed on the map based on their lat and lon tags.

To add a node to the map, set its location tags via the API.

{% endblock %} {% block extra_scripts %} {% endblock %}