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
I'm using just the serializer for a geojson response. And when I don't set crs["type"] it uses link.
Beside that the serializer works great. Especially the field mapping is for me the main advantage to the native Django GeoJSON serializer.
Despite the docs
link
is still the default for thecrs_type
option.You need to fix
def get_crs(self)
:The text was updated successfully, but these errors were encountered: