Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolate tracks to find more explorer tiles #27

Closed
martin-ueding opened this issue Nov 26, 2023 · 0 comments
Closed

Interpolate tracks to find more explorer tiles #27

martin-ueding opened this issue Nov 26, 2023 · 0 comments
Labels
type: enhancement New feature or request

Comments

@martin-ueding
Copy link
Owner

At the moment I only look at the points in each activity to determine the explorer tiles. Other sites interpolate to make sure that tiles are also counted when no point is in them but there is a line going through it.

This requires some linear interpolation between the points to increase the resolution. We don't need to interpolate between all points and only between points where the tiles changes diagonally. That should be pretty efficient, actually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant