>From before: The endpoints of TIGER features have a globally unique ID called  "zero cell id" or sometimes "tzid". that's what you'll find tagged to the endpoints of some ways.<br><br>Regarding weird errors. First thing I'd do is find some way to view the same TIGER file in some other viewer, just to make sure it's not a glitch in the TIGER data. In the past I've run into problems like this and spent hours hunting it down, just to find the error was just in crumby data. If that's not the case, I'll go in sleeves rolled up to see about the bug.
<br><br>I haven't had a moment to sit down with your code, so I'm noticing a few things for the first time. You implemented grouping of ways by street name, which is good for map rendering. There are some cases where I'd like to see a non-grouped 
osm.xml, like if I'm curious about the TLID of a buggy feature. Perhaps we could implement a command-line switch to turn grouping behavior on and off.<br><br>Your example TIGER file is _beautiful_ compared to the one I slapped into the OSM map a week ago.
<br><br>-B<br><br><br><br><div><span class="gmail_quote">On 6/18/07, <b class="gmail_sendername">Dave Hansen</b> <<a href="mailto:dave@sr71.net">dave@sr71.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've noticed a few weird looking ways, like that the nodes aren't being<br>connected in the right order.  I've traced it down enough to see that by<br>the time the data gets to Dataset::to_osm(), it is already bogus.  So, I
<br>think if there's an error, it's in the TIGER parsing code.<br><br>Although, I guess it could just be faulty TIGER data to begin with.<br><br>Check out this .osm file:<br><br>        <a href="http://sr71.net/~dave/foo/TGR18115.osm.xml.gz">
http://sr71.net/~dave/foo/TGR18115.osm.xml.gz</a><br><br>One of the suspect roads is State Road 56/Aberdeen Rd.  The bad segments<br>are around 38.913485,-84.933538.<br><br>Any ideas?<br><br>-- Dave<br><br></blockquote></div>
<br>