[mkgmap-dev] Patch v1: check if road is connected
From GerdP gpetermann_muenchen at hotmail.com on Sat Mar 9 13:24:17 GMT 2013
Hi Chris, Chris66 wrote > I just was wondering why this way > http://www.openstreetmap.org/browse/way/98294931 > is reported unconnected, while it is connected to > way 98294932. Is there some kind of "recursion" ? no, there is recursion, but three loops: 1) for each node of a road, increment the highwayCount 2) for each node that has highwayCount > 1, remember the road using it 3) for each node of a road that has highwayCount > 1, check if more than one road is using it. If yes, the road is connected. I assume you style doesn't add way 98294932 as a road. Gerd -- View this message in context: http://gis.19327.n5.nabble.com/Patch-v1-check-if-road-is-connected-tp5751822p5752536.html Sent from the Mkgmap Development mailing list archive at Nabble.com.
- Previous message: [mkgmap-dev] Patch v1: check if road is connected
- Next message: [mkgmap-dev] Patch v1: check if road is connected
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list