diff --git a/app/templates/cities/detail.html b/app/templates/cities/detail.html index 496bb43..6fd0e21 100644 --- a/app/templates/cities/detail.html +++ b/app/templates/cities/detail.html @@ -9,16 +9,18 @@ + + {% endblock styles %} {% block content %} -
+
@@ -32,8 +34,7 @@
{% trans "Air quality" %}
{% trans "Method: AQI by U.S. EPA NAAQS" %}
-
-
+
@@ -58,238 +59,267 @@
Berechnung aus {{ value.value_count }} {% endif %} {% endfor %}
+
+
+
+
+

Heatmap Feinstaub PM2.5

+
+

Schwerpunkte von Feinstaub PM2.5 innerhalb der letzten Stunde. Die Abdeckung richtet sich nach vorhandenen Standorten von Citizen Science Stationen.

+
+
+
+
+
+
+

Heatmap Feinstaub PM10

+
+

Schwerpunkte von Feinstaub PM10 innerhalb der letzten Stunde. Die Abdeckung richtet sich nach vorhandenen Standorten von Citizen Science Stationen.

+
+
+
+
- - {% endblock content %} \ No newline at end of file