-
Notifications
You must be signed in to change notification settings - Fork 472
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
No Data values for Enums #785
Comments
The examples are usually pretty explicit with introducing a special value ( It could indeed be simplified, but it might require additional constraints and corner cases to think through. You causally said
But it's not immediately obvious where this should be. One the purposes of the |
Maybe the maximum value could be used, e.g. 255 for |
But I think |
One limitation of using No Data values with
ENUM
properties is that it needs to be one of the enumerations. It would be nice if you could use a value not in the list like an empty string and some corresponding integer value for binary values.From the 3D Metadata Specification:
The text was updated successfully, but these errors were encountered: