Afternoon List.<div><br></div><div>I am trying to generate an empty feature (shp or gml) from a template that retains both the attribute-table schema and map projection.</div><div><br></div><div>I can&#39;t get the <b>-overwrite </b>flag to work, it just copies the entire feature (ie, makes a duplicate):</div>
<div><b><font color="#3366ff">ogr2ogr -overwrite -f &quot;GML&quot; geoname.gml /vsizip/vsicurl/ ${inZIP}/${inGML}</font></b></div><div><b><br></b></div><div>The <a href="http://gis.stackexchange.com/a/16510/1297">next commands</a>[1] work using <b>-where </b>or <b>-fid</b>: </div>
<div><b><font color="#3366ff">ogr2ogr -f &quot;GML&quot; geoname.gml /vsizip/vsicurl/ ${inZIP}/${inGML} -where &quot;FID &lt; 0&quot;</font></b></div><div><b><font color="#3366ff">ogr2ogr -f &quot;GML&quot; geoname.gml /vsizip/vsicurl/ ${inZIP}/${inGML} -fid &quot;&lt; 0&quot;</font></b>
</div><div><br></div><div>I thought the<b> -overwrite</b> flag would <a href="http://www.gdal.org/ogr2ogr.html" style="font-style:italic">delete the output layer and recreate it empty</a>[2]?</div><div>Can someone help me figure out how to properly use -overwrite?</div>
<div><br></div><div><br></div><div>Thanks!</div><div><br></div><div><br></div><div><br></div><div>Donovan</div><div><br></div><div><br></div><div>[1]<a href="http://gis.stackexchange.com/a/16510/1297"> http://gis.stackexchange.com/a/16510/1297</a></div>
<div>[2] <a href="http://www.gdal.org/ogr2ogr.html">http://www.gdal.org/ogr2ogr.html</a></div>