phpvms/resources/views/layouts/default
B.Fatih KOZ b4d5c0fbcd
Weather METAR/TAF enhancements (#964)
* Update AviationWeather.php

Added the ability to fetch latest TAF report of given icao from ADDS/NOAA

* Update Weather.php

Used updated Metar\AviationWeather service to improve the widget ability and provide raw TAF data for the view

* Style Fix 1

* Update weather.blade.php

Updated blade to match updated Metar\AviationWeather service and the Weather widget controller.

Also fixed the order of temp - dewpoint - humidity - visibility display according to aviation usage.

Widget now displays raw TAF data just below raw METAR data.

* Update Metar inferface and wrap TAF retrieval in cache

* Styles fix

* Add call to getTaf. Don't call AviationWeather directly

* Fix cache lookup strings

* Fix recursion error

* Update weather.blade.php

Used latest weather.blade , added $taf['raw'] after raw metar.

* Compatibility Update

Updated the widget controller to match latest dev (added raw_only to config)

* Update Weather Widget Blade

Made the widget blade compatible with the TAF reports, widget will display raw metar and taf after the decoder, if no metar or taf recieved it will be displayed in its own row. Also added the new option of raw_only to blade, if it is true, metar decoding will be skipped and only raw values will be displayed. ( Useful when displaying multiple wx widgets at the same page for departure, destination and alternate etc )

Co-authored-by: Nabeel Shahzad <nshahzad@live.com>
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2021-02-19 12:45:39 -05:00
..
airports Use optional() around the airport fields (#537) 2020-02-03 12:23:58 -05:00
auth Custom user fields #711 (#772) 2020-08-11 17:48:51 -04:00
components Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00
dashboard Update pirep_card.blade.php (#857) 2020-10-10 15:24:28 -04:00
downloads Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00
errors Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00
flash Fix notifications error for collect() #937 2020-11-26 13:08:32 -05:00
flights Fix for SimBrief VATSIM Prefile errors (#1037) 2021-02-18 18:02:33 -05:00
livemap Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00
notifications Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00
pages Add public/private pages #641 (#644) 2020-03-28 13:03:52 -04:00
pagination Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00
pireps Expose Leaflet base options to templates #895 (#896) 2020-10-23 07:35:44 -04:00
profile Fix Profile Fields (#1013) 2021-01-28 08:31:29 -05:00
users Fix pilots page now showing up #655 (#660) 2020-04-06 18:12:55 -04:00
vendor/mail Apply theme globally; add mail templates into theme folder #715 2020-05-22 19:00:54 -04:00
widgets Weather METAR/TAF enhancements (#964) 2021-02-19 12:45:39 -05:00
app.blade.php Add Google Analytics tracking ID to settings and to main template #382 (#551) 2020-02-12 18:28:11 -05:00
home.blade.php Show awards on user profile #703 (#866) 2020-10-11 16:06:09 -04:00
nav.blade.php Add ability to use a link instead of a page #750 (#757) 2020-06-11 08:27:38 -04:00
theme.json Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00