<html><head></head><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1478869614109_2840">Hello,<br><br>I am converting an .osm file to .shp files by using ogr2ogr.exe with the following syntax:<br></div><div id="yui_3_16_0_ym19_1_1478869614109_3102"><br></div><blockquote id="yui_3_16_0_ym19_1_1478869614109_3149">ogr2ogr.exe --config OSM_USE_CUSTOM_INDEXING NO -skipfailures -f "ESRI Shapefile" output.shp input.os<br></blockquote><div id="yui_3_16_0_ym19_1_1478869614109_3101"><br>In what way should I change the upper "config" syntax so that the <b>"building:..."</b> keys (fields) are always replaced with: <b id="yui_3_16_0_ym19_1_1478869614109_3177">"bldg:..."</b>?<br><br>For example I would like to have all of these keys:</div><div id="yui_3_16_0_ym19_1_1478869614109_3018">   "building:use", "building:level", "building:color"</div><div id="yui_3_16_0_ym19_1_1478869614109_3020">be converted to:</div><div dir="ltr" id="yui_3_16_0_ym19_1_1478869614109_3021">   "bldg:use", "bldg:level", "bldg:color"</div><div dir="ltr" id="yui_3_16_0_ym19_1_1478869614109_3029">But the "building" key, should remain "building". It should not be changed.<br><br>How can I do this with ogr2ogr.exe?<br><br>I assume that there might be some other application which is able to do this, but I would like to know how to do it with ogr2ogr.exe.<br><br>I would welcome any kind of advice.<br>Thank you.<br><br><br>Djordje Spasic<br></div></div></body></html>