| 555 | } |
| 556 | |
| 557 | void BuildMaxspeedsSection(IndexGraph * graph, string const & dataPath, FeatureIdToOsmId const & featureIdToOsmId, |
| 558 | string const & maxspeedsFilename) |
| 559 | { |
| 560 | MaxspeedsMwmCollector collector(dataPath, featureIdToOsmId, graph); |
| 561 | |
| 562 | collector.Process(maxspeedsFilename); |
| 563 | collector.SerializeMaxspeeds(); |
| 564 | } |
| 565 | |
| 566 | void BuildMaxspeedsSection(IndexGraph * graph, string const & dataPath, string const & osmToFeaturePath, |
| 567 | string const & maxspeedsFilename) |