windy-plugin-fp
-
@rittels
I have done a small test with your flight planner... for a boat trip. I’m not an aviation specialist :)
I have tried it on iPad mini 4 using Chrome.
It works but I have noted some remarks and issues:- When scrolling the time/distance slider, the wind map does not change and is frozen.
- The small pop-up window (a) is not so useful at sea. After closing it, it appears again each time the time/distance slider is moved. It would be better to have this window closed or simplified when Boat is selected.
- The keyboard hides the route planner. So it’s difficult to change some parameters.
- Changing from landscape mode to portrait mode and vice versa, Boat is automatically switched to IFR.
I’ll continue to test it.
-
Thanks for testing it.
Scrolling the route planner will have no effect on the map. You have to drag the vertical slider line, the map is then supposed to correlate.
Yes. I agree. I have been planning on either detaching the info window or have an option to hide it.
Keyboard: My idea is that no editing is done with the route planner open. You set the route and departure time and speed with the plugin, and then open the route planner, which is then superimposed on your route. (Actually you should not really need the keyboard at all). I don't know why the keyboard obscures the route planner.
Changing to IFR on resize: Should be fixed now.
(I must admit that I have not tested it for boat at all yet. I have been thinking of making a planner for sailing, one day maybe.)
As Marek said, mobile is very tricky. I am just playing with it, for fun and as a challenge, and really jumping the gun.
-
@rittels said in How to use a route planner:
You have to drag the vertical slider line,
What line do you mean? I don’t see a vertical slider line. My first screenshot does not show any vertical line or I miss something.
The use of keyboard is just needed to change the speed in route planner. I see in plugin that it’s possible to set an airspeed but not below 10 kt, which quite fast for a normal sail boat. If I set 7 kt in route planner (it is possible even with the keyboard overlapping), the ground speed in flight plan and in the window does not update. However the duration of travel is correct with 7 kt.
On tablet with Chrome it’s quite easy to use it. I’ve tried too on smartphone, but it does not works.
-
This line:
-
@rittels
OK it’s what I was calling the time&distance slider. But it does not make the map changing?
EDIT: right now it works. The map changes when moving this slider. -
Yes, I see. The info box uses the speed set in the plugin, and also uses this speed to calculate the timestamp. Unfortunately the lowest speed is 10 kt.
-
I have added an option under
Settings
to select slow speed for the slider. -
@rittels
OK I have got it, by now I am not able to open the route planner. It seems to be blocked. -
@rittels
OK sorry I did not do in the right way, I must create the route first ! -
Hello I have a bug today (yesterday October 8 was fine)
@rittels
on 2 differents computers, same error:Message that appear :
Elevation did not load:
TypeError: Failed to fetch -
Flight Plan is great. Thanks.
-
Thank you!!! Let me know if you think of any improvements.
-
Can you add native support of Skydemon route files? It saves a route in 6 different file formats including GPX, but it uses a slightly different strings compared to the way your plugin creates a GPX. Also, Skydemon's *.flightplan file has the most proprietary data available.
https://drive.google.com/file/d/1l6nkQDsZbYSEaBa-XWhSkI1H_f2-tdgA/view?usp=sharing
Thanks!
-
Try loading a skydemon
.flightplan
file now.Still not able to save in their format.
I also added the mobile sliding-close style. (Dark theme not right yet)
-
@rittels great! Thank you very much! Saving is not a big deal, because I only use loading function to check weather along my route.
Can you re-check it one more time, please? For some reason, Flight Planner doesn't pick up the first (starting) point from *.flightplan route file.
PS: I re-uploaded my RAR-file, because url was broken.
-
@igor-320 try now
-
@rittels thanks! Is it possible to include altitudes as well?
-
added
your example goes from level=3000, to level="MSL", then up again to 5000.
Test a few more examples.
-
@rittels year, the 1st leg = 3000ft msl,
2nd = 5000,
3rd = 4000,
4th = 3000.The plugin loads altitudes, but they values don't match for some reason.
-
try now
< PrimaryRoute CourseType="GreatCircle" Start="N501953.00 E0155714.00" Level="3000" CruiseProfile="ISA 1000ft - 2270rpm" Rules="Vfr" PlannedFuel="113.560000"> < RhumbLineRoute To="N500925.45 E0152302.00" Level="MSL" LevelChange="B" /> < RhumbLineRoute To="N500907.45 E0145006.55" Level="5000" LevelChange="B" /> < RhumbLineRoute To="N502259.35 E0152304.85" Level="4000" LevelChange="B" /> < RhumbLineRoute To="N502548.00 E0151959.00" Level="MSL" LevelChange="F" /> < WeightBalance> ... < /WeightBalance> < ReferencedAirfields /> < /PrimaryRoute>
Your example shows: 3000-> MSL -> 5000 -> 4000 -> MSL, but I think I get it now: The PrimaryRoute contains the default level, and if the later routes says only MSL, it implies the default Level.
What does LevelChange mean?