// Wrap the way node source into a feature history populator that can attach them to their
// owning ways.
featurePopulators.add(
new FeatureHistoryPopulator<Way, WayNode, DbOrderedFeature<WayNode>>(
wayNodeIterator, new WayNodeCollectionLoader()));
return featurePopulators;
}