Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
myriam
Contributor III
Contributor III

Map with personal edition

I want to create a map in qlik personal edition but it desn't work , I have no map 

Can you help me please ? 

 

 

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

see here:

https://console.cloud.google.com/apis/library/static-maps-backend.googleapis.com

 

You will have to sign up  and also entering your payment infos but you will get a monthly 200$ voucher and only 

if you are using this service really excessively then it will cost something for you!

View solution in original post

8 Replies
Frank_Hartmann
Master II
Master II

Do you have a valid Google-Maps API Key?

myriam
Contributor III
Contributor III
Author

I used this

 

='http://maps.google.com/maps/api/staticmap?center='

&

num(var_mid_lat, '##############', '.', ',' )

&

','

&

num(var_mid_long, '##############', '.', ',' )

&

'&zoom=$(var_zoom)'

&

'&maptype='&var_maptype

&

'&size='&map_size_x&'x'&map_size_y

&

'&sensor=false'

 

You can see it in my dashboard "test2"

 

Frank_Hartmann
Master II
Master II

its has definitley to do with missing API-Key.

I inserted my API-Key and it works.

So you will have to sign up for getting Google Maps API key.

Then it will work.

 

Frank_Hartmann
Master II
Master II

So if you got your Googlemaps API Key, you will have to enter the API Key inside  script. (See Variable gmap_key = 'PASTE YOUR API KEY HERE')

 

and in Chart use this Dynamic Image expression:

='http://maps.google.com/maps/api/staticmap?center=' & num(var_mid_lat, '##############', '.', ',' ) & ',' & num(var_mid_long, '##############', '.', ',' ) & '&zoom=$(var_zoom)' & '&maptype='&var_maptype & '&size='&map_size_x&'x'&map_size_y & '&sensor=false'&'&key='& gmap_key

myriam
Contributor III
Contributor III
Author

How can I get an API KEY ?

Is it free?

Frank_Hartmann
Master II
Master II

see here:

https://console.cloud.google.com/apis/library/static-maps-backend.googleapis.com

 

You will have to sign up  and also entering your payment infos but you will get a monthly 200$ voucher and only 

if you are using this service really excessively then it will cost something for you!

myriam
Contributor III
Contributor III
Author

So is it better to use an extention ?
Frank_Hartmann
Master II
Master II

sorry, im not familiar with map extensions!