opendroneid / receiver-android

Example Android receiver application for unmanned aircraft Remote ID
Apache License 2.0
186 stars 61 forks source link

take-off location shown as pilot location #28

Closed janusw closed 2 years ago

janusw commented 3 years ago

Apart from the red marker for the drone, one can see an additional blue marker on the map. The ReadMe says that this indicates the location of the operator (if that data field is being received). If clicked, it shows a label with the text pilot <serial>, where <serial> is the serial number of the device it belongs to.

Now I have a transmitter which does not report the pilot location, but instead the take-off location. It's good that the second marker is still shown (indicating the take-off location in this case, I assume). But the marker label still says pilot, which is clearly misleading.

I suggest that the label of the blue marker should either say pilot or take-off, depending on the operator location type. The ReadMe should also be updated accordingly.