Re: [gdal-dev] couldn't create vrt file

2010-06-27 Thread Even Rouault
Ahmet, There are 2 issues : * one with the CSV file You should remove the simple quotes after POLYGON(( and before )), but enclose the whole WKT inside ASCII double quotes, like this : "Record_Id","wkb_Polygon" "1","POLYGON((501453.34 4800585.97,501576.14 4800590.44,501569.85 4800522,501471.6

[gdal-dev] couldn't create vrt file

2010-06-27 Thread ahmet temiz
hello I tried to use ogr2ogr for creating polygon vrt file.But I encountered a problem: Line 5: Didn't find expected '=' for value of attribute '�'. polygon1.csv: "Record_Id","wkb_Polygon" "1",POLYGON(('501453.34 4800585.97,501576.14 4800590.44,501569.85 4800522,501471.61 4800521.63,501453.34 48