{% extends "base.html" %} {% block title %}Central — Monitoring Area{% endblock %} {% block head %} {% endblock %} {% block content %}

Monitoring Area

Events whose geometry falls entirely outside this box are dropped by the archive before they reach the events table. Events with no geometry (e.g. space-weather alerts, removal tombstones) are always kept. Changes apply within about a minute — no restart required.

{% if errors and errors.north %}{{ errors.north }}{% endif %}
{% if errors and errors.south %}{{ errors.south }}{% endif %}
{% if errors and errors.east %}{{ errors.east }}{% endif %}
{% if errors and errors.west %}{{ errors.west }}{% endif %}
{% endblock %}