Opened 7 years ago

Last modified 7 years ago

#28495 closed Bug

GDAL Feature.fields should be a list of strs rather than bytestrings — at Version 2

Reported by: Claude Paroz Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Tim Graham)

django.contrib.gis.gdal.Feature.fields returns a list of bytestrings rather than a list of strs`.

Change History (2)

comment:1 by Claude Paroz, 7 years ago

Has patch: set

comment:2 by Tim Graham, 7 years ago

Description: modified (diff)
Summary: GDAL Feature fields are not converted to stringsGDAL Feature.fields should be a list of strs rather than bytestrings
Triage Stage: AcceptedReady for checkin
Note: See TracTickets for help on using tickets.
Back to Top