ogr2ogr -f "GML" ~/temp/110m_land.gml ~/temp/110m_land.shp
More info: http://www.gdal.org/ogr/drv_gml.html
- Tyler
2010/5/21 António Rocha
> Greetings
>
> I have a standard ESRI Shapefile and I want to produce a GML file. Is it
> possible using OGR? (I know that it's possilbe to produce KML)
>
I have been trying to use gdal_polygonize to convert a TIF to an ESRI
Shapefile, but it seems to be losing the projection information (i.e. no
*.prj file is created).
The following output illustrates the loss of projection information.
I'm currently using gdal trunk revision 15512.
Any suggesti