Re: [gdal-dev] Python bindings: How to merge two geometries

2011-09-07 Thread Frank Warmerdam
On Wed, Sep 7, 2011 at 9:59 AM, vasile wrote: > Hello all, > > I have a Shapefile layer and try to merge some features from it using OGR > Python bindings. Basically there are simple polylines that are connected > each-other, so the result should be a simple polyline as well (and not a > collectio

[gdal-dev] Python bindings: How to merge two geometries

2011-09-07 Thread vasile
Hello all, I have a Shapefile layer and try to merge some features from it using OGR Python bindings. Basically there are simple polylines that are connected each-other, so the result should be a simple polyline as well (and not a collection) I am using this snippet of code(warning: that's my beg