You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open a valid GeometryCollection and try to save it to file it using geojson.dump, it returns an invalid geojson
when I try to check the geojson output in https://geojsonlint.com/
I got the error : Line 0: Parse error on line 1: ... 13.7896], [56.28535 -----------------------^ Expecting ',', ']', got 'EOF'
To reproduce run the following code that input valid geojson and return invalid one
When I open a valid GeometryCollection and try to save it to file it using
geojson.dump
, it returns an invalid geojsonwhen I try to check the geojson output in https://geojsonlint.com/
I got the error :
Line 0: Parse error on line 1: ... 13.7896], [56.28535 -----------------------^ Expecting ',', ']', got 'EOF'
To reproduce run the following code that input valid geojson and return invalid one
Geojson library version :
geojson==3.1.0
The text was updated successfully, but these errors were encountered: