Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Google Maps with API key, error message, "Do you own this website?"

Hello

I'm trying to get Google Maps in my Qlikview application. I use Qlikview locally on my computer

I have the API key of 39 characters from Google.

I have used the following script under the category colors and dynamics image and get the following error messages "Do you own this website". See attached file.


What to do?


Regards
Mikael

='http://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' & '&scale=&map_scale'


Below is an example of what Google Maps wants you to use this 39 character key in the script.

The following example contains the URL of a Maps Static API image of downtown New York City, which is displayed below:

https://maps.googleapis.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=13&size=600x3...

&markers=color:blue%7Clabel:S%7C40.702147,-74.015794&markers=color:green%7Clabel:G%7C40.711614,-74.012318

&markers=color:red%7Clabel:C%7C40.718217,-73.998284

&key=YOUR_API_KEY

0 Replies