jimmyjack
Ejection Handle Pulled
- Joined
- Jun 24, 2015
- Messages
- 252
- Display Name
Display name:
Nick
The *only* good thing about the somewhat recent Skyvector update is that you can now parse command line routing a bit easier than before.
What I mean by this is you can go to
Start Button | Run | skyvector.bat KLAX KORD KJFK <enter>
And it will pop up a browser window with the route already laid out.
Copy the following text into plain old notepad and save it as "sk.bat" (use the quotes). If you know what your path is, put it in your PATH, if not just put it in C:\
Then, from your start button (assuming windows), you can type
c:\sk KLAX KORD KJFK
And it will route it for you. The .bat is not needed, though you can type it in, if you want. Supports up to five locations, though if you know how to edit batch files, you can do as many as you'd like.
Other variables in the URL are your lat/long, which you can edit. Chart=301 is sectionals, you can change that, too. zoom=9 can be increased or decreased to change your zoom.
What I mean by this is you can go to
Start Button | Run | skyvector.bat KLAX KORD KJFK <enter>
And it will pop up a browser window with the route already laid out.
Copy the following text into plain old notepad and save it as "sk.bat" (use the quotes). If you know what your path is, put it in your PATH, if not just put it in C:\
Code:
start https://skyvector.com/?ll=41.477306446106034,-84.01684569716436^&chart=301^&zoom=9^&fpl=%1%%20%2%%20%3%%20%4%%20%5
c:\sk KLAX KORD KJFK
And it will route it for you. The .bat is not needed, though you can type it in, if you want. Supports up to five locations, though if you know how to edit batch files, you can do as many as you'd like.
Other variables in the URL are your lat/long, which you can edit. Chart=301 is sectionals, you can change that, too. zoom=9 can be increased or decreased to change your zoom.