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

toMap() methods return maps that include bbox and id with null value #128

Closed
lukas-h opened this issue Sep 1, 2022 · 1 comment · May be fixed by dartclub/geotypes#1
Closed

toMap() methods return maps that include bbox and id with null value #128

lukas-h opened this issue Sep 1, 2022 · 1 comment · May be fixed by dartclub/geotypes#1
Assignees
Labels
blocking bug Something isn't working

Comments

@lukas-h
Copy link
Member

lukas-h commented Sep 1, 2022

{
    "bbox": null,
    "id": null,
    "type": "Feature",
    // ...
}

If the value is null, the attribute should not be included in the first place

@lukas-h lukas-h added the bug Something isn't working label Sep 1, 2022
@lukas-h lukas-h self-assigned this Sep 11, 2022
@jsiedentop
Copy link
Contributor

With dartclub/geotypes#1 this bug should be fixed 🎯

@jsiedentop jsiedentop linked a pull request Feb 29, 2024 that will close this issue
@lukas-h lukas-h closed this as completed Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants