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

GeoJSON output is missing the <type> attribute for the feature elements #1069

Closed
rhzg opened this issue Aug 3, 2022 · 1 comment
Closed
Labels

Comments

@rhzg
Copy link
Contributor

rhzg commented Aug 3, 2022

I believe the $resultFormat=GeoJSON out is missing the type attribute in the features list

features": [{
"type": "Feature", <=========== THIS ONE IS MISSING
"properties": {...},
"geometry": {...]}
}, ...

@rhzg rhzg added the bug label Aug 3, 2022
@hylkevds
Copy link
Member

hylkevds commented Aug 3, 2022

Seems to be caused by opendatalab-de/geojson-jackson#50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants