Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
agigliotti
Partner - Champion
Partner - Champion

Google map doesn't works anymore

Hello,

I'm facing a problem with google map.

below the URL used on colors->frame backgroung->dynamic image:

='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
&
'&sensor=false'


Since a while the background image is not showed.

What could be the reason?

Thanks for your time.

Best Regards

Andrea

 

Labels (1)
8 Replies
hopkinsc
Partner - Specialist III
Partner - Specialist III

Hi, i have also noticed this, I think Google has disabled the URL now as it needs to be paid for. 

I now use this instead

='http://geomap.nagvis.org/?module=map&center='
&
num(var_mid_long, '###.######')
&','
&
num(var_mid_lat, '###.######')
&
'&zoom=$(var_zoom)'
&
'&type=mapnik'
&
'&width='&map_size_x&'&height='&map_size_y
&
'&logoPos=rightDownCorner'

 It's not as fast as the googlemaps URL but it works

agigliotti
Partner - Champion
Partner - Champion
Author

Thanks for your suggestion but it works bad.
Anyone has a workaorund to show maps within Qlikview object ?
hopkinsc
Partner - Specialist III
Partner - Specialist III

Works bad in what way?

agigliotti
Partner - Champion
Partner - Champion
Author

I can't see the europe image in the map and also when i zoom to some regions the message "wrong map request" comes up.
hopkinsc
Partner - Specialist III
Partner - Specialist III

That's strange, mine works perfectly, i haven't experienced any problems with the map not showing. 

If you put the expression in a text box and zoom in on the map (so the text box shows the evaluated expression), then right click the text box and copy text and paste into a browser, do you get the map there?

hopkinsc
Partner - Specialist III
Partner - Specialist III

This is what i have, see how that works for you

agigliotti
Partner - Champion
Partner - Champion
Author

it's a shame but it doesn't works for me.

see below images, the second one comes up after a region selection.

maps_02.pngmaps_01.png

hopkinsc
Partner - Specialist III
Partner - Specialist III

Thats strange, i dont get those problems