Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

scatter google co-ordinates out of original locator

Hi,

We have created scatter chart to get google maps but the some few co-ordinates were out of the range means not pointed exactly based on lat and long codes.

Below is the code used to get dynamic image:

='http://maps.google.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

&

'&key='&gmap_key1 & '&sensor=false'

Need to place the indicators exactly.

Below the chart:

Untitled.png

Thanks..

0 Replies