Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have below table data which has details of a mobile cell tower which in this case has two antennas:
Site ID | Lat | Long | PCI | Azimuth |
HDN007 | -72.1988 |
| 298 | 20 |
HDN007 | -72.1988 |
| 302 | 140 |
I want to create below image on geo-analytics map object using bubble layer to display the antenna angle/azimuth. I can add a URI based symbol image with single Azimuth but as you can see in the above table I have single tower with two antennas and each has a different direction mentioned in the Azimuth column.
Can someone please help me in how can I achieve this.
Thanks
Hi Naeem,
You probably can use the Chart layer for that, recalculating angle and azimuth ratios and and adding transparent sectors for the space inbetween.
Or go all in a build a dynamic SVG symbol using data URIs or a custom SVG web service.
Custom labels and dynamic symbols in Qlik GeoAnalytics using data URIs
Thanks,
Patric
Did you find a solution ?
because I have the same issue.