[go: up one dir, main page]

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

Handling null attribute values #3

Closed
3 tasks done
davidtheclark opened this issue Jul 11, 2016 · 0 comments
Closed
3 tasks done

Handling null attribute values #3

davidtheclark opened this issue Jul 11, 2016 · 0 comments

Comments

@davidtheclark
Copy link
Contributor
davidtheclark commented Jul 11, 2016

Here's my current plan:

  • If an attribute value is null, include that in the value list and add it to the count.
  • If an attribute's only value is null, give it type: 'Null'.
  • If an attribute has a null value but also other values, do not let the null value influence the attribute's type: rely on the actual values.

Unfortunately, that first point seems to be blocked by mapnik/node-mapnik#668, which results in nulls being added that weren't part of the original data.

@davidtheclark davidtheclark mentioned this issue Jul 11, 2016
32 tasks
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