Skip to content

Commit

Permalink
comment city heatmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioheinze committed Feb 22, 2025
1 parent 75c566d commit bde8c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/cities/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="{% static 'js/chart.umd.js' %}" crossorigin=""></script>
<script src="{% static 'js/TileLayer.Grayscale.js' %}"></script>
<script src="{% static 'js/leaflet.markercluster.js' %}"></script>
<script src="https://unpkg.com/leaflet.heat/dist/leaflet-heat.js"></script>
{% comment %} <script src="https://unpkg.com/leaflet.heat/dist/leaflet-heat.js"></script> {% endcomment %}
{% endblock styles %}

{% block content %}
Expand Down Expand Up @@ -68,7 +68,7 @@ <h6 class="card-subtitle mb-2 text-muted">Berechnung aus {{ value.value_count }}
{% endif %}
{% endfor %}
</div>
<div class="row mb-4">
{% comment %} <div class="row mb-4">
<div class="col-md-6">
<div class="card">
<div class="card-body">
Expand All @@ -87,7 +87,7 @@ <h3 class="card-title">Heatmap Feinstaub PM10</h3>
</div>
</div>
</div>
</div>
</div> {% endcomment %}

<script>
// Farbdefinitionen für die PM-Werte
Expand Down

0 comments on commit bde8c9c

Please sign in to comment.