> here is what's around line 594 in the script:
>
> print
>
> print "Simplifying line segments"
>
> for line in lineSegments.values():
>
> #print line
>
> for segmentID in line:# No need to check the last segment, it could
> not be simplyfied
>
> #print segmentID
>
>
Hi,
We are trying to convert shapefiles to osm using ogr2osm script, and running
into a problem. The error message seems to indicate that the problem is line
594 in the code, something about simplifying the last node. We've run this
successfully on some shapefiles, but not on others. Here is the
2 matches
Mail list logo