Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

[BUG] Field not all should be Upper. #1

Description

@IBAS0742

code

	fieldName = strings.ToUpper(fieldName)
	// sometime fieldName is Camel-Case

I use this code to deal with the geotiff's attribute table, and I found the field name "Value" can not be found, but the error's message is the field name "VALUE" can not be found.

After I comment the code, I got the right result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions