呼号 BA7OXB 的轨迹记录:nn
document.addEventListener(“DOMContentLoaded”, function() {
var map = L.map(“aprs-map”).setView([22.866670, 113.078170], 0);
L.tileLayer(“https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png”, {
attribution: ‘© OpenStreetMap contributors’
}).addTo(map);
var polyline = L.polyline([[“22.86667″,”113.07817”]], {
color: “red”,
weight: 2,
opacity: 1
}).addTo(map);
map.fitBounds(polyline.getBounds());
});