@idefix37 said in Get wind data of a location:
seen that your post was in the API section
Hi guys,
Can we get these visualisation using the API: http://prntscr.com/p8kw2l ??
@Pancho
https://community.windy.com/topic/7206/enla-ula-platform-wrong-position/2
also
https://community.windy.com/topic/6407/airport-database-very-outdated/2
the click listener seems not to be set.
it works if add this:
map.on('click',e=>broadcast.fire('rqstOpen','picker',{lat:e.latlng.lat,lon:e.latlng.lng}));
@entalpia @grabmartini @patfee Hi, thank you for your notes. Unfortunately in this moment we are not able to provide it, but we'll think about it, what can we change in the future. Best regards, Barbora
ok so I was able to get a tms layer working by doing this
map.baseLayer.options.tms = true;
map.baseLayer.options.maxZoom = 18;
map.baseLayer.options.minZoom = 2;
map.baseLayer.options.opacity = 0.50;
map.baseLayer.options.attribution = 'NOT TO BE USED FOR NAVIGATION'
map.baseLayer.setUrl("https://wms.transas.com/TMS/1.0.0/utt/{z}/{x}/{y}.png");
but the opacity doesn't seem to be registering so I don't see any windy weather also the attribution isn't shown.
Any help on this would be appreciated, I know the tiles are full on images but if there is a level of transparency then I should see some weather behind it, I also don't mind being aggressive with the transparency to show the weather better
regards
@evranici said in Triggering a shift on the timeline bar:
Can anyone has an idea how to work around this?
Does* anyone have an idea how to work around this?