Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
laife
Contributor
Contributor

WMS map of the Weather

Hi All,

I'm trying to create a map of the weather of Italy but I can't find a valid wms server that works. Does anyone know a working one?

I'm trying to use the Meteomatics API and it works on Postman but when I add a WMS as a background layer on my map on Qlik Cloud it freezes. There are 2 problems:

1. CORS policies: the header doesn't have an Access-Control-Allow-Origin but I solved this problem in 2 ways:

-using the chrome extesion called Moesif CORS that is able to add the header with *

-adding the prefix https://cors-anywhere.herokuapp.com/  to my wms request that does the same thing.

Here is my working request:

https://api.meteomatics.com/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&access_token=<MyAP...

2. Solving the CORS problem in the header it seems to work because it loads but then it freezes and my broswer crashes.

Can anyone help me, please?

Thank you very much!

Elena

 

Labels (4)
0 Replies