US Aviation Chart with Weather #93
midair55
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Something that may be of interest to those that want to display aviation weather (i.e. METAR), SIGMETs, TFRs, etc. for an area in the US on their dashboard. The data is an overlay on a Sectional chart.
The skyvector.com site is used however it will not render in an iframe. The work-around is to have a dashboard menu item point to an html file that contains the skyvector URL for the area of interest.
How to:
-- cut here --
<title>Aviation Weather</title> <script> window.onload = function() { window.open("https://skyvector.com/?ll=28.09712081203162,-81.4653396545229&chart=301&zoom=5", '_blank'); } </script>-- cut here --
Replace the, "https://skyvector.com/?'ll=28.09......." above with the URL copied from the skyvector site in step 2.
-- cut here --
[
"9C33FF",
"Aviation Chart",
"skyvector.html",
"1.0",
],
-- cut here --
My dashboard is: https://qsl.net/n5ng and the, "Aviation Chart" menu is on the left side near the bottom.
Beta Was this translation helpful? Give feedback.
All reactions