<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Steve,<br><br>I am still struggling with the new structures for city/zip codes.<br>We may add new fields like <br>leftCity,rightCity,leftZip,rightZip to class Numbers,<br>but I'd prefer to change the code completely.<br>Instead of the left/right prefix I'd prefer to have<br>class Numbers{<br>int start,end;<br>NumberStyle style;<br>CityInfo city;&nbsp; // class CityInfo contains fields city,region,country<br>String zip;<br>}<br><br><br>and a higher class,e,g.<br>class RoadNumbers{<br>int nodeNumber, rnodNumber ; // do we need both?<br>Numbers left,right;<br>}<br><br>and finally in RoadDef:<br>List&lt;RoadNumbers&gt; numbers;<br><br>What do you think about that?<br><br>Gerd<br>                                               </div></body>
</html>