Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
stephencredmond
Luminary Alumni
Luminary Alumni

Google Maps problem - fixed

Hi,

Google had made changes to the API that stop the OOB demo working. I have posted in the Wiki on how to fix it:

http://community.qlik.com/wikis/qlikview-wiki/fixing-google-maps.aspx

And posted an updated copy of the QVW:

http://community.qlik.com/media/p/75131.aspx

Stephen

1 Solution

Accepted Solutions
stephencredmond
Luminary Alumni
Luminary Alumni
Author

Hi,

Simple fix.

Just change:


& '.jpg'


to


& '&.jpg'


Stephen

View solution in original post

6 Replies
Not applicable

Yes, thanks a lot Stephen. It's working for me very good too.

What about the map type, is it working for you? For me it isn't working to choose between different map types, I just have the standard "roadmap" type.

stephencredmond
Luminary Alumni
Luminary Alumni
Author

Hi,

Simple fix.

Just change:


& '.jpg'


to


& '&.jpg'


Stephen

Not applicable

Hi,

In Qlikview 8.5 we have de same problem , we must to regenerate the google map key at:

http://code.google.com/apis/maps/signup.html

and ADD the parameter format=jpg , because the aplication show a white image instead the of the map:

='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
&
'&format=jpg'
&
'.jpg'

Regards











Not applicable

I've tried all the solutions mentioned here (i'm on 8.5) but I'm still getting the white background instead of a map, and can't get it to work again. any suggestions?

Not applicable

Hi, I am getting an error as well. When copying the string to the browser it works fine. Thanks Christian

Not applicable

Hi all,

Do anyone has a successful solution on this in 8.5? The document always show s a while or grey colored box in place of the map when we avvess the document through IE client.

-- Arun