Minor infix prefix change.
This commit is contained in:
parent
00502e0476
commit
56c81dd890
@ -118,7 +118,7 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
for(int i = 0; i < initData.PBFHeaderBlock.required_features_size(); i++) {
|
for(int i = 0; i < initData.PBFHeaderBlock.required_features_size(); ++i) {
|
||||||
const std::string& feature = initData.PBFHeaderBlock.required_features( i );
|
const std::string& feature = initData.PBFHeaderBlock.required_features( i );
|
||||||
bool supported = false;
|
bool supported = false;
|
||||||
if ( feature == "OsmSchema-V0.6" )
|
if ( feature == "OsmSchema-V0.6" )
|
||||||
@ -163,6 +163,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
loadBlock(threadData);
|
loadBlock(threadData);
|
||||||
|
|
||||||
for(int i = 0; i < threadData->PBFprimitiveBlock.primitivegroup_size(); i++) {
|
for(int i = 0; i < threadData->PBFprimitiveBlock.primitivegroup_size(); i++) {
|
||||||
threadData->currentGroupID = i;
|
threadData->currentGroupID = i;
|
||||||
loadGroup(threadData);
|
loadGroup(threadData);
|
||||||
|
Loading…
Reference in New Issue
Block a user