Skip to content

Fix issue with projection extension setters handling None values. #269

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

Merged
merged 2 commits into from
Mar 3, 2021

Conversation

lossyrob
Copy link
Member

@lossyrob lossyrob commented Mar 3, 2021

Before this change, setting a projection extension value to None would break if the value wasn't required; the proper way to handle this case is to pop the property key or not set it. This fixes an issue brought up in #268 around using apply with the only required property (epsg).

Fixes #268

lossyrob added 2 commits March 2, 2021 12:17
Before this change, setting a projection extension value to None would
break if the value wasn't required; the proper way to handle this case
is to pop the property key or not set it. This fixes an issue brought
up in #268 around using apply with the only required property (epsg).
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

Successfully merging this pull request may close these issues.

Errors validating projection extension with 1.0beta
1 participant