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
517 stars 157 forks source link

Missing airport ICON #310

Open kferrano opened 7 years ago

kferrano commented 7 years ago

First of all, what is the function you added? And secondly, EDDH has no ICON

IMAGE

Ysurac commented 7 years ago

What are you talking about ?

It's EDDM, not EDDH. It's set as closed in airport table, it's an error. This will be updated in next DB schema update.

kferrano commented 7 years ago

I talking about: Add bunzip2 function and Geoid Height calculation

Ysurac commented 7 years ago

bunzip2 is a function to decompress .bz2 files Geoid Height Calculation will help to get altitude from WGS84 ellipsoid (used by GPS) when source give Above Mean Sea Level based altitude and vice versa.

kferrano commented 7 years ago

Which "geoid source" do you recommend?

Ysurac commented 7 years ago

Default one should be enough in most case.

kferrano commented 7 years ago

I have update_db.php executed (in the install and the script folder) but no change script install

Ysurac commented 7 years ago

update_db.php in install is a link to the one in script folder. You should not run it via a web browser (and this should not be possible...). Check if you have something in data folder, if not check config table in DB and remove all entries with geoid in the name.

kferrano commented 7 years ago

I have some idea why I know how I can run via the browser

What data folder?

kferrano commented 7 years ago

now only Can't calculate geoid, check that you downloaded it via update_db.php

Ysurac commented 7 years ago

New data folder in FlightAirMap directory.

kferrano commented 7 years ago

Oh I have not seen

kferrano commented 7 years ago

The update_db.php was executed as cronjob but the message does not disappear Can't calculate geoid, check that you downloaded it via update_db.php

Ysurac commented 7 years ago

Did you check that you have something in data directory and if not did you remove all entry with geoid in name in config table ?

kferrano commented 7 years ago

data folder is empty

The database I have not checked yet