Ysurac / FlightAirMap

Open source project displaying live aircrafts, ships or trackers on 2D/3D map. Browse through the data based on a particular aircraft, airline, airport, tracker or vessel to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...), VRS, VA (VATSIM, IVAO whazzup.txt, phpvms,...), ACARS (acarsdec, acarsdeco2), APRS, AIS as datasource.
https://www.flightairmap.com/
GNU Affero General Public License v3.0
515 stars 156 forks source link

JetPhotos & PlanePictures fix :) #456

Closed Struart88 closed 4 years ago

Struart88 commented 4 years ago

Another day another fix :) Fixed JetPhotos and PlanePictures sources to reflect their code changes. Now they work again.

One question can i somehow force to update photos of all aircraft in db without image? I can do this one by one by addSpotterImage() but how to make it to whole db at once? :)

Ysurac commented 4 years ago

It's not something I added. This can make a lot of request if there is many aircraft without images and server IP can be banned.

Thanks for the pull request, merged.