Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if some one still using google maps under Scatter chart, there is a problem with the old Static image.
on Chart Properties / Colors / Dynamic Image you had.
='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'
Now, you need to change the old one with this.
='https://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 & '&.jpg'
I just Attach an example with new URL.
Hope it helps.
Regards.
Ricardo !
Thank you!
thanks very much
Excellent !!!!!!!!! thanks Ricardo !!!!!!!!!!!!
Thank you, very helpful!
Muchas gracias, era la solución que buscaba
Hi Ricardo,
I have a problem with this one.
I use the right URL, but it will only work using the ie-plugin and not in de full browser version (AJAX) anymore.
Is there a solution for this problem?
Thanks,
Halmar
even your second solution is not working,Do you alternate please?