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

2011-09-07 Thread Even Rouault
Le mercredi 07 septembre 2011 19:36:54, vasile a écrit : > Frank Warmerdam wrote: > > The fix then is to clone it when you want it to live for a while. > > Also, I believe that the Union method returns the unioned > > geometry - it does not modify the geometry on which it is invoked. > > That did

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

2011-09-07 Thread vasile
Frank Warmerdam wrote: > > The fix then is to clone it when you want it to live for a while. > Also, I believe that the Union method returns the unioned > geometry - it does not modify the geometry on which it is invoked. > That did the trick, it works just fine, thanks ! Frank Warmerdam wrote