-
Notifications
You must be signed in to change notification settings - Fork 0
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
longitude error #1
Comments
Yep, looks like a copy and paste fail from the database. Fixed it, just waiting to rebuild a local copy of the database to test it. I haven't really been using this much lately but it's a easy fix :) Thank's for pointing it out |
Updated and pushed to NPM 👍 |
Nice.. thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I don't know if you still use it, but it seems like there is an error in index.js, line 882.
longitude: row.latitude
should belongitude: row.longitude
, I guess.The text was updated successfully, but these errors were encountered: