how to integrate windy api in GIS cloud layer?
-
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.
-
@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;});
});
}
Windyty, S.E. - all rights reserved. Powered by excellent NodeBB
NodeBB & contributors, OSM & contributors, HERE maps