| 442 | } |
| 443 | |
| 444 | void IntermediateDataWriter::SaveIndex() |
| 445 | { |
| 446 | m_ways.SaveOffsets(); |
| 447 | m_relations.SaveOffsets(); |
| 448 | |
| 449 | m_nodeToRelations.WriteAll(); |
| 450 | m_wayToRelations.WriteAll(); |
| 451 | m_relationToRelations.WriteAll(); |
| 452 | } |
| 453 | |
| 454 | // Functions |
| 455 | std::unique_ptr<PointStorageReaderInterface> CreatePointStorageReader(feature::GenerateInfo::NodeStorageType type, |
no test coverage detected