mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +03:00
update
This commit is contained in:
parent
3d1fcca7bb
commit
5fd7fbd4d5
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ let WaypointCollection = function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
self.isEmpty = function () {
|
self.isEmpty = function () {
|
||||||
return data == [];
|
return data.length == 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
self.flush = function () {
|
self.flush = function () {
|
||||||
|
|
|
@ -975,8 +975,8 @@ TABS.mission_control.initialize = function (callback) {
|
||||||
map.addLayer(addWaypointMarker(element));
|
map.addLayer(addWaypointMarker(element));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
repaintLine4Waypoints(mission);
|
||||||
}
|
}
|
||||||
repaintLine4Waypoints(mission);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function redrawLayer() {
|
function redrawLayer() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue