<html><head></head><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:13px">I have been puzzled with something for the last couple of days:<br><br>I am converting an .osm file to .shp files with ogr2ogr.exe.<br>This specific line in <i id="yui_3_16_0_1_1480240780538_16277">osmconf.ini</i> file:<br><blockquote id="yui_3_16_0_1_1480240780538_16185"># comment to avoid laundering of keys ( ':' turned into '_' )<br id="yui_3_16_0_1_1480240780538_15864">attribute_name_laundering=yes<br></blockquote><div dir="ltr" id="yui_3_16_0_1_1480240780538_16049">determines whether colons in names of the OSM keys will be replaced (laundered) with underscores in names of .shp fields, once a conversion from .osm to .shp is completed.<br><br>The problem is that for some strange reason, this laundering always happens, regardless of how upper line looks like.<br><br>So by default the line in <i>osmconf.ini</i> file looks like this:</div><blockquote id="yui_3_16_0_1_1480240780538_16135"><div dir="ltr" id="yui_3_16_0_1_1480240780538_16076">attribute_name_laundering=yes<br></div></blockquote><div dir="ltr" id="yui_3_16_0_1_1480240780538_16133"><br></div><div dir="ltr" id="yui_3_16_0_1_1480240780538_16239">I tried changing it to:</div><blockquote id="yui_3_16_0_1_1480240780538_16072"><div dir="ltr" id="yui_3_16_0_1_1480240780538_15936">attribute_name_laundering=no</div></blockquote><div dir="ltr" id="yui_3_16_0_1_1480240780538_15934">and</div><blockquote id="yui_3_16_0_1_1480240780538_16146"><div dir="ltr" id="yui_3_16_0_1_1480240780538_15945">#attribute_name_laundering=yes</div></blockquote><div dir="ltr" id="yui_3_16_0_1_1480240780538_15949">and</div><blockquote id="yui_3_16_0_1_1480240780538_16013"><div dir="ltr" id="yui_3_16_0_1_1480240780538_15951">#attribute_name_laundering=no</div></blockquote><div dir="ltr" id="yui_3_16_0_1_1480240780538_15967">And nothing worked. The laundering of the ":" to "_" is always performed.<br><br>Is this some sort of a bug?<br><br>Thank you for the reply.<br><br>Kind regards,<br>Djordje Spasic<br></div></div></body></html>