Hi, I am not sure if the coordinate system dependent axis order was defined or not in GML2. At least all the WFS v. 1.0.0 servers that I know and which have GML2 as the default outputformat always produce longitude-latitude coordinates. Therefore I would not even try to create GML2 as latitude-longitude but I would use GML3.
With your data this command creates GML3 output with latitude-longitude axis order. ogr2ogr -f gml -dsco format=gml3 -a_srs epsg:4283 test.gml input.tab Part of the output: <gml:boundedBy><gml:Envelope srsName="urn:ogc:def:crs:EPSG::4283"><gml:lowerCorner>-23.991034 151.319939</gml:lowerCorner -Jukka Rahkonen- -- View this message in context: http://osgeo-org.1560.x6.nabble.com/ogr2ogr-GML-GML-INVERT-AXIS-ORDER-IF-LAT-LONG-not-working-tp5313555p5314360.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
