You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ways can have a single node (or multiple nodes at the same location) in
which case we can't build a proper linestring. This doesn't happen very
often and is always an error in the data. This adds the functionality to
flex Lua code to run as_point() on a way geometry which creates a point
geometry from the first node.
This is mostly intended for the use case where we want to create a point
from invalid ways to help fix them. It can also be used if you just need
any point in that linestring for a rough position or so.
0 commit comments