Re: [gdal-dev] Writing Geometrycollection to ShapeFile datasource

2017-10-16 Thread dmel
Hi Even, Thanks for your response. It assures me that I need special case for Point,MultiPoint and Geometrycollection of Points when writing to ShapeFile. Thanks Danley -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal

[gdal-dev] Writing Geometrycollection to ShapeFile datasource

2017-10-16 Thread dmel
Hi, I am implementing export service to export the geometries from our system to ShapeFile using OGR 1.11 library. The service create GeoJSON datasource from the JSON input, and then for each feature in the GeoJSON datasource it creates feature in ShapeFile datasourse. It all works well when all