I have tried it but it shows a usage text which doesn't show any option of 
dialect. Do I need to do anything extra than normal java bindings?. (Note i 
have run configure with sqlite but still it doesn't work)



Thanks.






---- On Mon, 09 Dec 2019 17:24:38 +0530 Wuyyuru Ravi Teja Krishna 
<[email protected]> wrote ----


Hi,



Thanks for your reply. But we would like to use it without using databases. can 
the same result be obtained without using any databases?

Thanks






---- On Mon, 09 Dec 2019 13:32:00 +0530 Wuyyuru Ravi Teja Krishna 
<mailto:[email protected]> wrote ----










Hello Gdal team,



Iam using ogr2ogr tool for .shp or .geojson. or .kml to .csv conversion. But i 
want the Geometry to be as collections as show below. ( On giving 
GEOMETRY=AS_WKT iam getting in a normal format is there any option to get in 
the format i need )



format I need : { "type": "Polygon", "coordinates": [ [ [ 76.612, 33.173 ], [ 
76.64, 33.162 ], [ 76.709, 33.181 ] ] ] } 

                        or  atleast to have it in this format is aceptable for 
us POLYGON (([76.612 , 33.173],[76.64 , 33.162],[76.709 , 33.181])) 

format iam getting :  POLYGON ((76.612 33.173,76.64 33.162,76.709 33.181)) 



Thanks.
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to