<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Setting up a WMS as a background map in Qlik GeoAnalytics in Qlik Sense Documents</title>
    <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/ta-p/1476666</link>
    <description>&lt;P&gt;&lt;FONT size="5"&gt;Sense Map chart&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Example adding a WMS background&lt;/P&gt;&lt;P&gt;1. Add in Content Security Policy (Qlik SaaS)&lt;BR /&gt;Origin: nowcoast.noaa.gov Directive : connect-src and img-src&lt;BR /&gt;2. Add Map chart&lt;BR /&gt;3. Add background layer WMS&lt;BR /&gt;url: &lt;A href="https://nowcoast.noaa.gov/arcgis/services/nowcoast/radar_meteo_imagery_nexrad_time/MapServer/WMSServer" target="_blank"&gt;https://nowcoast.noaa.gov/arcgis/services/nowcoast/radar_meteo_imagery_nexrad_time/MapServer/WMSServer&lt;/A&gt;&lt;BR /&gt;version:1.3.0&lt;BR /&gt;crs: EPSG:3857, transparent, png, layer: Image&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Note, use CRS 3857 if the base map has the Mercator projection (default).&lt;BR /&gt;Pick CRS 4326 if the base map has the Adaptive projection.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Map/map-backgroundlayers-example.htm" target="_self"&gt;Link to documentation and example.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;(QGA Extension map, old kept for reference)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Start by figure out the correct parameters. In this case the source is a WMS with data from the Dutch city Zaanstad.&lt;/P&gt;&lt;P&gt;Note, the urls below has chnaged and not working anymore, principles still applies)&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Easiest way to pick up the WMS source and at the same time verify that it works is through a demo page,&lt;BR /&gt;for example &lt;A href="http://geo.zaanstad.nl/mapproxy/demo/?srs=EPSG%3A28992&amp;amp;format=image%2Fpng&amp;amp;wms_layer=Zaanstad" target="_blank" rel="nofollow noopener"&gt;http://geo.zaanstad.nl/mapproxy/demo/?srs=EPSG%3A28992&amp;amp;format=image%2Fpng&amp;amp;wms_layer=Zaanstad&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Select CRS (coordinate system), 4326 for use together with the default adaptive basemap or 3857 with the defualt basemap. Right click on the map image and "Open image in new tab..." . Copy the image url:&lt;BR /&gt;&lt;A href="http://geo.zaanstad.nl/mapproxy/service?LAYERS=Zaanstad&amp;amp;FORMAT=image%2Fpng&amp;amp;SRS=EPSG%3A28992&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;BBOX=77018.328125,474244.265625,153485.671875,512224.734375&amp;amp;WIDTH=1208&amp;amp;HEIGHT=600" target="_blank" rel="nofollow noopener"&gt;http://geo.zaanstad.nl/mapproxy/service?LAYERS=Zaanstad&amp;amp;FORMAT=image%2Fpng&amp;amp;SRS=EPSG%3A28992&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;BBOX=77018.328125,474244.265625,153485.671875,512224.734375&amp;amp;WIDTH=1208&amp;amp;HEIGHT=600&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Remove the following parameters (these are filled in by the map) : BBOX, WIDTH, HEIGHT, VERSION, SRS.&lt;BR /&gt;That produces the url to use: &lt;A href="http://geo.zaanstad.nl/mapproxy/service?LAYERS=Zaanstad&amp;amp;FORMAT=image%2Fpng&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=" target="_blank" rel="nofollow noopener"&gt;http://geo.zaanstad.nl/mapproxy/service?LAYERS=Zaanstad&amp;amp;FORMAT=image%2Fpng&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Fill in CRS and VERSION (in my example EPSG:3857 and 1.1.1 check the WMS url for the version).&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;Pro tip, "Load via Server" is practical to use if the the WMS doesn't allow CORS.&lt;BR /&gt;&lt;BR /&gt;Pro tip 2, run Sense in the browser (&lt;A href="http://localhost:4848/hub/my/work" target="_blank" rel="nofollow noopener"&gt;http://localhost:4848/hub/my/work&lt;/A&gt;) and use the dev console (F12), good to spot errors from the WMS server.&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2022 13:23:21 GMT</pubDate>
    <dc:creator>Patric_Nordstrom</dc:creator>
    <dc:date>2022-08-01T13:23:21Z</dc:date>
    <item>
      <title>Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/ta-p/1476666</link>
      <description>&lt;P&gt;&lt;FONT size="5"&gt;Sense Map chart&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Example adding a WMS background&lt;/P&gt;&lt;P&gt;1. Add in Content Security Policy (Qlik SaaS)&lt;BR /&gt;Origin: nowcoast.noaa.gov Directive : connect-src and img-src&lt;BR /&gt;2. Add Map chart&lt;BR /&gt;3. Add background layer WMS&lt;BR /&gt;url: &lt;A href="https://nowcoast.noaa.gov/arcgis/services/nowcoast/radar_meteo_imagery_nexrad_time/MapServer/WMSServer" target="_blank"&gt;https://nowcoast.noaa.gov/arcgis/services/nowcoast/radar_meteo_imagery_nexrad_time/MapServer/WMSServer&lt;/A&gt;&lt;BR /&gt;version:1.3.0&lt;BR /&gt;crs: EPSG:3857, transparent, png, layer: Image&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Note, use CRS 3857 if the base map has the Mercator projection (default).&lt;BR /&gt;Pick CRS 4326 if the base map has the Adaptive projection.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Map/map-backgroundlayers-example.htm" target="_self"&gt;Link to documentation and example.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;(QGA Extension map, old kept for reference)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Start by figure out the correct parameters. In this case the source is a WMS with data from the Dutch city Zaanstad.&lt;/P&gt;&lt;P&gt;Note, the urls below has chnaged and not working anymore, principles still applies)&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Easiest way to pick up the WMS source and at the same time verify that it works is through a demo page,&lt;BR /&gt;for example &lt;A href="http://geo.zaanstad.nl/mapproxy/demo/?srs=EPSG%3A28992&amp;amp;format=image%2Fpng&amp;amp;wms_layer=Zaanstad" target="_blank" rel="nofollow noopener"&gt;http://geo.zaanstad.nl/mapproxy/demo/?srs=EPSG%3A28992&amp;amp;format=image%2Fpng&amp;amp;wms_layer=Zaanstad&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Select CRS (coordinate system), 4326 for use together with the default adaptive basemap or 3857 with the defualt basemap. Right click on the map image and "Open image in new tab..." . Copy the image url:&lt;BR /&gt;&lt;A href="http://geo.zaanstad.nl/mapproxy/service?LAYERS=Zaanstad&amp;amp;FORMAT=image%2Fpng&amp;amp;SRS=EPSG%3A28992&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;BBOX=77018.328125,474244.265625,153485.671875,512224.734375&amp;amp;WIDTH=1208&amp;amp;HEIGHT=600" target="_blank" rel="nofollow noopener"&gt;http://geo.zaanstad.nl/mapproxy/service?LAYERS=Zaanstad&amp;amp;FORMAT=image%2Fpng&amp;amp;SRS=EPSG%3A28992&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;BBOX=77018.328125,474244.265625,153485.671875,512224.734375&amp;amp;WIDTH=1208&amp;amp;HEIGHT=600&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Remove the following parameters (these are filled in by the map) : BBOX, WIDTH, HEIGHT, VERSION, SRS.&lt;BR /&gt;That produces the url to use: &lt;A href="http://geo.zaanstad.nl/mapproxy/service?LAYERS=Zaanstad&amp;amp;FORMAT=image%2Fpng&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=" target="_blank" rel="nofollow noopener"&gt;http://geo.zaanstad.nl/mapproxy/service?LAYERS=Zaanstad&amp;amp;FORMAT=image%2Fpng&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Fill in CRS and VERSION (in my example EPSG:3857 and 1.1.1 check the WMS url for the version).&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;Pro tip, "Load via Server" is practical to use if the the WMS doesn't allow CORS.&lt;BR /&gt;&lt;BR /&gt;Pro tip 2, run Sense in the browser (&lt;A href="http://localhost:4848/hub/my/work" target="_blank" rel="nofollow noopener"&gt;http://localhost:4848/hub/my/work&lt;/A&gt;) and use the dev console (F12), good to spot errors from the WMS server.&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 13:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/ta-p/1476666</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2022-08-01T13:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1476667#M4668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pro tip, how to figure out the wms url:&lt;/P&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/25907/is-it-possible-to-setup-fiddler-to-capture-requests-from-qgis" title="https://gis.stackexchange.com/questions/25907/is-it-possible-to-setup-fiddler-to-capture-requests-from-qgis"&gt;wms - Is it possible to setup fiddler to capture requests from QGIS - Geographic Information Systems Stack Exchange&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 09:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1476667#M4668</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2017-06-29T09:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1476668#M4669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any instruction to set up exactly right WMS format URL from ArcGis version 10.4&amp;nbsp; above that can be consumed in Geoanalytics geolayer without any issues ?&amp;nbsp; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 03:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1476668#M4669</guid>
      <dc:creator>wallacechen</dc:creator>
      <dc:date>2018-03-30T03:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1476669#M4670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wallace,&lt;/P&gt;&lt;P&gt;In coming releases we hope to make it easier to connect to other sources.&lt;/P&gt;&lt;P&gt;As of now the tutorial above is the best guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 04:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1476669#M4670</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2018-03-30T04:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1535270#M4671</link>
      <description>&lt;P&gt;Hi Patric&lt;/P&gt;&lt;P&gt;We want to use REST API which requires&amp;nbsp;a token in the Header authentication.&lt;/P&gt;&lt;P&gt;Is this possible to setup in Qlik Geo Analytics. I see only the URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 15:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1535270#M4671</guid>
      <dc:creator>alexhausmann</dc:creator>
      <dc:date>2019-01-25T15:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1535822#M4672</link>
      <description>&lt;P&gt;Sorry, not today, header tokens are not supported. Thanks, Patric&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 11:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1535822#M4672</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2019-01-28T11:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1563828#M4673</link>
      <description>&lt;P&gt;The approach works very well using&amp;nbsp;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?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 11:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1563828#M4673</guid>
      <dc:creator>IQ0</dc:creator>
      <dc:date>2019-04-02T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1565839#M4674</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The geodata layer is the way to set another basemap.&lt;/P&gt;
&lt;P&gt;If the geodata layer is covering then the basemap can be set to "empty".&lt;/P&gt;
&lt;P&gt;Use "empty meters" or "empty degrees" to work get QGA to work with arbitrary coordinate systems.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Patric&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1565839#M4674</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2019-04-05T13:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1600239#M4675</link>
      <description>&lt;P&gt;Hi Patric,&lt;/P&gt;&lt;P&gt;I'm trying to use this WMS as a geodata layer with GeoAnalytics maps:&amp;nbsp;&lt;A href="https://geodata.nationaalgeoregister.nl/wijkenbuurten2018/wms?LAYERS=cbs_wijken_2018&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;WIDTH=1286&amp;amp;HEIGHT=1286&amp;amp;BBOX=50.568461590702086,2.9387476408566324,53.646827509232324,7.578926173156744&amp;amp;VERSION=1.3.0&amp;amp;CRS=EPSG:4326" target="_blank"&gt;https://geodata.nationaalgeoregister.nl/wijkenbuurten2018/wms?LAYERS=cbs_wijken_2018&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;WIDTH=1286&amp;amp;HEIGHT=1286&amp;amp;BBOX=50.568461590702086,2.9387476408566324,53.646827509232324,7.578926173156744&amp;amp;VERSION=1.3.0&amp;amp;CRS=EPSG:4326&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After removing the unnecessary parameters for the geodata layer this remains:&amp;nbsp;&lt;A href="https://geodata.nationaalgeoregister.nl/wijkenbuurten2018/wms?LAYERS=cbs_wijken_2018&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;WIDTH=1286&amp;amp;HEIGHT=1286&amp;amp;BBOX=50.568461590702086,2.9387476408566324,53.646827509232324,7.578926173156744&amp;amp;VERSION=1.3.0&amp;amp;CRS=EPSG:4326" target="_blank"&gt;https://geodata.nationaalgeoregister.nl/wijkenbuurten2018/wms?LAYERS=cbs_wijken_2018&amp;amp;STYLES=&amp;amp;FORMAT=image%2Fpng&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The result is a empty white box plotted on the map as a geodata layer. There are no errors in the developers console.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using google chrome.&lt;/P&gt;&lt;P&gt;Do you have any idea what is going wrong here?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 07:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1600239#M4675</guid>
      <dc:creator>simonvm9114</dc:creator>
      <dc:date>2019-07-09T07:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1600578#M4676</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can see that you are using CRS EPSG:4326 -&amp;gt; set the background map to default adaptive or empty degrees.&lt;/P&gt;
&lt;P&gt;Or set the WMS to 3857 if it should allow that.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Patric&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 18:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1600578#M4676</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2019-07-09T18:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1607302#M4677</link>
      <description>Hi Patric, I am new to the GeoAnalytics Server, and now I got a third-party map data for usage instead of the map data pack. How to configure the GeoAnalytics Server such that it is able to use that third-party map directly on the Server call towards QS? Regards, Bevan</description>
      <pubDate>Tue, 30 Jul 2019 06:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1607302#M4677</guid>
      <dc:creator>bevan_kwong</dc:creator>
      <dc:date>2019-07-30T06:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1608395#M4678</link>
      <description>&lt;P&gt;Any third party map server are connected using the geodata or the backgound layer using either TMS or WMS.&lt;/P&gt;
&lt;P&gt;To setup a 3rd party TMS as default, check this post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-GeoAnalytics-Documents/Native-mapchart-settings/ta-p/1563181" target="_blank"&gt;https://community.qlik.com/t5/Qlik-GeoAnalytics-Documents/Native-mapchart-settings/ta-p/1563181&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Patric&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 09:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1608395#M4678</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2019-08-01T09:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1619688#M4679</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thank you for the explanation , I created this link :&lt;/P&gt;&lt;P&gt;&lt;A href="https://geo.zaanstad.nl/mapproxy/service?LAYERS=Begraafplaatsen&amp;amp;FORMAT=image%2Fpng&amp;amp;SRS=EPSG%3A4326&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&amp;amp;BBOX=4.3549890928264,52.144014369021,5.2492665901436,52.706453046579&amp;amp;WIDTH=954&amp;amp;HEIGHT=600" target="_blank"&gt;https://geo.zaanstad.nl/mapproxy/service?LAYERS=Begraafplaatsen&amp;amp;FORMAT=image%2Fpng&amp;amp;SRS=EPSG%3A4326&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;STYLES=&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and I put it as server URL for data layer, but I could not see it .&lt;/P&gt;&lt;P&gt;did I something wrong?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 16:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1619688#M4679</guid>
      <dc:creator>Matsa</dc:creator>
      <dc:date>2019-09-03T16:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1620955#M4680</link>
      <description>&lt;P&gt;The mapchart has a WMS wizard, that's the easiest way to add a WMS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The start URL is ok, but it needs to be pruned, pls follow the steps 1-4 above ^^&lt;/P&gt;
&lt;P&gt;='&lt;A href="https://geo.zaanstad.nl/mapproxy/service?service=WMS&amp;amp;transparent=true&amp;amp;request=GetMap&amp;amp;layers=Begraafplaatsen&amp;amp;styles=&amp;amp;format=image/png" target="_blank"&gt;https://geo.zaanstad.nl/mapproxy/service?service=WMS&amp;amp;transparent=true&amp;amp;request=GetMap&amp;amp;layers=Begraafplaatsen&amp;amp;styles=&amp;amp;format=image/png&lt;/A&gt;'&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Patric&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 09:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1620955#M4680</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2019-09-06T09:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1633035#M4681</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp; , I removed the extra&amp;nbsp; parameters&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;A href="https://geo.zaanstad.nl/mapproxy/service?LAYERS=Begraafplaatsen&amp;amp;FORMAT=image%2Fpng&amp;amp;SRS=EPSG%3A4326&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;VERSION=1.1.1&amp;amp;REQUEST=GetMap&amp;amp;STYLES" target="_blank"&gt;https://geo.zaanstad.nl/mapproxy/service?LAYERS=Begraafplaatsen&amp;amp;FORMAT=image%2Fpng&amp;amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;amp;TRANSPARENT=TRUE&amp;amp;SERVICE=WMS&amp;amp;REQUEST=GetMap&amp;amp;STYLES&lt;/A&gt;=&lt;/P&gt;&lt;P&gt;in properties ( Geodata layer)I changed EPSG to 4326&lt;/P&gt;&lt;P&gt;I put version 1.1.1( which was in linke before)&lt;/P&gt;&lt;P&gt;But still I could not see the map.&lt;/P&gt;&lt;P&gt;I have to notice that I am using qlikview 11.&lt;/P&gt;&lt;P&gt;Do you have any Idea about problem?&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Matsa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 08:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1633035#M4681</guid>
      <dc:creator>Matsa</dc:creator>
      <dc:date>2019-10-10T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1635261#M4682</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally thanks to your note, we successful to use WMS( not with the link you mentioned )&lt;/P&gt;&lt;P&gt;Now we have another question,about base map when we are using WMS.&lt;/P&gt;&lt;P&gt;Generally we have 3 different types of empty as base map:&lt;/P&gt;&lt;P&gt;1)empty (WGS-84)&lt;/P&gt;&lt;P&gt;2)empty(undefined meters)&lt;/P&gt;&lt;P&gt;3)empty (Mercator)&lt;/P&gt;&lt;P&gt;we thought we have to use 3(empty(mercator)) with CRS--&amp;gt; EPSG:3857 , but it does not work always and we need to change base map to 2.but even with 2 it does not work always.In fact we could not understand the reason of this behaviour( it works sometimes and it does not work other time)&lt;/P&gt;&lt;P&gt;I appreciate your help on this matter.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matisa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 08:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1635261#M4682</guid>
      <dc:creator>Matsa</dc:creator>
      <dc:date>2019-10-15T08:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1635985#M4683</link>
      <description>&lt;P&gt;All layers needs to have the same CRS (also the CRS of the WMS), the layers are not reprojected in the client.&lt;/P&gt;
&lt;P&gt;Empty WGS-84: EPSG:4326 unprojected&lt;/P&gt;
&lt;P&gt;Empty (undefined meters)&amp;nbsp; any meter based CRS&lt;/P&gt;
&lt;P&gt;Empty(Mercator): EPSG 3587&lt;/P&gt;
&lt;P&gt;Default: EPSG 3587&lt;/P&gt;
&lt;P&gt;Adaptive: EPSG 3587&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/geoanalytics/Subsystems/GeoPropertiesQV/Content/qlikview/qlikview-imap_reference-GeoAnalytics-Map.htm" target="_blank"&gt;https://help.qlik.com/en-US/geoanalytics/Subsystems/GeoPropertiesQV/Content/qlikview/qlikview-imap_reference-GeoAnalytics-Map.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 11:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1635985#M4683</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2019-10-16T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1637090#M4684</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp; for the explanation .&amp;nbsp;&lt;/P&gt;&lt;P&gt;We recognized , we could not see some layers because they are behind of our background( we put one background map with TMS)&lt;/P&gt;&lt;P&gt;We solve our problem in this way:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We deselected ‘Draw order Auto’&lt;/LI&gt;&lt;LI&gt;We put ‘-10’ as ‘Draw order Adjustment’&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matsa&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 10:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1637090#M4684</guid>
      <dc:creator>Matsa</dc:creator>
      <dc:date>2019-10-18T10:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1673496#M4685</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to add the following wms link to my geodata layer:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nowcoast.noaa.gov/arcgis/services/nowcoast/radar_meteo_imagery_nexrad_time/MapServer/WMSServer" target="_blank"&gt;https://nowcoast.noaa.gov/arcgis/services/nowcoast/radar_meteo_imagery_nexrad_time/MapServer/WMSServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am not getting the layer on the map. I have set the version to 1.1.1 and CRS to EPSG: 3857 as I am using the default map base.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I have something else wrong? The WMS link creates the layer in the regular Qlik map so, so it should be working?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 21:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1673496#M4685</guid>
      <dc:creator>Steven_Haught</dc:creator>
      <dc:date>2020-02-07T21:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a WMS as a background map in Qlik GeoAnalytics</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1673849#M4686</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/69294"&gt;@Steven_Haught&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Have you tried with '&lt;SPAN&gt;Empty(Mercator)' instead of Default Map?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would you please share the error message which you see on top left of the map?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Matsa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 11:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Setting-up-a-WMS-as-a-background-map-in-Qlik-GeoAnalytics/tac-p/1673849#M4686</guid>
      <dc:creator>Matsa</dc:creator>
      <dc:date>2020-02-10T11:15:14Z</dc:date>
    </item>
  </channel>
</rss>

