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

Stringify array properties #155

Closed
e-n-f opened this issue Jan 27, 2016 · 2 comments
Closed

Stringify array properties #155

e-n-f opened this issue Jan 27, 2016 · 2 comments

Comments

@e-n-f
Copy link
Contributor

e-n-f commented Jan 27, 2016

@ingalls would like feature attributes that are arrays to be stringified instead of complaining about Unsupported property type and skipping them.

@e-n-f
Copy link
Contributor Author

e-n-f commented Jan 27, 2016

GeoJSON processed by Mapbox Studio Classic comes out looking like:

"properties": { "array": "[1,2,3]", "hash": "{\"foo\":\"bar\"}" }

so I will follow that example.

@e-n-f
Copy link
Contributor Author

e-n-f commented Jan 27, 2016

Fixed in #156

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

1 participant