-
-
Notifications
You must be signed in to change notification settings - Fork 475
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()
Lua function for geometries
#1757
Comments
Should this be the total length, or, when splitting is on, the length of the split linestring? |
This would be a function on geometry objects which don't do magic auto-splitting. It should just do what it says on the box, i.e. calculate the length of that geometry. |
Hello, I am interested in contributing. This would be my first contribution so I might need some extra guidence, would that be alright? |
@victoriasiver26 Sure. Try installing osm2pgsql from source and running it using the flex output. Try the |
Implemented in #1777. |
It would be great to have a
length()
function for (multi)linestrings. Implementation similar to thearea()
function for polygons using the boost::geometry function of the same name.See #1756
The text was updated successfully, but these errors were encountered: