@tsc How would you manage to do it ? kindly share me the details if you have achieved it.
K
Latest posts made by kaleshazoom
-
RE: Use Windy layer over our own mapposted in Windy API v4
-
RE: how to integrate windy api in GIS cloud layer?posted in Windy API v4
@kaleshazoom Tried the below code to integrate this map as a layer to GIS cloud map. Still no luck.
function addwindylayer(layer,windymap) {
$("#small_map").click(function() {
const options ={
key:'windy key',
model:"gfs",
layer:"temperature",
zoom:18
};
windyInit(options, windyAPI =>{
const {map} = windyAPI
layer.addTo(windymap);
windymap.options.maxZoom = 18;});
});
} -
how to integrate windy api in GIS cloud layer?posted in Windy API v4
We are trying to integrate the WINDY api into GIS cloud layer, and we are successfully able to load the windy as separate map, but unable to load windy map inside GIS cloud api. Need support on this. Attached screenshot for our reference.
