<div dir="ltr">I don't have any programming skills, but I tested the plugin after Gertjan programmed it: an example of this splitting of 'nodes on top of each other' can be seen in the Vermeertoren in Delft: <a href="http://www.openstreetmap.org/?mlat=52.01280&mlon=4.33795#map=19/52.01280/4.33795">http://www.openstreetmap.org/?mlat=52.01280&mlon=4.33795#map=19/52.01280/4.33795</a> (opening it in JOSM shows all nodes)<div><br></div><div>In the Dutch import we wanted to keep all address points within the building and this method worked quite well. Though aligning them parallel to the nearest street with the same name might also work</div><div><br></div><div>Cheers, Johan</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-30 21:47 GMT+01:00 Eric Ladner <span dir="ltr"><<a href="mailto:eric.ladner@gmail.com" target="_blank">eric.ladner@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><span class=""><div class="gmail_quote">On Wed, Oct 29, 2014 at 5:29 AM, Gertjan Idema <span dir="ltr"><<a href="mailto:g.idema@zonnet.nl" target="_blank">g.idema@zonnet.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>


  
  

<div>
Matt,<br>
<br>
The principle dividing up multiple addresses on the same location within the building is quite simple.<br>
If there are multiple addresses on one location within a building I do the following.<br>
<br>
1. Sort the addresses by postcode, street, house number.<br>
2. Determine the angle of the line pointing from the address location to the center of the building.<br>
3. From the angle and the desired distance between the address nodes, calculate a delta x an a delta y. Either or both may be negative.<br>
4. Iterate over the address nodes and add  (i * delta x) to the x coordinate an (i * delta y) to the y coordinate.<br>
<br>
If the address location is at the center of the building, I set the angle to 0.<br><div><div><br></div></div></div></blockquote></div><div><br></div></span><div>I'm having problems visualizing that in my head...  Picture?</div><div><br></div><div>If it's doing what I think it's doing, whouldn't it make more sense to align the address nodes parallel to the nearest street with the same name?</div><span class="HOEnZb"><font color="#888888">-- <br>Eric Ladner
</font></span></div></div>
</blockquote></div><br></div>