Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!

Native mapchart settings

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Patric_Nordstrom
Employee
Employee

Native mapchart settings

Last Update:

Apr 2, 2021 4:31:30 AM

Updated By:

Patric_Nordstrom

Created date:

Mar 31, 2019 7:27:28 AM

Connecting map chart with an on premise Qlik GeoAnalytics Server

From Qlik Sense April 2018, the built-in Map chart can be used with GeoAnalytics Server in an on-premise solution. For this GeoAnalytics Data Package 18.04 or newer is needed.

First, install the data package according the guide including the optional step named "Enable support for Qlik Sense Map" or similar.

Then go to your Qlik Sense installation and point the Sense map to the server by editing the file mapconf.json in C:\Program Files\Qlik\Sense\Client\assets (or similar) and set the URL to the server in the serverUrl property and the key you have chosen during data package installation for Sense map users in serverKey.

Example:
{
"serverUrl":"https://mysite.com",
"serverKey":"abcdefg"
}

Note that every time Qlik Sense is upgraded this file will be overwritten, so it will need to be edited again.

Custom default map background

For all new map charts per site. Edit Qlik\Sense\Client\assets\mapconf.json

Set alternative basemap:
        "defaultMap":"pale_mercator" (list of of possible values below)
Set any TMS:
         "defaultMap":"http://tile.openstreetmap.org/${z}/${x}/${y}.png"
Set attribution:
        "defaultAttribution":"copyright me"

 

Full name
Map
Projection
default Default Mercator
default_adaptive Default Adaptive
pale_mercator Pale Mercator
pale_adaptive Pale Adaptive
satellite_mercator Satellite Mercator
empty None Undefined degrees
emptymeters None Undefined meters
emptydegreemercator None Mercator
Version history
Last update:
‎2021-04-02 04:31 AM
Updated by: