From 3986b30b003880289f3651ea445c0ef2ce5c211d Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Fri, 2 Dec 2011 16:43:44 +0100 Subject: [PATCH] way id needs to be set again --- DataStructures/PBFParser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/DataStructures/PBFParser.h b/DataStructures/PBFParser.h index c76ba3ef7..ef0e4a4f2 100644 --- a/DataStructures/PBFParser.h +++ b/DataStructures/PBFParser.h @@ -315,6 +315,7 @@ private: for(int i = 0; i < threadData->PBFprimitiveBlock.primitivegroup( threadData->currentGroupID ).ways_size(); i++) { const OSMPBF::Way& inputWay = threadData->PBFprimitiveBlock.primitivegroup( threadData->currentGroupID ).ways( i ); _Way w; + w.id = inputWay.id(); unsigned pathNode(0); for(int i = 0; i < inputWay.refs_size(); i++) { pathNode += inputWay.refs(i);