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
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