Skip to content

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.

2 participants