We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an array of locations like below:
"path": [ { "_latitude": 42.55318642480909, "_longitude": 69.16420140448128 }, { "_latitude": 42.553242362145895, "_longitude": 69.16332591108834 }, { "_latitude": 42.55337671961003, "_longitude": 69.16292894415413 }, ... ]
How to set the param geos? I tried geos: ['path', 'path[]', '[path]']
The text was updated successfully, but these errors were encountered:
Hi @Gazizbek, geo doesn't support an array of the location yet. I will update the script to support it. So keep watching for the update :D
Sorry, something went wrong.
feat(import): added support for array of locations #42
832d4c4
It's fixed. Please update to version 0.4.0
No branches or pull requests
I have an array of locations like below:
How to set the param geos? I tried geos: ['path', 'path[]', '[path]']
The text was updated successfully, but these errors were encountered: