@Gregy1403 same here
this is getting out of hand and I feel a lack of attention to the matter
so: time for traj alternatives, open-meteo and stock leaflet has all the moving parts we need
contact me directly if you want to chip in
@alknet
Have a look at this SvelteKit app: https://github.com/ISmillex/adsb-flight-map.git - worked on first try for me, maybe a base for you
This renders in 3D using Cesium and not 2D/Leaflet but the fetch/decode/display logic should apply
it cleverly uses several open sources of ADS-B data
[image: 1773504090205-b59a6272-6c11-4e6e-87d1-f6d796a34164-image-resized.png]
@blaaaaaaah Hello, unfortunately, route planner is anyhow offered in our API and it is not planned. We provide data and map visualizations as a secondary tool for third-party apps, but route planner stays only in our app.
@rittels thank you so much!
Well, I think I'll wait for the next Windy update so not to submit another plugin update in the meantime.
Thank you so much and looking forward for the update
@ivo EPIC!
But any instructions on how to make them work on mobile?
EDIT: very specific question: how to debug the app version (from a visual point of view)?
Ok so, I think I've figured it out some issues with this new implementation :
For the L.geoJSON => The issue appears when I try to bind a Tooltip (layer.bindTooltip()) on the layer with the function OnEachFeature; => trigger the error "This layer type does not support tooltips." I was able to run the code before so I suppose that I've to tweak some elements now.
For the L.Circle => The issue appears with mouseover because this event triggers the method setStyle of the element Circle. Then the circle disappears and there is no error in the console..
I think my installation is good with your suggestions, if you have any ideas about these issues I will be very grateful ! Thanks.
@edgTher Hello, as you basically described, we offer only mentioned layers in our API, if the layer is not there, we don't provide it in our API service.
Updated the plugin:
Moon added:
You can see the phase of the moon and the moon's orientation from the picker position.
You can set altitude of the moon above the horizon, and the terminator line for that altitude will be shown. This can be useful if you need lunar illumination at night. (With the moon at least 20-30 ° above the horizon)
Updated the time zones.
The plugin is also responsive to the new internal windy plugin sun/moon position
More info here: https://rittels-windy-plugins.github.io/?day-night
Hi @idefix37 thank you and sorry for bothering you with all the messages. I thought it would just make sense to at least just reply in threads talking about having those data on the Windy map (that I personally have followed for a while). Other than that I just submitted it in the dedicated thread + made a post here because I’m not sure that many people interested about those data are gonna go there and scroll tens of submissions messages hoping to find someone talking about integrating those data in a plugin. That’s basically the only way I found to try and share my work.
Maybe I was just a bit too excited after spending so many hours working on it.
@rittels Thanks for the hint. I did wonder if this was happening and will now take another look as this will also have a bad effect in SoarCalc. For me, this has been masked by the worse problem that getLatLonInterpolator() fails (never resolves) some fraction of the time and I needed to add a timeout and fail gracefully.
Right now I am struggling to work out why the "publish-plugin" action always fails with "Error: Process completed with exit code 22." This has happened before and I cannot for the life of me remember what I did to resolve it.