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

How to Draw circles with radius as miles in Geoanalytics?

Hi,

I have a requirement to draw circles in the Geoanalytics map with radius provided in the input box which should have miles as units. This should be done in qlikview not in qliksense. I searched everywhere but i am getting solutions only for qliksense. So please help if anyone have ideas of doing this in qlikview.

For Example ; If i have give 30 in the input box. The map should have all the lat long mentioned in the data surrounded by a circle or bubble of 30 miles radius.

Thanks in advance.

1 Reply
Patric_Nordstrom
Employee
Employee

Hi,

QGA connector operation TravelArea with transportation mode "Bird" is drawing circles.

But currently QGA operations is only available at load time in the load script.

You could do a simple distance calculation to extract points using the Haversine formula:

Haversine formula to find distance between two lat/long points

Thanks,

Patric