@korina I'm trying to show wave height, wind, sea temperature map with some button click event on the website using Map Forecast API.
I can set the overlays to Wave Height and Wind.
However, sea temperature doesn't work.
@korina I'm trying to show wave height, wind, sea temperature map with some button click event on the website using Map Forecast API.
I can set the overlays to Wave Height and Wind.
However, sea temperature doesn't work.
I have tried to change the overlay to sst by following code ;
W.store.set('overlay','sst)
Then, it shows as follows;
Promise {: undefined}
Uncaught (in promise) undefined
However, I can change to sst on windy.com
How can I use sst layer?