mrgriscom/birdseye

easy way to download tiles along a route

Opened this issue · 0 comments

given:
a route
a max depth
a distance threshold (turns route into poly)

optional: an exponential factor k, where we repeat the process at higher zoom levels: dist_z = dist * k^(z - z_max) (sadly this would make sea monsters much less likely)