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

My google map doesn't showing

I'm trying to use Google map in my application and my current API link is this below. I'm using this link in the Dynamic image expression section and my maps doesn't show up. It's just plain white backgroung with scatter charts on it.

=’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  & ‘&sensor=false’ & ‘&scale=’&map_scale
3 Replies
NadiaB
Support
Support

Hi @Dulguun1998 

What version of Qlik are you using?

This Article might help you

Dynamic images (from URL i.e. Google Maps) are not visible in QlikView 12.XX if a proxy server is co...

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm
nurettinsahin
Contributor II
Contributor II

@Dulguun1998 

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

 

Your_ Api_Key (Google Maps Api Key) is provided by Google.

jerrysvensson
Partner - Specialist II
Partner - Specialist II

Does your QlikView server have connection to internet?