Re: [gdal-dev] ogr sql issue

2012-05-28 Thread Murat Beyhan
Dear Rahkohen, You are right it works fine now. Thanks for quick reply. :) On Mon, 2012-05-28 at 13:32 +, Jukka Rahkonen wrote: > "integer","real","real","real" Murat BEYHAN Jeofizik Y.Müh. T.C. Başbakanlık Afet ve Acil Durum Yönetimi Başkanlığı Deprem Dairesi Başkanlığı Eskişehir Yolu 12

Re: [gdal-dev] ogr sql issue

2012-05-28 Thread Jukka Rahkonen
Murat Beyhan deprem.gov.tr> writes: > > Dear All, > > I would like to create a KML file using ogr2ogr with using following but > sql statement part does not filter data from csv file and draw all > points on the map, please help me what I'm doing wrong. > > the code I used as follows > > ogr2

[gdal-dev] ogr sql issue

2012-05-28 Thread Murat Beyhan
Dear All, I would like to create a KML file using ogr2ogr with using following but sql statement part does not filter data from csv file and draw all points on the map, please help me what I'm doing wrong. the code I used as follows ogr2ogr -f "KML" "villages.kml" "villages.csv" -dsco NameField