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

Add length of trails to transportation layer #5

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kylebarron
Copy link
Member

Adds trail length to the transportation layer. This is computationally intensive because each LineString is currently reprojected to WGS84 and then taken the length of (in meters).

For now, this is only computed at zooms >=12, and only on class=path. It doesn't show up on non-class=path, which means that it should increase the size of the vector tiles only marginally:
image

Ideally I'll also split LineStrings at intersections, but I haven't figured that out yet.

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant