Opened 16 years ago
Last modified 16 years ago
#9361 closed
typo in gis/gdal/geometries.py — at Initial Version
Reported by: | guillaume | Owned by: | jbronn |
---|---|---|---|
Component: | GIS | Version: | 1.0 |
Severity: | Keywords: | gdal | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
/contrib/gis/gdal/geometries.py says, line 87 :
geo_input = geo_input.encode('ascii')
where it should be :
geom_input = geom_input.encode('ascii')
Note:
See TracTickets
for help on using tickets.