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

How to import array of locations #42

Closed
Gazizbek opened this issue Mar 19, 2020 · 2 comments
Closed

How to import array of locations #42

Gazizbek opened this issue Mar 19, 2020 · 2 comments

Comments

@Gazizbek
Copy link

Gazizbek commented Mar 19, 2020

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]']

@dalenguyen
Copy link
Owner

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

@dalenguyen
Copy link
Owner

It's fixed. Please update to version 0.4.0

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

No branches or pull requests

2 participants