Jump from Flightpath at passes direct to map

This commit is contained in:
int2001
2025-03-16 17:50:37 +00:00
parent 9f1ee0989a
commit a56fb39cd5
4 changed files with 14 additions and 5 deletions

View File

@@ -514,3 +514,9 @@ function toggleGridsquares(bool) {
maidenhead.addTo(leafletMap);
}
};
$( document ).ready(function() {
if ($("#selsat").val() != '') {
plot_sat();
}
});