Re: [gdal-dev] ERROR: Points of LinearRing do not form a closed linestring

2014-09-03 Thread Luca Delucchi
On 2 September 2014 16:06, Even Rouault wrote: > > Just as suggested by the error message, your polygon is not closed. You must > repeat the first point as last point to form a valid polygon. > The problem was in the input json file, I created it with only four point, and I forgot the fifth (the

Re: [gdal-dev] ERROR: Points of LinearRing do not form a closed linestring

2014-09-02 Thread Even Rouault
Selon Luca Delucchi : > Hi everybody, > > I created a script to filter some lidar data, and It worked perfectly > some weeks ago. > Now I have to run with different data but I obtain the following error > when I try to overlaps two geometry. > > ERROR 1: IllegalArgumentException: Points of LinearR

[gdal-dev] ERROR: Points of LinearRing do not form a closed linestring

2014-09-02 Thread Luca Delucchi
Hi everybody, I created a script to filter some lidar data, and It worked perfectly some weeks ago. Now I have to run with different data but I obtain the following error when I try to overlaps two geometry. ERROR 1: IllegalArgumentException: Points of LinearRing do not form a closed linestring