Patrick Brosi 4 年 前
コミット
b32998c8d0
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/osmfixer/index/StatIdx.cpp

+ 1 - 1
src/osmfixer/index/StatIdx.cpp

@@ -304,7 +304,7 @@ void StatIdx::initGroups() {
304 304
       if (orGr.mergeId == 0)
305 305
         orGr.mergeId = _stations[i].group;
306 306
       else if (orGr.mergeId != _stations[i].group)
307
-        orGr.mergeId = _stations[i].group;
307
+        orGr.mergeId = orGr.id;
308 308
     }
309 309
 
310 310
     assert(_stations[i].group < _groups.size());