Re: [OSM-dev] ogr2osm.py error message

2011-03-11 Thread Samat K Jain
> 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 > >

[OSM-dev] ogr2osm.py error message

2011-03-09 Thread PJ Houser
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