| 127 | }; |
| 128 | |
| 129 | std::unique_ptr<OsmWay2FeaturePoint> CreateWay2FeatureMapper(std::string const & dataFilePath, |
| 130 | std::string const & osmIdsToFeatureIdsPath) |
| 131 | { |
| 132 | return std::make_unique<OsmWay2FeaturePointImpl>(dataFilePath, osmIdsToFeatureIdsPath); |
| 133 | } |
| 134 | |
| 135 | bool IsRoadWay(feature::FeatureBuilder const & fb) |
| 136 | { |
no outgoing calls