A map created using open source data and arcade expression to generate on the fly popups.
A client has approached me to help her with setting up a webmap that displays the total number of health units in each region. She also wants to know the rate per 100,000.
In order to achieve the goals my client envisioned, I set up a webmap with two layers: a region polygon layer and a health unit point layer. I then set up arcade expressions that will run an intersect analysis on all the points that fall within a region, listing all the health teams within the region. Another arcade expression was set up to calculate the rate by dividing the total population by the number of health units.