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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Google Maps API no longer working?

Hey Everyone, has anybody else had issues with the Google Maps API acting up lately?  As of last week I noticed that my mapping object no longer displays the Google Map, only my plot points.  Anybody else had this issue and\or found a fix for this?

Cheers,

Simon

4-15-13 1-19-41 PM.png

Labels (1)
2 Replies
Not applicable
Author

Anonymous
Not applicable
Author

Yes, the was a change on the Google side.  To fix:

1. instead of
='http://maps.google.com/staticmap?center='
use
='http://maps.googleapis.com/maps/api/staticmap?center='

2. instead of
'&key='&gmap_key 
use
'&sensor=false'

Regrads,

Michael