Options and logo are not visibles
-
Hello,
I am using a trail api key in my web, every thing is working but the zoom and the others options on the left side of the map are not visible as well as the logo of windy on the top?
However I noticed that when the map is charging and it has the grey color on the backgroud, I can see them but once the map colors changed, they are no more visible.
Thank you
-
@sameh-khemira Hi, did you try this basic example of implementation? Does it work for you?
-
@Ondřej-Šutera
Yes I have use the 'hello wold' example to add the windy Map.
I used the package "ngx-script-loader to load the libBoot.js script beacuse am on an angular web app like this:this.scriptService.loadScript('https://api.windy.com/assets/map-forecast/libBoot.js').pipe(switchMap(() => { return new Observable(observer => { windyInit(options, windyAPI => { this.map = windyAPI.map; observer.next(); observer.complete(); }); }); }));
And it works perfeclty the only problem I have is this issue with the options and the logo going invisbles after initiazling the map.
-
@Ondřej-Šutera Hello, do you have any news about this issues
-
I also have the same issue when I implemented this on react. But I tried it on HTML and javascript only and it worked. I hope someone can help fix this soon!
-
I still have the same problem any new solutions please ?
-
@Miggz-Cervantes did you get any news please ?