[gdal-dev] RE: Conversion of MapInfo to GML using ogr2ogr - lat/long format issue

2011-12-22 Thread mysticraja
Thanks Guys.. The following command helped me achieve it. ogr2ogr -dsco FORMAT=GML3 -t_srs "EPSG:4283" -f "GML" From: Even Rouault [via OSGeo.org] [mailto:ml-node+s1803224n7117977...@n2.nabble.com] Sent: Thursday, 22 December 2011 8:10 PM To: Sundaram, Shrikant Subject: Re: Conversion of Map

[gdal-dev] Conversion of MapInfo to GML using ogr2ogr - lat/long format issue

2011-12-21 Thread mysticraja
Hi, I'm trying to convert a Mapinfo file (MID/MIF file) into a GML file using ogr2ogr tool. I am getting the results in long/lat format but I need them in lat/long format. Reading through some material on the net I set the below environment variables as well but to no use. GDAL_DRIVER_PATH=