Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
HI, what error do you have
plese attach an example
Fernando