phpvms/app/Support
B.Fatih KOZ a5513b6fbb
Fixes for reported pressure in METAR parsing (#965)
* Update Metar.php

The reported pressure was always being assigned as hPa thus resulting display and conversion errors when the reported pressure was inHg.

Also the VFR/IFR (VMC/IMC) determination was using minimum 5 nmi and 3000 ft cloud base, it must be 5 km and 3000 ft.

With this state, this PR should fix issue #948 and partly fixes issue #963

* MetarTest Fix for inHg/hPa
2020-12-21 10:53:50 -05:00
..
Modules Fixes for installer/modules race condition (#883) 2020-10-21 13:28:54 -04:00
Units Cleanup Utils #467 (#547) 2020-02-11 12:32:41 -05:00
ClassLoader.php Use ClassMapGenerator from composer, symfony 4.x removed theirs 2018-09-20 14:08:42 -05:00
Countries.php User country mapping; ignore unused groups #443 (#584) 2020-02-24 15:12:36 -05:00
Database.php Issue/329 refactor seeding (#337) 2019-08-05 08:27:53 -04:00
Dates.php Cleanup Utils #467 (#547) 2020-02-11 12:32:41 -05:00
HttpClient.php Cleanup Utils #467 (#547) 2020-02-11 12:32:41 -05:00
ICAO.php Cleanup array_merge call 2019-04-07 22:27:09 -05:00
Math.php Calculate percentage properly instead of adding to the base value #925 (#942) 2020-11-26 16:44:57 -05:00
Metar.php Fixes for reported pressure in METAR parsing (#965) 2020-12-21 10:53:50 -05:00
Money.php Change currency from settings #671 (#672) 2020-04-26 11:55:20 -04:00
Timezonelist.php Remove remnants of Timezonelist library 2019-09-13 17:54:46 -04:00
Utils.php Check if the root domain is an IP address 2020-08-15 13:50:58 -04:00
VmsRepositoryType.php Installing and managing modules from admin panel (#847) 2020-10-19 10:10:28 -04:00