On Sunday, 8 June 2008 19:59:43 +0100, Etric Celine <[EMAIL PROTECTED]> writes: > On Saturday 07 June 2008 20:47:32 Harald Kleiner wrote: > > Is there anyone (still) interested in such a framework (need more details)? > > I'm sure many people appreciate your framework. > Especially the "almost-junction between roads" check is pure gold to me. > > If there would be any possibility to combine this with the JOSM validator > plugin or as standalone plugin or even as overlay map like the maplint layer > a huge step in Quality Assurance had been done.
In January I have written some test code for "Unconnected ways" for the JOSM validator plugin. I use this code a lot to find ways with loose ends which should be connected or mark dead-ends in reality with "noexit=yes". It can be found on http://www.dante.de/~bernd/osm/ The test code is not really efficient because it starts with collecting all ways where a node is part of and then tests all start and end nodes of a way not marked with "noexit=yes" to find other near nodes marked as highway (or area). The code on the web side is not up-to-date, I will put a newer version on the web side after I am able to compile the JOSM plugin code again without errors (I was forced to replace the old hardware, just setting up all things). > If your way to check the data is faster than the maplint version, you could > maybe adopt the maplint checks as well. +1 Best wishes, -bernd _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

