mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-30 23:11:03 +02:00
Worked on README.md to add cleanup instructions
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user