mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 21:05:28 +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 () {
|
||||
return data == [];
|
||||
return data.length == 0;
|
||||
};
|
||||
|
||||
self.flush = function () {
|
||||
|
|
|
@ -975,9 +975,9 @@ TABS.mission_control.initialize = function (callback) {
|
|||
map.addLayer(addWaypointMarker(element));
|
||||
}
|
||||
});
|
||||
}
|
||||
repaintLine4Waypoints(mission);
|
||||
}
|
||||
}
|
||||
|
||||
function redrawLayer() {
|
||||
if (selectedFeature && selectedMarker) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue