Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Aug 1, 2022 9:23:05 AM
Apr 21, 2017 8:58:02 AM
Sense Map chart
Example adding a WMS background
1. Add in Content Security Policy (Qlik SaaS)
Origin: nowcoast.noaa.gov Directive : connect-src and img-src
2. Add Map chart
3. Add background layer WMS
url: https://nowcoast.noaa.gov/arcgis/services/nowcoast/radar_meteo_imagery_nexrad_time/MapServer/WMSServ...
version:1.3.0
crs: EPSG:3857, transparent, png, layer: Image
Note, use CRS 3857 if the base map has the Mercator projection (default).
Pick CRS 4326 if the base map has the Adaptive projection.
Link to documentation and example.
(QGA Extension map, old kept for reference)
Start by figure out the correct parameters. In this case the source is a WMS with data from the Dutch city Zaanstad.
Note, the urls below has chnaged and not working anymore, principles still applies)
Pro tip, how to figure out the wms url:
Is there any instruction to set up exactly right WMS format URL from ArcGis version 10.4 above that can be consumed in Geoanalytics geolayer without any issues ? thanks
Hi Wallace,
In coming releases we hope to make it easier to connect to other sources.
As of now the tutorial above is the best guide.
Thanks,
Patric
Hi Patric
We want to use REST API which requires a token in the Header authentication.
Is this possible to setup in Qlik Geo Analytics. I see only the URL.
Thanks
Alex
Sorry, not today, header tokens are not supported. Thanks, Patric
The approach works very well using the Layer object and the WMS Service URL. How can the GeoAnalytics Map object be set to use another base map? An URL that works as WMS Service URL does not work in the Map Object as "GeoAnalytics Server URL (needs reload)" as the Map Object expects a GeoAnalytics service. What is the recommended approach?
Hi,
The geodata layer is the way to set another basemap.
If the geodata layer is covering then the basemap can be set to "empty".
Use "empty meters" or "empty degrees" to work get QGA to work with arbitrary coordinate systems.
Thanks,
Patric
Hi Patric,
I'm trying to use this WMS as a geodata layer with GeoAnalytics maps: https://geodata.nationaalgeoregister.nl/wijkenbuurten2018/wms?LAYERS=cbs_wijken_2018&STYLES=&FORMAT=...
After removing the unnecessary parameters for the geodata layer this remains: https://geodata.nationaalgeoregister.nl/wijkenbuurten2018/wms?LAYERS=cbs_wijken_2018&STYLES=&FORMAT=...
The result is a empty white box plotted on the map as a geodata layer. There are no errors in the developers console.
I'm using google chrome.
Do you have any idea what is going wrong here?
Regards,
Simon
Hi,
I can see that you are using CRS EPSG:4326 -> set the background map to default adaptive or empty degrees.
Or set the WMS to 3857 if it should allow that.
Thanks,
Patric