Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik Map

Hi all,

I need to develop a map,i don't have licensed qlikmap extension.so i decided to use free  extensions but it's not worked for me.Now i am using google URL it shows the map but no pointers/bubbles and counts are shown. what mistake i had done don't know.my data is nearly 1lakh. some of them posted use google api and some used google.com.but for me nothing worked.I need to use which one.I need correct URL(Working URL). Because I used many URL like this nothing worked for me.pls help me.

Meaning of sensor=true/false?i couldn't find correct solution.

Thanks in advance...

Example 1:

='http://maps.googleapis.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
&
'&key='&

gmap_key & '&sensor=false'


Example 2:

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

&

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

&

','

&

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

&

'&zoom=$(var_zoom)'

&

'&maptype='&
var_maptype

&

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

&

'&key='&
gmap_key & '.jpg'

1 Reply
adamdavi3s
Master
Master

If it shows the map but not your points then I suspect the issue lies in the data.

What method are you using? An extension or are you using the scatterplot method where this is the background? I assume it is the scatter plot.

This step by step document should help?

https://community.qlik.com/docs/DOC-5709

Please remember to mark this as helpful or the correct answer if I have helped you or answered your question.