BH7IU-9的轨迹 – 2024-12-02

呼号 BH7IU-9 的轨迹记录:nn<link rel=”stylesheet” href=”https://unpkg.com/leaflet@1.7.1/dist/leaflet.css” />
<div id=”aprs-map” style=”height: 400px;”></div>
<script src=”https://unpkg.com/leaflet@1.7.1/dist/leaflet.js”></script>
<script>
document.addEventListener(“DOMContentLoaded”, function() {
var map = L.map(“aprs-map”).setView([22.882170, 112.889170], 0);

L.tileLayer(“https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png”, {
attribution: ‘© <a href=”https://www.openstreetmap.org/copyright”>OpenStreetMap</a> contributors’
}).addTo(map);

var polyline = L.polyline([[“22.88217″,”112.88917”]], {
color: “red”,
weight: 2,
opacity: 1
}).addTo(map);

map.fitBounds(polyline.getBounds());
});
</script>

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注