Remove the old map.

This commit is contained in:
Dan Albert
2021-05-30 19:45:50 -07:00
parent acd3e87996
commit 30f6220c3e
15 changed files with 16 additions and 2286 deletions

View File

@@ -36,6 +36,8 @@ from qt_ui.windows.groundobject.QGroundObjectMenu import QGroundObjectMenu
LeafletLatLon = list[float]
LeafletPoly = list[LeafletLatLon]
MAX_SHIP_DISTANCE = nautical_miles(80)
# **EVERY PROPERTY NEEDS A NOTIFY SIGNAL**
#
# https://bugreports.qt.io/browse/PYSIDE-1426