Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rikrdodata
Partner - Contributor III
Partner - Contributor III

Problem with maps in google maps

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 !

7 Replies
alexdataiq
Partner - Creator III
Partner - Creator III

Thank you!

bumin
Partner - Creator II
Partner - Creator II

thanks very much

danialier
Creator III
Creator III

Excellent !!!!!!!!! thanks Ricardo !!!!!!!!!!!!

Not applicable

Thank you, very helpful!

beristardj
Creator
Creator

Muchas gracias, era la solución que buscaba

qlikhalmar
Creator
Creator

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

venkat1
Creator II
Creator II

even your second solution is not working,Do you alternate please?