Finally have some time to learn about Factorio rendering API, and implemented the display of pickup range in 0.17.4.
Will display range when selecting (hovering mouse cursor) over a pickup tower.
An extra option in "Per player" tab is provided to toggle this off. But it is harmless to keep this option on.
PS: Learned to show this without needing on_tick event at all, thus very UPS-friendly.