Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
juleshartley
Specialist
Specialist

Google maps stopped working


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:

Capture.PNG

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!

6 Replies
Not applicable

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'

Anonymous
Not applicable

may be net connections missing or have the code  for the google map

luciancotea
Specialist
Specialist

This also happens when you exceed the limit for the free use. You might need to choose a paid plan to use the maps.

juleshartley
Specialist
Specialist
Author


Seems that this was related to usage... Thanks!

avinashelite

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