Worked on README.md to add cleanup instructions

This commit is contained in:
Pablo Revilla
2025-06-09 13:03:50 -07:00
parent 000f5def04
commit a72dde6a58
+1 -1
View File
@@ -36,7 +36,7 @@
{% if map_center %}
<script>
var details_map = L.map('details_map').setView({{ map_center | tojson }}, 12);
var details_map = L.map('details_map').setView({{ map_center | tojson }}, 8);
var markers = L.featureGroup();
markers.addTo(details_map);