Not everything is a NodeID!

This commit is contained in:
Daniel J. Hofmann 2016-05-04 17:19:55 +02:00 committed by Patrick Niklaus
parent 1418c0dbbc
commit 6865853776
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -33,8 +33,8 @@ struct ExtractionWay;
class ExtractorCallbacks
{
private:
// used to deduplicate street names: actually maps to name ids
std::unordered_map<std::string, NodeID> string_map;
// used to deduplicate street names and street destinations: actually maps to name ids
std::unordered_map<std::string, unsigned> string_map;
ExtractionContainers &external_memory;
public: