fix coordinate extraction / errors in offset detector

This commit is contained in:
Moritz Kobitzsch
2016-11-29 10:23:13 +01:00
parent 560d8ffec0
commit 5775679f64
4 changed files with 67 additions and 28 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ void ExtractorCallbacks::ProcessWay(const osmium::Way &input_way, const Extracti
return lane_description;
};
// convert the lane description into an ID and, if necessary, remembr the description in the
// convert the lane description into an ID and, if necessary, remember the description in the
// description_map
const auto requestId = [&](const std::string &lane_string) {
if (lane_string.empty())