<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'>ahh, just understood it. The message is printed at the end of <br>a line segment and it is related to the last point of the previous segment.<br><br>I think the test is not useful. At least when mkgmap splits<br>a road with > 250 it doesn't care whether the split point is<br>a CoordNode or not and it doesn't change a normal node<br>to a CoordNode, and that seems to be okay.<br><br>Gerd<br><br><div><hr id="stopSpelling">From: gpetermann_muenchen@hotmail.com<br>To: mkgmap-dev@lists.mkgmap.org.uk<br>Date: Sun, 19 Jan 2014 16:20:53 +0100<br>Subject: Re: [mkgmap-dev] Mapsource crashes while calculating a route<br><br>
<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}
.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}
--></style>
<div dir="ltr">Hi Steve,<br><br>I think the problem is somewhere else. Attached is <br>the NetCheck output of r346 with -vv for my Basemap.<br>If I see this right, this line<br>1046144/-3732864(22,44781,-80,09857) true<br>says that the last point of the part 2 of the road is <br>a node, as well as the last point of part 3:<br>1059712/-3761664(22,73895,-80,71655) true<br><br>Maybe line 300 in NetCheck should be <br> lastline.getLastPoint().getId() != 0);<br>instead of <br> line.getLastPoint().getId() != 0);<br><br><br>Gerd<br><br><div>> Date: Sun, 19 Jan 2014 11:27:41 +0000<br>> From: steve@parabola.me.uk<br>> To: mkgmap-dev@lists.mkgmap.org.uk<br>> Subject: Re: [mkgmap-dev] Mapsource crashes while calculating a route<br>> <br>> On 19/01/14 08:20, Gerd Petermann wrote:<br>> > @Steve: The display tool netCheck sometimes complains about<br>> > wrong node-flag settings even when it displays true.<br>> <br>> > - 1044224/-3726336(22,40662,-79,95850) true<br>> > - 1044736/-3728256(22,41760,-79,99969) *false*<br>> > *ERROR: Last point of a joined line without node-flag*<br>> > - 0/4868/66 Type=2 part=2<br>> > - 1044736/-3728256(22,41760,-79,99969) false<br>> > - 1044608/-3728768(22,41486,-80,01068) true<br>> > - 1044608/-3730304(22,41486,-80,04364) false<br>> > - 1045376/-3730816(22,43134,-80,05463) false<br>> > - 1045504/-3731840(22,43408,-80,07660) false<br>> > - 1046144/-3732864(22,44781,-80,09857) *true*<br>> > E*RROR: Last point of a joined line without node-flag*<br>> > - 0/4867/31 Type=2 part=3<br>> <br>> It is complaining that there is no node-flag on the previous<br>> line joining to this one. So I think that the test is correctly<br>> doing what it thinks it is doing.<br>> <br>> As per my previous mail, the check is probably worthless though.<br>> <br>> Now that I have a NodCheck program, it may be possible to investigate<br>> re-doing the test and actually checking if the point is really a node.<br>> <br>> ..Steve<br>> _______________________________________________<br>> mkgmap-dev mailing list<br>> mkgmap-dev@lists.mkgmap.org.uk<br>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                            </div>
<br>_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</div>                                            </div></body>
</html>