pnorman/ogr2osm

exception while writing idfile

jendrusk opened this issue · 1 comments

if OPTIONS.saveid: with open(OPTIONS.saveid, 'wb') as ff: ff.write(str(Geometry.elementIdCounter))

if open(...,"wb") then not str(), if str() then "w" and write in textmode

BTW - Nice work :)

Fixed in pull request #50 - thanks @jendrusk