I'm attempting to map cell phone towers and their range in QGIS. I'm wondering if it's possible to create buffers which change color intensity according to their distance from a central point. The buffer color is most intense at the center and gradually becomes lighter as one moves away from the center.
I speculate that I must copy the range of each tower to the buffer layer attribute table and then select "Graduated" in the style menu of the buffer. Unfortunately, the buffer layer has only 1 row in its attribute table.
Are there other solutions?