Implement a dialog to plot and export GPS data
Compare changes
- Kien Le authored
@@ -12,6 +13,8 @@ from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as Canvas
@@ -199,19 +202,35 @@ class GPSDialog(QtWidgets.QWidget):
Create a dialog with buttons to plot and export GPS data.
Show information about a GPS data point when user clicks on it.