Look into ways to make auto-refresh feasible performance wise. Can be done by implementing PoC testing different approaches and parameters.
Ideas:
- Debounce based on coordinate and zoom.
- Heavily round the coordinates, so they are only different when the map is moved a lot.
- We might want to play with the radius calculated to fit the bounding box. If it's a bit bigger we might not need refresh if the box moves just a little.