Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rams007
Contributor III
Contributor III

maps are not visible in qlikview

We have a dashboard in which we use API to generate map , its not working correctly.

2 Solutions

Accepted Solutions
rams007
Contributor III
Contributor III
Author

Hi Nadia,

I'm using Gmap. 

Google api is being directly called.

='http://maps.googleapis.com/maps/api/staticmap?center='  &  num(var_mid_lat_global, '##############', '.', ',' )  &  ','  &  num(var_mid_long_global, '##############', '.', ',' )  & '&zoom=$(var_zoom_global)'  &  '&maptype='&var_maptype  &  '&size='&map_size_x&'x'&map_size_y  &  '&key='&gmap_key & '&sensor=false'
 
Map background is not visible. only bubbles are displaying.
 
 
rams007_0-1627042991917.png

 

View solution in original post

rams007
Contributor III
Contributor III
Author

It was working before. Suddenly stop working.

View solution in original post

5 Replies
NadiaB
Support
Support

Hi @rams007 

It is not clear what is not working. What type of maps are you using? What API's are you using? Was this working before? What version of Qlikview are you using? By any chance could you indicate if you are getting an error? or not displaying the map?

Kind Regards.

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm
rams007
Contributor III
Contributor III
Author

Hi Nadia,

I'm using Gmap. 

Google api is being directly called.

='http://maps.googleapis.com/maps/api/staticmap?center='  &  num(var_mid_lat_global, '##############', '.', ',' )  &  ','  &  num(var_mid_long_global, '##############', '.', ',' )  & '&zoom=$(var_zoom_global)'  &  '&maptype='&var_maptype  &  '&size='&map_size_x&'x'&map_size_y  &  '&key='&gmap_key & '&sensor=false'
 
Map background is not visible. only bubbles are displaying.
 
 
rams007_0-1627042991917.png

 

rams007
Contributor III
Contributor III
Author

It was working before. Suddenly stop working.

rams007
Contributor III
Contributor III
Author

I'm using Gmap. 

Google api is being directly called.

='http://maps.googleapis.com/maps/api/staticmap?center='  &  num(var_mid_lat_global, '##############', '.', ',' )  &  ','  &  num(var_mid_long_global, '##############', '.', ',' )  & '&zoom=$(var_zoom_global)'  &  '&maptype='&var_maptype  &  '&size='&map_size_x&'x'&map_size_y  &  '&key='&gmap_key & '&sensor=false'
 
Map background is not visible. only bubbles are displaying. It was working before. Suddenly stop working.
 
 
rams007_0-1627043521832.png

 

NadiaB
Support
Support

Hi @rams007 

I'm not sure what in Google apis have changed, it is suggested to contact Google, or visit the following section in Qlik Community, maybe someone already reported the issue already:

https://community.qlik.com/t5/Documents/Google-MAPs-related-APPs/ta-p/1478163

Have you discussed this issue with your internal team? Was something changed in the Proxy configurations? Just make sure that the URL you are using for google maps is accessible from the server with the service account.

Hope it helps.

Kind Regards.

 

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm