skypies / flightdb

Libs to manage a database of flight tracking data, providing automated waypoint annotations, time/space historical search, and realtime airspace display.
Apache License 2.0
6 stars 1 forks source link

FR24 missing Protobuf fields #3

Open LockBlock-dev opened 11 months ago

LockBlock-dev commented 11 months ago

I have reversed some missing fields in your Protobuf

https://github.com/skypies/flightdb/blob/04d05cc5297b20db43f314fdf70f45dfecf74722/fr24/fr24.proto#L133-L137

enum RestrictionVisibility {
    NOT_VISIBLE = 0;
    PARTIALLY_VISIBLE = 1;
    FULLY_VISIBLE = 2;
}
...
bool highlightMode = 5;
...
RestrictionVisibility restrictionMode = 9;
abworrall commented 11 months ago

Hey thanks ! I'll get these folded in. I'm guessing you use just this bit of flightdb/; how helpful would it be to spin out the fr24 code into its own repo ?

LockBlock-dev commented 11 months ago

No problem. I'm not using flightdb at this moment as I would prefer self-hosting everything and not rely on Google Cloud. To answer your question, I don't know it is up to you.