<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 all,<br><br>I am not sure if the --road-name-pois option is still used.<br><br>The option tries to adds a poi for each road name.<br>The code uses the Coord.equals() to detect whether to<br>different road segments with equal names are connected<br>or not. The test is not 100% correct, as it should test<br>whether the points are connected in the road network.<br><br>Interesting is that I found quite a lot of places in my test data<br>where two such roads are NOT connected in the road network.<br><br>I don't know if the mergeroads branch prints a warning for this case?<br><br>Attached is a patch that writes warning messages to the log if it detects<br>that special case, but I think it would be better to have that also without<br>option --road-name-pois .<br>What do you think?<br><br>Gerd<br><br>                                               </div></body>
</html>