Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I was happily developing a small app with a scatter graph map object in it this morning. I didn't change anything but suddenly the map stopped working and gave the following image:
Can anyone help? I don't understand why this would suddenly happen. I am on a company network which uses proxy servers etc. for internet access.
Thanks!
Hi,
Google maps API moved to version 3. I had the same problem with one of my apps and I had to change the expression in the graph properties - Colors - Background.
Here's my expression :
='http://maps.google.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
& '&sensor=false'
may be net connections missing or have the code for the google map
This also happens when you exceed the limit for the free use. You might need to choose a paid plan to use the maps.
Seems that this was related to usage... Thanks!
if you have got the answer please mark the helpful and correct answer so that it will be helpful for others who are having similar question