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
I'm very glad to use geolib on my project, but I would like to do some optimization.
In the isPointInPolygon function I can see very long condition with functions which call 2 or 3 times. Would be great to call each function 1 time and set results to variable.
If this issue makes sense for you, I'm happy to create PR :)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @manuelbieh!
I'm very glad to use geolib on my project, but I would like to do some optimization.
In the
isPointInPolygon
function I can see very long condition with functions which call 2 or 3 times. Would be great to call each function 1 time and set results to variable.If this issue makes sense for you, I'm happy to create PR :)
Thanks!
The text was updated successfully, but these errors were encountered: