Skip to content
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

Empty strings are ok really #676

Merged
merged 1 commit into from
Feb 11, 2024
Merged

Empty strings are ok really #676

merged 1 commit into from
Feb 11, 2024

Conversation

systemed
Copy link
Owner

Possibly the least consequential pull request in history...

Currently we trap empty strings in OsmLuaProcessing::Attribute. It is legitimate though to write an empty string value, and some styles may behave differently depending whether an attribute =="" or ==undefined - for example, the MBGL has operator will return true for the former, false for the latter.

@systemed systemed merged commit b1369ab into master Feb 11, 2024
5 checks passed
@systemed systemed deleted the empty_strings branch February 11, 2024 09:15
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.

1 participant