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

remove ; from the raw line #445

Closed sayzard closed 4 years ago

sayzard commented 4 years ago

when I add a source to use raw port 30002 of piaware, the suffix ; must be removed.

ex) pi@piaware:~ $ telnet localhost 30002 Trying ::1... Connected to localhost. Escape character is '^]'. 02A1849BBDB017; A8001CB5F038CB23BE8492EADD17; 02A1869BA1AAA7; A000069BB6B00030E000005C68CE; *8D71BF8699C457A2010C0A0F7091;

Ysurac commented 4 years ago

Thanks, it's merged.