<p>Thank you very much. I tested it and it works. For the München case, it is enough to specify the --multi-geometry parameter. Anyway i also patched the code in case i get larger areas that exceed the 1 degree "split_at" threshold. </p>

<p>This is my hacky code modification:</p>

<pre><code>    if (Options->projection == PROJ_LATLONG)
        split_at = 1;
    else
        split_at = 100 * 1000;
    split_at = 100000000000; // my new line
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/osm2pgsql/issues/33#issuecomment-18791842'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/g8smGCFOcVLF28Q-xX3zcWrbWfB_QdaFT60p3mcUfvAc-X2UgJNcQqegMZCL-f8K.gif' height='1' width='1'></p>