Re: [gdal-dev] GDAL, ESRI Shapefiles and nested polygons

2014-08-08 Thread Graeme Wilkie
@lists.osgeo.org Cc: Graeme Wilkie graeme.wil...@btinternet.com Sent: Thursday, August 7, 2014 9:26 PM Subject: Re: [gdal-dev] GDAL, ESRI Shapefiles and nested polygons Le jeudi 07 août 2014 22:20:34, Graeme Wilkie a écrit : Hi, I'm trying to use GDAL to read ESRI shapefiles. I've got it working

Re: [gdal-dev] GDAL, ESRI Shapefiles and nested polygons

2014-08-08 Thread Even Rouault
. Regards Graeme From: Even Rouault even.roua...@spatialys.com To: gdal-dev@lists.osgeo.org Cc: Graeme Wilkie graeme.wil...@btinternet.com Sent: Thursday, August 7, 2014 9:26 PM Subject: Re: [gdal-dev] GDAL, ESRI Shapefiles and nested polygons Le

Re: [gdal-dev] GDAL, ESRI Shapefiles and nested polygons

2014-08-08 Thread Graeme Wilkie
: gdal-dev@lists.osgeo.org gdal-dev@lists.osgeo.org Sent: Friday, August 8, 2014 2:27 PM Subject: Re: [gdal-dev] GDAL, ESRI Shapefiles and nested polygons Le vendredi 08 août 2014 15:19:38, Graeme Wilkie a écrit : Hi,   You were correct, it is returning multipolygon (9sorry, I should have

Re: [gdal-dev] GDAL, ESRI Shapefiles and nested polygons

2014-08-08 Thread Even Rouault
: Even Rouault even.roua...@spatialys.com To: Graeme Wilkie graeme.wil...@btinternet.com Cc: gdal-dev@lists.osgeo.org gdal-dev@lists.osgeo.org Sent: Friday, August 8, 2014 2:27 PM Subject: Re: [gdal-dev] GDAL, ESRI Shapefiles and nested polygons Le vendredi 08 août 2014 15:19:38, Graeme Wilkie

[gdal-dev] GDAL, ESRI Shapefiles and nested polygons

2014-08-07 Thread Graeme Wilkie
Hi, I'm trying to use GDAL to read ESRI shapefiles. I've got it working for points, lines, polygons, polylines and multipoint but I'm having problems with polygons that contain polygons in the same feature. The following is a cut down code sample of the code I'm using. The problem I have is

Re: [gdal-dev] GDAL, ESRI Shapefiles and nested polygons

2014-08-07 Thread Even Rouault
Le jeudi 07 août 2014 22:20:34, Graeme Wilkie a écrit : Hi, I'm trying to use GDAL to read ESRI shapefiles. I've got it working for points, lines, polygons, polylines and multipoint but I'm having problems with polygons that contain polygons in the same feature. The following is a cut