Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
kobikobi
Contributor
Contributor

can't load the google static map on my chart

i follow all the step for used a google static map , i see only the scatter chart but no map appear from the dynamic image

their is any idea what could be the reason??

i got my google API key

thanks

2 Replies
shree909
Partner - Specialist II
Partner - Specialist II

Hi,

Can u  add this expression to the dynamic image and  test it..

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

&

Replace(var_mid_lat,',','.')

&

','

&

Replace(var_mid_long,',','.')

&

'&zoom=$(var_zoom)'

&

'&maptype='&var_maptype

&

'&size='&map_size_x&'x'&map_size_y&'&key='& gmap_key &

'&sensor=false'

Thanks

fkeuroglian
Partner - Master
Partner - Master

HI, what error do you have

plese attach an example

Fernando