Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

No picture in google map

Hi,

I am using a scatter-chart with google-picture, as defined as dynamic image in on the colors-tab of the chart as:

='https://maps.googleapis.com/maps/api/staticmap?center=' & num(kl_var_mid_lat, '##############', '.', ',' )  & ',' & num(kl_var_mid_long, '##############', '.', ',' )  & '&zoom=$(kl_var_zoom)' & '&maptype='&var_GoogleMaps_Maptype & '&size='&map_size_x&'x'&map_size_y & '&key='&gmap_key&'&.jpg'

Problem is that the google-map doesn't show. When I type in the URL direct in the internetbrowser the picture DOES show.

What can be the problem?

Regards,

Henk

1 Reply
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

This can sometimes be caused by the transparency setting being set to 100%.  This is just under the box where you enter the Dynamic Image code.

Hope that helps.

Steve