-
Notifications
You must be signed in to change notification settings - Fork 208
Invalid GeoJSON output. #188
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
Labels
Comments
So the right solution is to output only in WGS 84 format. |
Workaround is documented here: #250 (comment) |
6 tasks
@ssrebelious @nemesifier I have created a PR that would fix this issue if merged. Please have a look: #326 |
thanks! we just need little work before we merge it |
nemesifier
added a commit
that referenced
this issue
Jun 2, 2025
Closes #188 --------- Co-authored-by: Asif Saif Uddin <[email protected]> Co-authored-by: Federico Capoano <[email protected]>
#326 is merged, anyone running into this issue should be able to resolve it by using the new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my model I have a linestring field with EPSG:3857:
geom = LineStringField(srid=3857)
. Usingdjangorestframework-gis==0.14
I get output coordinate values like this:Obviously I have output coordinates in EPSG:3857 and not in EPSG:4326. This violates GeoJSON specification:
The text was updated successfully, but these errors were encountered: