dronekit / droneshare

DroneShare is a shared repository of drone missions built using DroneKit-Cloud
http://www.droneshare.com/
Apache License 2.0
84 stars 66 forks source link

"No upload" log regions #56

Open bbasso opened 10 years ago

bbasso commented 10 years ago

In addition to providing a way to skew the location of logfiles you don't want others to see (so people don't know where you live, etc.), it would be nice to provide a no-upload geofence.

For example, I plug in aircraft at my desk all the time, but never fly there. If I do, it's usually just a hover, so i'm not too interested in seeing logs from there.

bbasso commented 10 years ago

Example: http://www.droneshare.com/mission/6189

mrpollo commented 10 years ago

@geeksville how should we go about locking regions?, should this be implemented in the API clients?, if so should we move this to the api issue tracker?

geeksville commented 10 years ago

yes - we would definitely need some backend support for this. Possibly the following: in the user record we have an array of 'masked location' points. When showing flightlogs we exclude flights in those areas.

That said - I think this should be lowpri (as in Q1 of next yearish)