Skip to content
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

geometryUtil readableDistance expects first param to be number, wheraes here the string was passed #1069

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

obecny
Copy link

@obecny obecny commented Apr 25, 2024

geometryUtil readableDistance expects first param to be a number, wheraes here the string was passed.
Leaflet GeometryUtil 2024-04-25 11-57-03

https://github.com/makinacorpus/Leaflet.GeometryUtil/blob/master/src/leaflet.geometryutil.js#L67

This was causing an error

leaflet.geometryutil.js:70 Uncaught TypeError: distance.toFixed is not a function
2024-04-25 11-54-38

After this fix the error is gone

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.

None yet

1 participant