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

Handle field name and structure variations by config #17

Open
kmcurry opened this issue Aug 22, 2017 · 0 comments
Open

Handle field name and structure variations by config #17

kmcurry opened this issue Aug 22, 2017 · 0 comments

Comments

@kmcurry
Copy link
Owner

kmcurry commented Aug 22, 2017

The same data set in different cities can have different field names and sometimes different structure. This is currently hardcoded into geo.js. Move it to config(s), handle elegantly.

Field Example:
NAME, name, Name, PARK_NAME, NBRHD_NAME

Structure Example:
f[0].geometry.coordinates
f[0].geometry.coordinates[0][0]
f[0].geometry.coordinates[0][0][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

1 participant