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
Returns true, but if using the getPriceDistance for calculating the distance to the line it results in around 100m.
A sample geojson also shows the point is outside of the poly and not on the line.
For situations like this would be good to have the ability to provide the distancing function to isPointInLine similar how it's done for getPathLength.
The text was updated successfully, but these errors were encountered:
When processing some data I stumbled on the difference in the two distance calculation methods.
Returns
true
, but if using thegetPriceDistance
for calculating the distance to the line it results in around 100m.A sample geojson also shows the point is outside of the poly and not on the line.
For situations like this would be good to have the ability to provide the distancing function to
isPointInLine
similar how it's done forgetPathLength
.The text was updated successfully, but these errors were encountered: