QgisODK
QgisODK copied to clipboard
cannot import lines and polygons
I have an issue importing lines and polygons features. The error I get in QGIS 2.18.7 is the following:
QgisODK_mod_collect.py, line 382, in guessWKTGeomType coordinatesList.append([decodeCoord[0],decodeCoord[1]]) IndexError: list index out of range
I'm importing from Google Docs and it works fine for points, but not lines or polys...
Thanks,
Val
ODK Collect inserts semicolon ; at the end of coordinate sting for both geotrace (line) and geoshape (polygon) and this messes up the list index. I removed the semicolon manually in GoogleSheet and geoshape imported properly. Maybe the addon needs updating...?
I would investigate issue. Could you share the table with me as test? [email protected] Thanks