in location services app, try out an autoscaling scheme for random point civic number search radius parameter (xmdx)
Open
enhancement
estimate needed
high priority
location services demo app
- Dominant language
- No language data
- Stars
- 7
- Forks
- 6
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 1
Description
Define small, medium, and large search radius values (e.g., 50, 500, 5000). Instead of looping 100 times looking for a civic address while keeping search radius constant, increase the radius after a few loops. For example:
search 10 times with small radius
search 10 times with medium radius
search 80 times with large radius
This could be done on a per Jump at Random request OR maybe if bbox hasn't changed since last Jump at Random request, you could reuse previous radius.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.