Implement a dialog to plot and export GPS data
Compare changes
- Kien Le authored
@@ -49,9 +49,12 @@ class GPSWidget(QtWidgets.QWidget):
@@ -219,7 +222,7 @@ def convert_longitude_degree_to_meter(long: float, lat: float) -> float:
Create a dialog with buttons to plot and export GPS data.
Show information about a GPS data point when user clicks on it.