Describe the bug
If the label field in the labeled points file is numeric-only, the app reads the labels field as numeric rather than as text, which then causes an error.
Error using indexing
Brace indexing is not supported for variables of this type.
Error in generate_frame (line 213)
Software information (please complete the following information):
- Version of ECODATA-Animate: 1.2.1.0
Additional context
This error can be worked around by adding some sort of text to the labels (e.g. a trailing underscore) so that they get read as text. The app should be fixed so that the labels are always forced to be read as text.
Describe the bug
If the label field in the labeled points file is numeric-only, the app reads the labels field as numeric rather than as text, which then causes an error.
Error using indexing
Brace indexing is not supported for variables of this type.
Error in generate_frame (line 213)
Software information (please complete the following information):
Additional context
This error can be worked around by adding some sort of text to the labels (e.g. a trailing underscore) so that they get read as text. The app should be fixed so that the labels are always forced to be read as text.