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

Return ErrUnsuppConversion for all unsupported field types - #3

Open
icholy wants to merge 1 commit into
google:masterfrom
icholy:master
Open

Return ErrUnsuppConversion for all unsupported field types#3
icholy wants to merge 1 commit into
google:masterfrom
icholy:master

Conversation

@icholy

@icholyicholy commented Nov 11, 2019

Copy link
Copy Markdown

Unmarshaling a tiff into this structure will silently fail instead of returning ErrUnsuppConversion.

// Info contains the geotiff fieldstypeInfostruct {
ImageWidthint`tiff:"field,tag=256"`ImageHeightint`tiff:"field,tag=257"`
}

@icholy

Copy link
Copy Markdown
Author

@jonathanpittman ping

1 similar comment
@icholy

Copy link
Copy Markdown
Author

@jonathanpittman ping

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@icholy